bumped version of multiclock, updated changelog
parent
97042b3ac4
commit
2e9dd4dac4
|
|
@ -2139,7 +2139,7 @@
|
||||||
{ "id": "multiclock",
|
{ "id": "multiclock",
|
||||||
"name": "Multi Clock",
|
"name": "Multi Clock",
|
||||||
"icon": "multiclock.png",
|
"icon": "multiclock.png",
|
||||||
"version":"0.08",
|
"version":"0.10",
|
||||||
"description": "Clock with multiple faces - Big, Analogue, Digital, Text, Time-Date.\n Switch between faces with BTN1 & BTN3",
|
"description": "Clock with multiple faces - Big, Analogue, Digital, Text, Time-Date.\n Switch between faces with BTN1 & BTN3",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
@ -2153,6 +2153,8 @@
|
||||||
{"name":"txt.face.js","url":"txt.js"},
|
{"name":"txt.face.js","url":"txt.js"},
|
||||||
{"name":"timdat.face.js","url":"timdat.js"},
|
{"name":"timdat.face.js","url":"timdat.js"},
|
||||||
{"name":"ped.face.js","url":"ped.js"},
|
{"name":"ped.face.js","url":"ped.js"},
|
||||||
|
{"name":"gps.face.js","url":"gps.js"},
|
||||||
|
{"name":"osref.face.js","url":"osref.js"},
|
||||||
{"name":"multiclock.img","url":"multiclock-icon.js","evaluate":true}
|
{"name":"multiclock.img","url":"multiclock-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,5 @@
|
||||||
0.06: Add txt clock
|
0.06: Add txt clock
|
||||||
0.07: Add Time Date clock and fix font sizes
|
0.07: Add Time Date clock and fix font sizes
|
||||||
0.08: Add pinned clock face
|
0.08: Add pinned clock face
|
||||||
|
0.09: Added Pedometer clock
|
||||||
|
0.10: Added GPS and Grid Ref clock faces
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue