[Alarms & Timers] Update changelog and metadata
parent
6c8c3805bf
commit
f07ef11f3e
|
|
@ -22,3 +22,5 @@
|
||||||
0.21: Fix time reset after a day of week change (#1676)
|
0.21: Fix time reset after a day of week change (#1676)
|
||||||
0.22: Refactor some methods to scheduling library
|
0.22: Refactor some methods to scheduling library
|
||||||
0.23: Fix regression with Days of Week (#1735)
|
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
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "alarm",
|
"id": "alarm",
|
||||||
"name": "Alarms & Timers",
|
"name": "Alarms & Timers",
|
||||||
"shortName": "Alarms",
|
"shortName": "Alarms",
|
||||||
"version": "0.23",
|
"version": "0.24",
|
||||||
"description": "Set alarms and timers on your Bangle",
|
"description": "Set alarms and timers on your Bangle",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,alarm,widget",
|
"tags": "tool,alarm,widget",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue