[Alarms & Timers] Update metadata & changelog

master
Alessandro Cocco 2022-04-20 14:23:45 +02:00
parent c5e28b96ec
commit cfff375e56
2 changed files with 3 additions and 2 deletions

View File

@ -18,3 +18,4 @@
0.17: Moving alarm internals to 'sched' library 0.17: Moving alarm internals to 'sched' library
0.18: Cope with >1 identical alarm at once (#1667) 0.18: Cope with >1 identical alarm at once (#1667)
0.19: Ensure rescheduled alarms that already fired have 'last' reset 0.19: Ensure rescheduled alarms that already fired have 'last' reset
0.20: Use the new 'sched' factories to initialize new alarms/timers

View File

@ -1,8 +1,8 @@
{ {
"id": "alarm", "id": "alarm",
"name": "Alarm & Timer", "name": "Alarms & Timers",
"shortName": "Alarms", "shortName": "Alarms",
"version": "0.19", "version": "0.20",
"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",