pull/3071/head
James Steinberg 2023-11-02 01:32:14 -04:00
parent 3c06f268b5
commit ff1ee4e3c7
4 changed files with 7 additions and 4 deletions

View File

@ -2,3 +2,4 @@
0.02: Respect Quiet Mode
0.03: Fix hour/minute wrapping code for new menu system
0.04: Use default Bangle formatter for booleans
0.05: Support BangleJS 2

View File

@ -2,10 +2,11 @@
"id": "hardalarm",
"name": "Hard Alarm",
"shortName": "HardAlarm",
"version": "0.04",
"version": "0.05",
"description": "Make sure you wake up! Count to the right number to turn off the alarm",
"icon": "app.png",
"tags": "tool,alarm,widget",
"type": "clock",
"supports": ["BANGLEJS", "BANGLEJS2"],
"storage": [
{"name":"hardalarm.app.js","url":"app.js"},
@ -15,4 +16,4 @@
{"name":"hardalarm.wid.js","url":"widget.js"}
],
"data": [{"name":"hardalarm.json"}]
}
}

View File

@ -1,3 +1,4 @@
0.01: Add 28 hour clock
0.02: Preview rest of the week
0.03: Fixed crashing bug
0.03: Fixed crashing bug
0.04: Support BangleJS 2

View File

@ -2,7 +2,7 @@
"name": "Twenty-Eight Hour Clock",
"shortName": "28x6",
"icon": "app.png",
"version":"0.03",
"version":"0.04",
"description": "A 28 Hour, 6 Day Week Clock. Lines up with a 24 hour, 7 Day Week Clock every Monday.",
"tags": "clock",
"type":"clock",