multitimer/sched: version bump

pull/2781/head
Rob Pilling 2023-06-11 19:29:54 +01:00
parent b56865a136
commit 8a63039b46
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0.01: Initial version 0.01: Initial version
0.02: Update for time_utils module 0.02: Update for time_utils module
0.03: Use default Bangle formatter for booleans 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

View File

@ -23,3 +23,4 @@
0.20: Alarm dismiss and snooze events 0.20: Alarm dismiss and snooze events
0.21: Fix crash in clock_info 0.21: Fix crash in clock_info
0.22: Dated event repeat option 0.22: Dated event repeat option
0.23: Allow alarms to run custom code (and disable the default prompt) when triggered

View File

@ -1,7 +1,7 @@
{ {
"id": "sched", "id": "sched",
"name": "Scheduler", "name": "Scheduler",
"version": "0.22", "version": "0.23",
"description": "Scheduling library for alarms and timers", "description": "Scheduling library for alarms and timers",
"icon": "app.png", "icon": "app.png",
"type": "scheduler", "type": "scheduler",