versions for #691
parent
5ae5a8db57
commit
d344dc127b
|
|
@ -1007,7 +1007,7 @@
|
||||||
"name": "Large Digit Blob Clock",
|
"name": "Large Digit Blob Clock",
|
||||||
"shortName" : "Blob Clock",
|
"shortName" : "Blob Clock",
|
||||||
"icon": "clock-blob.png",
|
"icon": "clock-blob.png",
|
||||||
"version":"0.04",
|
"version":"0.05",
|
||||||
"description": "A clock with big digits",
|
"description": "A clock with big digits",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type":"clock",
|
"type":"clock",
|
||||||
|
|
@ -2294,7 +2294,7 @@
|
||||||
{"id": "counter",
|
{"id": "counter",
|
||||||
"name": "Counter",
|
"name": "Counter",
|
||||||
"icon": "counter_icon.png",
|
"icon": "counter_icon.png",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "Simple counter",
|
"description": "Simple counter",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@
|
||||||
Remove 'faceUp' check as it's automatic
|
Remove 'faceUp' check as it's automatic
|
||||||
0.03: Modified for use with new bootloader and firmware
|
0.03: Modified for use with new bootloader and firmware
|
||||||
0.04: Modified to account for changes in the behavior of Graphics.fillPoly
|
0.04: Modified to account for changes in the behavior of Graphics.fillPoly
|
||||||
|
0.05: Slight increase to draw speed after LCD on
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Added decrement and touch functions
|
0.02: Added decrement and touch functions
|
||||||
|
0.03: Set color - ensures widgets don't end up coloring the counter's text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue