Skip to content

Commit bd13d99

Browse files
committed
Release 0.4.1 "Happy New Year"
1 parent 067821a commit bd13d99

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.10)
33

44
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
55

6-
set(HARDCODED_VERSION "0.4.0")
7-
set(IS_RELEASE FALSE)
6+
set(HARDCODED_VERSION "0.4.1")
7+
set(IS_RELEASE TRUE)
88

99
if(IS_RELEASE)
1010
set(GIT_PROJECT_VER "${HARDCODED_VERSION}")

debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
alarm-clock-applet (0.4.1) unstable; urgency=medium
2+
3+
* New upstream release 0.4.1
4+
+ Major Changes:
5+
- The application has been ported to GTK 3,
6+
and will thus look slightly different.
7+
- Old GTK Tray Icon support has been removed. A desktop environment
8+
with support for AppIndicators/StatusNotifierItem is required.
9+
- Alarms have been migrated to GSettings.
10+
+ Notable Fixes:
11+
- Many memory leaks (including a massive one while the UI was visible)
12+
- Alarm labels bouncing horizontally every second
13+
- Debug messages breaking alarms and timers
14+
- Compile errors
15+
+ New Features:
16+
- Default media players are now autodetected.
17+
- More media players can be controlled using playerctl out of the box.
18+
- More system sounds are now added to the list by default.
19+
20+
-- Tasos Sahanidis <[email protected]> Mon, 09 Jan 2023 07:00:08 +0200
21+
122
alarm-clock-applet (0.4.0) unstable; urgency=medium
223

324
* New upstream release 0.4.0

0 commit comments

Comments
 (0)