mirror of https://github.com/espruino/BangleApps
Bump app versions
parent
4bc4d17755
commit
62a16815d6
|
@ -1,2 +1,3 @@
|
|||
0.01: New app!
|
||||
0.02: Advertise accelerometer data and sensor location
|
||||
0.03: Minor code improvements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "btadv",
|
||||
"name": "btadv",
|
||||
"shortName": "btadv",
|
||||
"version": "0.02",
|
||||
"version": "0.03",
|
||||
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
|
||||
"icon": "icon.png",
|
||||
"tags": "health,tool,sensors,bluetooth",
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
0.01: 1st ver,RGB565 and RGB888 colors in a common UI/UX
|
||||
0.02: Minor code improvements
|
||||
0.03: Minor code improvements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "color_catalog",
|
||||
"name": "Colors Catalog",
|
||||
"shortName": "Colors Catalog",
|
||||
"version": "0.02",
|
||||
"version": "0.03",
|
||||
"description": "Displays RGB565 and RGB888 colors, its name and code in screen.",
|
||||
"icon": "app.png",
|
||||
"tags": "Color,input,buttons,touch,UI",
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
0.01: New app - forked from widhid
|
||||
0.02: Minor code improvements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "ctrlpad",
|
||||
"name": "Control Panel",
|
||||
"shortName": "ctrlpad",
|
||||
"version": "0.01",
|
||||
"version": "0.02",
|
||||
"description": "Fast access (via a downward swipe) to common functions, such as bluetooth/HRM power and Do Not Disturb",
|
||||
"icon": "icon.png",
|
||||
"readme": "README.md",
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
Also avoid polluting global scope.
|
||||
0.04: Enhance menu: enable bluetooth, visit settings & visit recovery
|
||||
0.05: Enhance menu: permit toggling bluetooth
|
||||
0.06: Minor code improvements
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "drained",
|
||||
"name": "Drained",
|
||||
"version": "0.05",
|
||||
"version": "0.06",
|
||||
"description": "Switches to displaying a simple clock when the battery percentage is low, and disables some peripherals",
|
||||
"readme": "README.md",
|
||||
"icon": "icon.png",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
0.01: New app!
|
||||
0.02: Handle files potentially not existing
|
||||
0.03: Add setting to disable vibration
|
||||
0.03: Add setting to disable vibration
|
||||
0.04: Minor code improvements
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "folderlaunch",
|
||||
"name": "Folder launcher",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"description": "Launcher that allows you to put your apps into folders",
|
||||
"icon": "icon.png",
|
||||
"type": "launch",
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
0.02: Supports bottom widgets and UI based in UI4swatch!
|
||||
0.03: Added compatibility with BJS2, improvements
|
||||
0.04: Minor code improvements
|
||||
0.05: Minor code improvements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "helloworld",
|
||||
"name": "hello, world!",
|
||||
"shortName": "hello world",
|
||||
"version": "0.04",
|
||||
"version": "0.05",
|
||||
"description": "A cross cultural hello world!/hola mundo! app with colors and languages",
|
||||
"icon": "app.png",
|
||||
"tags": "input,interface,buttons,touch",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
0.01: First release.
|
||||
0.02: No functional changes, just moved codebase to Typescript.
|
||||
0.03: Also buzz on disconnect from charging
|
||||
0.04: Minor code improvements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Charging Status",
|
||||
"shortName":"ChargingStatus",
|
||||
"icon": "widget.png",
|
||||
"version":"0.03",
|
||||
"version": "0.04",
|
||||
"type": "widget",
|
||||
"description": "A simple widget that shows a yellow lightning icon to indicate whenever the watch is charging. This way one can see the charging status at a glance, no matter which battery widget is being used.",
|
||||
"tags": "widget",
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
launcher is active.
|
||||
0.03: Handle errors when sending input over BLE and the special-case of
|
||||
replacing a single handler
|
||||
0.04: Minor code improvements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "widhid",
|
||||
"name": "Bluetooth Music Swipe Control Widget",
|
||||
"shortName": "BLE Swipe Widget",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"description": "Based on Swipe Bluetooth Music Controls (based on Bluetooth Music Controls). Swipe down to enable, then swipe up/down for volume, left/right for previous and next and tap for play/pause. Enable HID in settings, pair with your phone/computer, then use this widget to control music from your watch!",
|
||||
"icon": "icon.png",
|
||||
"readme": "README.md",
|
||||
|
|
Loading…
Reference in New Issue