[Nifty-B Clock] Update metadata & changelog
parent
adf7c75365
commit
1a00f7d9e2
|
|
@ -1,2 +1,5 @@
|
||||||
0.01: New Clock Nifty B
|
0.01: New Clock Nifty B
|
||||||
0.02: Added configuration
|
0.02: Added configuration
|
||||||
|
0.03: Call setUI before loading widgets
|
||||||
|
Fix bug with black being unselectable
|
||||||
|
Improve settings page
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
# Nifty Series B Clock
|
# Nifty Series B Clock
|
||||||
|
|
||||||
- Display Time and Date
|
- Display Time and Date
|
||||||
- Color Configuration
|
- Colour Configuration
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"id": "ffcniftyb",
|
"id": "ffcniftyb",
|
||||||
"name": "Nifty-B Clock",
|
"name": "Nifty-B Clock",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "A nifty clock (series B) with time, date and color configuration",
|
"description": "A nifty clock (series B) with time, date and colour configuration",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue