forked from FOSS/BangleApps
commit
dd36efcecd
|
@ -4,3 +4,4 @@
|
||||||
0.22: Changed timing code, original "Nunito" Font is back!
|
0.22: Changed timing code, original "Nunito" Font is back!
|
||||||
0.23: Customizer! Unused fonts no longer take up precious memory.
|
0.23: Customizer! Unused fonts no longer take up precious memory.
|
||||||
0.24: Added previews to the customizer.
|
0.24: Added previews to the customizer.
|
||||||
|
0.25: Fixed a bug that would let widgets change the color of the clock.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "contourclock",
|
{ "id": "contourclock",
|
||||||
"name": "Contour Clock",
|
"name": "Contour Clock",
|
||||||
"shortName" : "Contour Clock",
|
"shortName" : "Contour Clock",
|
||||||
"version":"0.24",
|
"version":"0.25",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"description": "A Minimalist clockface with large Digits. Now with more fonts!",
|
"description": "A Minimalist clockface with large Digits. Now with more fonts!",
|
||||||
"screenshots" : [{"url":"cc-screenshot-1.png"},{"url":"cc-screenshot-2.png"}],
|
"screenshots" : [{"url":"cc-screenshot-1.png"},{"url":"cc-screenshot-2.png"}],
|
||||||
|
|
Loading…
Reference in New Issue