File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.10)
33
44list (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
99if (IS_RELEASE)
1010 set (GIT_PROJECT_VER "${HARDCODED_VERSION} " )
Original file line number Diff line number Diff line change 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+
122alarm-clock-applet (0.4.0) unstable; urgency=medium
223
324 * New upstream release 0.4.0
You can’t perform that action at this time.
0 commit comments