2022-04-04 14:49:45 +00:00
|
|
|
0.01: New App!
|
2022-04-07 14:47:01 +00:00
|
|
|
0.02: Fix scheduling of other alarms if there is a pending alarm from the past (fix #1667)
|
2022-12-16 15:40:58 +00:00
|
|
|
0.03: Fix `getTimeToAlarm` for a timer already used at same day, don't set `last` for timers.
|
2022-04-08 19:24:24 +00:00
|
|
|
0.04: Fix `getTimeToAlarm` to check for next dow if alarm.t lower currentTime.
|
2022-04-20 12:15:23 +00:00
|
|
|
0.05: Export new functions (`newDefaultAlarm/Timer`), add Settings page
|
2022-04-20 17:32:23 +00:00
|
|
|
0.06: Refactor some methods to library
|
2022-04-24 14:25:36 +00:00
|
|
|
0.07: Update settings
|
2022-04-25 11:00:40 +00:00
|
|
|
Correct `decodeTime(t)` to return a more likely expected time
|
2022-05-20 16:19:34 +00:00
|
|
|
0.08: Add day of week check to getActiveAlarms()
|
2022-05-11 21:03:10 +00:00
|
|
|
0.09: Move some functions to new time_utils module
|
2022-05-18 06:41:24 +00:00
|
|
|
0.10: Default to sched.js if custom js not found
|
2022-05-20 16:19:34 +00:00
|
|
|
0.11: Fix default dow
|
2022-06-03 15:32:39 +00:00
|
|
|
0.12: Update default buzz patterns to new values
|
|
|
|
Improve timer message using formatDuration
|
|
|
|
Fix wrong fallback for buzz pattern
|
2022-06-11 13:37:14 +00:00
|
|
|
0.13: Ask to delete a timer after stopping it
|
2022-11-25 17:28:20 +00:00
|
|
|
0.14: Added clkinfo for alarms and timers
|
2022-12-01 20:03:15 +00:00
|
|
|
0.15: Automatic translation of some string in clkinfo
|
2022-12-09 17:02:15 +00:00
|
|
|
0.16: Improve support for date timezone
|
2022-12-16 00:58:20 +00:00
|
|
|
0.17: Fix midnight in local timezone (alarms wouldn't always fire as expected in timezone != 0)
|
2022-12-16 15:40:58 +00:00
|
|
|
0.18: Update clock_info to avoid a redraw
|
2023-01-07 14:37:22 +00:00
|
|
|
0.19: Update clock_info to refresh periodically on active alarms/timers
|
2023-01-19 19:22:59 +00:00
|
|
|
0.20: Alarm dismiss and snooze events
|
|
|
|
0.21: Fix crash in clock_info
|
2023-01-09 04:04:13 +00:00
|
|
|
0.22: Dated event repeat option
|
2024-02-28 22:35:11 +00:00
|
|
|
0.23: Allow buzzing forever when an alarm fires
|