reset version number to 0.01 for five apps
These apps were just introduced with https://github.com/espruino/BangleApps/pull/3750 batterybooster cutelauncher onewordclock textreader themesmaster
parent
3ac4b0d6bd
commit
c0938d2d1d
|
|
@ -1 +1 @@
|
||||||
0.1: New app introduced to the app loader!
|
0.01: New app introduced to the app loader!
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "batterybooster",
|
"id": "batterybooster",
|
||||||
"name": "Battery Booster",
|
"name": "Battery Booster",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version": "0.1",
|
"version": "0.01",
|
||||||
"description": "A bootloader app which adds scripts to boost battery life of your Bangle.js 2",
|
"description": "A bootloader app which adds scripts to boost battery life of your Bangle.js 2",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
"tags": "tools,system",
|
"tags": "tools,system",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1 @@
|
||||||
0.27: New app introduced to the app loader!
|
0.01: New app introduced to the app loader!
|
||||||
0.28: Adjusted icon size to better fit with native dimensions (48x48)
|
|
||||||
0.29: Draw function optimization
|
|
||||||
0.30: Refine initial scrollbar position
|
|
||||||
0.31: Coloring for scrollbar
|
|
||||||
0.32: Coloring for scrollbar
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "cutelauncher",
|
"id": "cutelauncher",
|
||||||
"name": "Cute Launcher",
|
"name": "Cute Launcher",
|
||||||
"shortName": "Cute Launcher",
|
"shortName": "Cute Launcher",
|
||||||
"version": "0.32",
|
"version": "0.01",
|
||||||
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
|
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "launch",
|
"type": "launch",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.97: New app introduced to the app loader!
|
0.01: New app introduced to the app loader!
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "onewordclock",
|
"id": "onewordclock",
|
||||||
"name": "One Word Clock",
|
"name": "One Word Clock",
|
||||||
"shortName": "One Word",
|
"shortName": "One Word",
|
||||||
"version": "0.97",
|
"version": "0.01",
|
||||||
"description": "A unique clock that displays a single evocative word for each hour of the day",
|
"description": "A unique clock that displays a single evocative word for each hour of the day",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.7: New Text Reader App - Initial version with file browsing and reading capabilities
|
0.01: New Text Reader App - Initial version with file browsing and reading capabilities
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "textreader",
|
"id": "textreader",
|
||||||
"name": "Text Reader",
|
"name": "Text Reader",
|
||||||
"shortName": "TextReader",
|
"shortName": "TextReader",
|
||||||
"version": "0.7",
|
"version": "0.01",
|
||||||
"description": "Read text files from your Bangle.js filesystem",
|
"description": "Read text files from your Bangle.js filesystem",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "tool,files,reader",
|
"tags": "tool,files,reader",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1 @@
|
||||||
0.12: First deployment!
|
0.01: First deployment!
|
||||||
0.13: Refinment of themes and more themes!
|
|
||||||
0.14: Fixed overlapping theme colors
|
|
||||||
0.15: Better LoTR theme
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "themes",
|
"id": "themes",
|
||||||
"name": "Themes",
|
"name": "Themes",
|
||||||
"shortName": "Themes",
|
"shortName": "Themes",
|
||||||
"version": "0.15",
|
"version": "0.01",
|
||||||
"description": "Color palettes at your disposal",
|
"description": "Color palettes at your disposal",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue