mirror of https://github.com/espruino/BangleApps
Bump versions
parent
f37c8b3167
commit
c195c85b2c
|
@ -29,3 +29,4 @@
|
||||||
Use default boolean formatter in custom menu and directly apply config if useful
|
Use default boolean formatter in custom menu and directly apply config if useful
|
||||||
Allow recording unmodified internal HR
|
Allow recording unmodified internal HR
|
||||||
Better connection retry handling
|
Better connection retry handling
|
||||||
|
0.13: Less time used during boot if disabled
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "bthrm",
|
"id": "bthrm",
|
||||||
"name": "Bluetooth Heart Rate Monitor",
|
"name": "Bluetooth Heart Rate Monitor",
|
||||||
"shortName": "BT HRM",
|
"shortName": "BT HRM",
|
||||||
"version": "0.12",
|
"version": "0.13",
|
||||||
"description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.",
|
"description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Do first update request 5s after boot to boot up faster
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "owmweather",
|
{ "id": "owmweather",
|
||||||
"name": "OpenWeatherMap weather provider",
|
"name": "OpenWeatherMap weather provider",
|
||||||
"shortName":"OWM Weather",
|
"shortName":"OWM Weather",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Pulls weather from OpenWeatherMap (OWM) API",
|
"description": "Pulls weather from OpenWeatherMap (OWM) API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Initial version
|
0.01: Initial version
|
||||||
0.02: Moved settings from launcher to settings->apps menu
|
0.02: Moved settings from launcher to settings->apps menu
|
||||||
0.03: Better performance by not scanning on every boot
|
0.03: Better performance by not scanning on every boot
|
||||||
|
0.04: Better performace by not scanning on boot at all
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "quicklaunch",
|
"id": "quicklaunch",
|
||||||
"name": "Quick Launch",
|
"name": "Quick Launch",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.03",
|
"version":"0.04",
|
||||||
"description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.",
|
"description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
"tags": "tools, system",
|
"tags": "tools, system",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Less time used during boot if disabled
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "sensortools",
|
"id": "sensortools",
|
||||||
"name": "Sensor tools",
|
"name": "Sensor tools",
|
||||||
"shortName": "Sensor tools",
|
"shortName": "Sensor tools",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "Tools for testing and debugging apps that use sensor input",
|
"description": "Tools for testing and debugging apps that use sensor input",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
|
|
Loading…
Reference in New Issue