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
|
2020-03-02 17:32:01 +00:00
|
|
|
0.03: More alarm scheduling issues
|
2020-03-05 13:15:27 +00:00
|
|
|
0.04: Tweaks for variable size widget system
|
2020-03-31 14:04:51 +00:00
|
|
|
0.05: Add alarm.boot.js and move code from the bootloader
|
2020-04-08 08:35:38 +00:00
|
|
|
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
|
2020-06-23 07:17:52 +00:00
|
|
|
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
|
2021-09-20 11:20:50 +00:00
|
|
|
0.12: Fix widget for bangle 2, now uses theme
|
2021-10-06 09:05:15 +00:00
|
|
|
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
|
2022-02-23 16:11:34 +00:00
|
|
|
0.15: Fix hour/minute wrapping code for new menu system
|
2022-03-31 14:32:26 +00:00
|
|
|
0.16: Adding alarm library
|
2022-04-04 14:49:45 +00:00
|
|
|
0.17: Moving alarm internals to 'sched' library
|
2022-04-07 13:21:36 +00:00
|
|
|
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
|
2022-04-20 12:23:45 +00:00
|
|
|
0.20: Use the new 'sched' factories to initialize new alarms/timers
|
2022-04-21 09:15:49 +00:00
|
|
|
0.21: Fix time reset after a day of week change (#1676)
|
2022-04-24 19:36:17 +00:00
|
|
|
0.22: Refactor some methods to scheduling library
|
|
|
|
0.23: Fix regression with Days of Week (#1735)
|
2022-04-25 13:24:53 +00:00
|
|
|
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
|
2022-04-28 00:11:08 +00:00
|
|
|
0.25: Fix redrawing selected Alarm/Timer entry inside edit submenu
|
2022-05-03 20:01:04 +00:00
|
|
|
0.26: Add support for Monday as first day of the week (#1780)
|
2022-05-12 20:59:03 +00:00
|
|
|
0.27: New UI!
|
2022-05-20 16:21:32 +00:00
|
|
|
0.28: Fix bug with alarms not firing when configured to fire only once
|
2022-05-25 21:20:00 +00:00
|
|
|
0.29: Fix wrong 'dow' handling in new timer if first day of week is Monday
|
2022-05-28 20:16:23 +00:00
|
|
|
0.30: Fix "Enable All"
|
2022-06-02 15:54:16 +00:00
|
|
|
0.31: Add seconds to timers
|
2022-06-26 10:23:09 +00:00
|
|
|
0.32: Fix wrong hidden filter
|
2022-06-27 11:21:44 +00:00
|
|
|
Add option for auto-delete a timer after it expires
|
2022-07-08 16:25:36 +00:00
|
|
|
0.33: Allow hiding timers&alarms
|
2022-12-01 09:19:41 +00:00
|
|
|
0.34: Add "Confirm" option to alarm/timer edit menus
|
2022-12-01 20:03:15 +00:00
|
|
|
0.35: Add automatic translation of more strings
|
2022-12-06 10:25:32 +00:00
|
|
|
0.36: alarm widget moved out of app
|
2022-12-20 00:18:08 +00:00
|
|
|
0.37: add message input and dated Events
|
2023-01-31 18:04:06 +00:00
|
|
|
0.38: Display date in locale
|
|
|
|
When switching 'repeat' from 'Workdays', 'Weekends' to 'Custom' preset Custom menu with previous selection
|
|
|
|
Display alarm label in delete prompt
|
2023-03-07 11:23:13 +00:00
|
|
|
0.39: Dated event repeat option
|
2023-03-16 17:39:46 +00:00
|
|
|
0.40: Use substring of message when it's longer than fits the designated menu entry.
|
2023-03-20 09:29:23 +00:00
|
|
|
0.41: Fix a menu bug affecting alarms with empty messages.
|
2023-07-30 00:20:36 +00:00
|
|
|
0.42: Fix date not getting saved in event edit menu when tapping Confirm
|
2023-11-15 02:28:59 +00:00
|
|
|
0.43: New settings: Show confirm, Show Overflow, Show Group.
|
2023-10-14 07:23:49 +00:00
|
|
|
0.44: Add "delete timer after expiration" setting to events.
|
2023-11-15 20:41:31 +00:00
|
|
|
0.45: Fix new alarm when selectedAlarm is undefined
|
2023-11-15 03:04:47 +00:00
|
|
|
0.46: Show alarm groups if the Show Group setting is ON. Scroll alarms menu back to previous position when getting back to it.
|
2024-03-21 21:06:13 +00:00
|
|
|
0.47: Fix wrap around when snoozed through midnight
|
2024-04-29 02:59:53 +00:00
|
|
|
0.48: Use datetimeinput for Events, if available. Scroll back when getting out of group. Menu date format setting for shorter dates on current year.
|