diff --git a/apps/alarm/ChangeLog b/apps/alarm/ChangeLog index bb59a63d5..41dd93081 100644 --- a/apps/alarm/ChangeLog +++ b/apps/alarm/ChangeLog @@ -22,3 +22,5 @@ 0.21: Fix time reset after a day of week change (#1676) 0.22: Refactor some methods to scheduling library 0.23: Fix regression with Days of Week (#1735) +0.24: Automatically save the alarm/timer when the user returns to the main menu using the back arrow + Add "Enable All", "Disable All" and "Remove All" actions diff --git a/apps/alarm/metadata.json b/apps/alarm/metadata.json index cd1f1f699..2084c2a30 100644 --- a/apps/alarm/metadata.json +++ b/apps/alarm/metadata.json @@ -2,7 +2,7 @@ "id": "alarm", "name": "Alarms & Timers", "shortName": "Alarms", - "version": "0.23", + "version": "0.24", "description": "Set alarms and timers on your Bangle", "icon": "app.png", "tags": "tool,alarm,widget",