changelg
parent
3c06f268b5
commit
ff1ee4e3c7
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Respect Quiet Mode
|
0.02: Respect Quiet Mode
|
||||||
0.03: Fix hour/minute wrapping code for new menu system
|
0.03: Fix hour/minute wrapping code for new menu system
|
||||||
0.04: Use default Bangle formatter for booleans
|
0.04: Use default Bangle formatter for booleans
|
||||||
|
0.05: Support BangleJS 2
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,11 @@
|
||||||
"id": "hardalarm",
|
"id": "hardalarm",
|
||||||
"name": "Hard Alarm",
|
"name": "Hard Alarm",
|
||||||
"shortName": "HardAlarm",
|
"shortName": "HardAlarm",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Make sure you wake up! Count to the right number to turn off the alarm",
|
"description": "Make sure you wake up! Count to the right number to turn off the alarm",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,alarm,widget",
|
"tags": "tool,alarm,widget",
|
||||||
|
"type": "clock",
|
||||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"hardalarm.app.js","url":"app.js"},
|
{"name":"hardalarm.app.js","url":"app.js"},
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Add 28 hour clock
|
0.01: Add 28 hour clock
|
||||||
0.02: Preview rest of the week
|
0.02: Preview rest of the week
|
||||||
0.03: Fixed crashing bug
|
0.03: Fixed crashing bug
|
||||||
|
0.04: Support BangleJS 2
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Twenty-Eight Hour Clock",
|
"name": "Twenty-Eight Hour Clock",
|
||||||
"shortName": "28x6",
|
"shortName": "28x6",
|
||||||
"icon": "app.png",
|
"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.",
|
"description": "A 28 Hour, 6 Day Week Clock. Lines up with a 24 hour, 7 Day Week Clock every Monday.",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type":"clock",
|
"type":"clock",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue