mirror of https://github.com/espruino/BangleApps
Bump app versions
parent
241b6e20ce
commit
c94c800a6d
|
@ -6,3 +6,4 @@
|
||||||
0.06: Formatting
|
0.06: Formatting
|
||||||
0.07: Added potato GLaDOS and quote functionality when you tap her
|
0.07: Added potato GLaDOS and quote functionality when you tap her
|
||||||
0.08: Fixed drawing issues with the quotes and added more
|
0.08: Fixed drawing issues with the quotes and added more
|
||||||
|
0.09: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "aptsciclk",
|
"id": "aptsciclk",
|
||||||
"name": "Apeture Science Clock",
|
"name": "Apeture Science Clock",
|
||||||
"shortName":"AptSci Clock",
|
"shortName":"AptSci Clock",
|
||||||
"version": "0.08",
|
"version": "0.09",
|
||||||
"description": "A clock based on the portal series",
|
"description": "A clock based on the portal series",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Car Crazy is now avialable for testing in beta!
|
0.01: Car Crazy is now avialable for testing in beta!
|
||||||
0.02: 10 Levels are now added making the game harder as it goes along. Some of the levels include multiple cars and faster cars. More levels coming soon.
|
0.02: 10 Levels are now added making the game harder as it goes along. Some of the levels include multiple cars and faster cars. More levels coming soon.
|
||||||
0.03: Settings are now added so that you can reset your high score.
|
0.03: Settings are now added so that you can reset your high score.
|
||||||
|
0.04: Minor code improvements.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "carcrazy",
|
"id": "carcrazy",
|
||||||
"name": "Car Crazy",
|
"name": "Car Crazy",
|
||||||
"shortName": "Car Crazy",
|
"shortName": "Car Crazy",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "A simple car game where you try to avoid the other cars by tilting your wrist left and right. Hold down button 2 to start.",
|
"description": "A simple car game where you try to avoid the other cars by tilting your wrist left and right. Hold down button 2 to start.",
|
||||||
"icon": "carcrash.png",
|
"icon": "carcrash.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
0.05: extraneous comments and code removed
|
0.05: extraneous comments and code removed
|
||||||
display improved
|
display improved
|
||||||
now supports Adjust Clock widget, if installed
|
now supports Adjust Clock widget, if installed
|
||||||
|
0.06: minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "doztime",
|
"id": "doztime",
|
||||||
"name": "Dozenal Digital Time",
|
"name": "Dozenal Digital Time",
|
||||||
"shortName": "Dozenal Digital",
|
"shortName": "Dozenal Digital",
|
||||||
"version": "0.05",
|
"version": "0.06",
|
||||||
"description": "A dozenal Holocene calendar and dozenal diurnal digital clock",
|
"description": "A dozenal Holocene calendar and dozenal diurnal digital clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
0.08: Handling exceptions
|
0.08: Handling exceptions
|
||||||
0.09: Add option for showing battery high mark
|
0.09: Add option for showing battery high mark
|
||||||
0.10: Fix background color
|
0.10: Fix background color
|
||||||
|
0.11: Minor code improvements
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "A Battery Widget (with percentage) - Hanks Mod",
|
"name": "A Battery Widget (with percentage) - Hanks Mod",
|
||||||
"shortName":"H Battery Widget",
|
"shortName":"H Battery Widget",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"version":"0.10",
|
"version":"0.11",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
0.04: Update cards to draw rounded on newer firmware. Make sure in-game menu can't be pulled up during end of game.
|
0.04: Update cards to draw rounded on newer firmware. Make sure in-game menu can't be pulled up during end of game.
|
||||||
0.05: add confirmation prompt to new game to prevent fat fingering new game during existing one.
|
0.05: add confirmation prompt to new game to prevent fat fingering new game during existing one.
|
||||||
0.06: fix AI logic typo and add prompt to show what AI played each turn.
|
0.06: fix AI logic typo and add prompt to show what AI played each turn.
|
||||||
|
0.07: Minor code improvements.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Red 7 Card Game",
|
"name": "Red 7 Card Game",
|
||||||
"shortName" : "Red 7",
|
"shortName" : "Red 7",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version":"0.06",
|
"version":"0.07",
|
||||||
"description": "An implementation of the card game Red 7 for your watch. Play against the AI and be the last player still in the game to win!",
|
"description": "An implementation of the card game Red 7 for your watch. Play against the AI and be the last player still in the game to win!",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
"supports":["BANGLEJS2"],
|
"supports":["BANGLEJS2"],
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Initial implementation
|
0.01: Initial implementation
|
||||||
0.02: Fix app icon
|
0.02: Fix app icon
|
||||||
0.03: Fix clock animation issue and reduce source size
|
0.03: Fix clock animation issue and reduce source size
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "tabanchi",
|
"id": "tabanchi",
|
||||||
"name": "Tabanchi",
|
"name": "Tabanchi",
|
||||||
"shortName": "Tabanchi",
|
"shortName": "Tabanchi",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"description": "Tamagotchi WatchApp",
|
"description": "Tamagotchi WatchApp",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
Loading…
Reference in New Issue