Skip to content

Commit

Permalink
Release 0.4.1 "Happy New Year"
Browse files Browse the repository at this point in the history
  • Loading branch information
tatokis committed Jan 9, 2023
1 parent 067821a commit bd13d99
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.10)

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

set(HARDCODED_VERSION "0.4.0")
set(IS_RELEASE FALSE)
set(HARDCODED_VERSION "0.4.1")
set(IS_RELEASE TRUE)

if(IS_RELEASE)
set(GIT_PROJECT_VER "${HARDCODED_VERSION}")
Expand Down
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
alarm-clock-applet (0.4.1) unstable; urgency=medium

* New upstream release 0.4.1
+ Major Changes:
- The application has been ported to GTK 3,
and will thus look slightly different.
- Old GTK Tray Icon support has been removed. A desktop environment
with support for AppIndicators/StatusNotifierItem is required.
- Alarms have been migrated to GSettings.
+ Notable Fixes:
- Many memory leaks (including a massive one while the UI was visible)
- Alarm labels bouncing horizontally every second
- Debug messages breaking alarms and timers
- Compile errors
+ New Features:
- Default media players are now autodetected.
- More media players can be controlled using playerctl out of the box.
- More system sounds are now added to the list by default.

-- Tasos Sahanidis <[email protected]> Mon, 09 Jan 2023 07:00:08 +0200

alarm-clock-applet (0.4.0) unstable; urgency=medium

* New upstream release 0.4.0
Expand Down

0 comments on commit bd13d99

Please sign in to comment.