mirror of https://github.com/espruino/BangleApps
multitimer/sched: version bump
parent
b56865a136
commit
8a63039b46
|
@ -1,4 +1,4 @@
|
|||
0.01: Initial version
|
||||
0.02: Update for time_utils module
|
||||
0.03: Use default Bangle formatter for booleans
|
||||
0.04: Merge in alarm app's newer changes:
|
||||
0.04: Use sched's triggercheck to run hardmode, and listeners for timer reset
|
||||
|
|
|
@ -23,3 +23,4 @@
|
|||
0.20: Alarm dismiss and snooze events
|
||||
0.21: Fix crash in clock_info
|
||||
0.22: Dated event repeat option
|
||||
0.23: Allow alarms to run custom code (and disable the default prompt) when triggered
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sched",
|
||||
"name": "Scheduler",
|
||||
"version": "0.22",
|
||||
"version": "0.23",
|
||||
"description": "Scheduling library for alarms and timers",
|
||||
"icon": "app.png",
|
||||
"type": "scheduler",
|
||||
|
|
Loading…
Reference in New Issue