mirror of https://github.com/espruino/BangleApps
qmsched - Bump version
parent
8e4eb3f5fa
commit
6390350c7e
|
@ -8,3 +8,4 @@
|
|||
Changed time selection to 5-minute intervals
|
||||
0.08: Support new Bangle.js 2 menu
|
||||
0.09: Use default Bangle formatter for booleans
|
||||
0.10: Allow using theme files
|
||||
|
|
|
@ -14,6 +14,6 @@ Automatically turn Quiet Mode on or off at set times, and display a widget when
|
|||
Switch to dark theme during Quiet Mode.
|
||||
* **NOTE**: This switches between the default "Dark BW" and "Light BW" themes, so custom theme settings will be lost.
|
||||
|
||||
### LCD Settings:
|
||||
### Options:
|
||||
|
||||
If set, these override the default LCD settings while Quiet Mode is active.
|
||||
If set, these override the default LCD and theme settings while Quiet Mode is active.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "qmsched",
|
||||
"name": "Quiet Mode Schedule and Widget",
|
||||
"shortName": "Quiet Mode",
|
||||
"version": "0.09",
|
||||
"version": "0.10",
|
||||
"description": "Automatically turn Quiet Mode on or off at set times, change theme and LCD options while Quiet Mode is active.",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screenshot_b1_main.png"},{"url":"screenshot_b1_edit.png"},{"url":"screenshot_b1_lcd.png"},
|
||||
|
|
Loading…
Reference in New Issue