BangleApps/apps/alarm/ChangeLog

29 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-02-12 10:48:14 +00:00
0.01: New App!
2020-02-28 15:34:31 +00:00
0.02: Fix issues with alarm scheduling
0.03: More alarm scheduling issues
0.04: Tweaks for variable size widget system
0.05: Add alarm.boot.js and move code from the bootloader
0.06: Change 'New Alarm' to 'Save', allow Deletion of Alarms
2020-04-17 19:39:27 +00:00
0.07: Don't overwrite existing settings on app update
2020-05-27 08:47:20 +00:00
0.08: Make alarm scheduling more reliable
2020-06-01 17:12:14 +00:00
0.09: Add per alarm auto-snooze option
0.10: Fix auto-snooze option (this stopped new alarms being added) (fix #506)
2021-03-20 18:12:40 +00:00
0.11: Respect Quiet Mode
0.12: Fix widget for bangle 2, now uses theme
Widgets now shown on Alarm screen
2021-10-07 10:09:41 +00:00
0.13: Alarm widget state now updates when setting/resetting an alarm
2021-11-08 10:03:33 +00:00
0.14: Order of 'back' menu item
0.15: Fix hour/minute wrapping code for new menu system
2022-03-31 14:32:26 +00:00
0.16: Adding alarm library
0.17: Moving alarm internals to 'sched' library
0.18: Cope with >1 identical alarm at once (#1667)
2022-04-07 14:47:01 +00:00
0.19: Ensure rescheduled alarms that already fired have 'last' reset
0.20: Use the new 'sched' factories to initialize new alarms/timers
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
0.25: Fix redrawing selected Alarm/Timer entry inside edit submenu
0.26: Add support for Monday as first day of the week (#1780)