mirror of https://github.com/espruino/BangleApps
Update Changelog
parent
e23fc7630d
commit
51032cfcc6
|
@ -1489,7 +1489,7 @@
|
||||||
"name": "Digital Assistant, not EDITH",
|
"name": "Digital Assistant, not EDITH",
|
||||||
"shortName": "DANE",
|
"shortName": "DANE",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version": "0.11",
|
"version": "0.12",
|
||||||
"description": "A Watchface inspired by Tony Stark's EDITH and based on https://arwes.dev/",
|
"description": "A Watchface inspired by Tony Stark's EDITH and based on https://arwes.dev/",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
@ -1510,7 +1510,7 @@
|
||||||
"name": "DANE Touch Launcher",
|
"name": "DANE Touch Launcher",
|
||||||
"shortName":"DANE Toucher",
|
"shortName":"DANE Toucher",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.03",
|
"version":"0.04",
|
||||||
"description": "Touch enable left to right launcher in the style of the DANE Watchface",
|
"description": "Touch enable left to right launcher in the style of the DANE Watchface",
|
||||||
"tags": "tool,system,launcher",
|
"tags": "tool,system,launcher",
|
||||||
"type":"launch",
|
"type":"launch",
|
||||||
|
|
|
@ -7,3 +7,4 @@
|
||||||
0.09: Added Unix Time
|
0.09: Added Unix Time
|
||||||
0.10: Added Counter, Added Battery Display
|
0.10: Added Counter, Added Battery Display
|
||||||
0.11: Code Refactoring, Improved Description
|
0.11: Code Refactoring, Improved Description
|
||||||
|
0.12: Move code to Arwes Module
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Fork Toucher and change looks to match with DANE Watchface
|
0.01: Fork Toucher and change looks to match with DANE Watchface
|
||||||
0.02: Add Frames
|
0.02: Add Frames
|
||||||
0.03: Add LowRes Support
|
0.03: Add LowRes Support
|
||||||
|
0.04: Move code to Arwes Module
|
Loading…
Reference in New Issue