Pastle, Pebble, Rebble: updated dependancies and ChangeLogs

pull/1094/head
hughbarney 2021-12-15 19:11:32 +00:00
parent 2d1666d037
commit 2378ff304b
4 changed files with 9 additions and 5 deletions

View File

@ -4209,7 +4209,7 @@
"id": "pastel", "id": "pastel",
"name": "Pastel Clock", "name": "Pastel Clock",
"shortName": "Pastel", "shortName": "Pastel",
"version": "0.08", "version": "0.09",
"description": "A Configurable clock with custom fonts and background. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times", "description": "A Configurable clock with custom fonts and background. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times",
"icon": "pastel.png", "icon": "pastel.png",
"dependencies": {"mylocation":"app", "widpedom":"app"}, "dependencies": {"mylocation":"app", "widpedom":"app"},
@ -4723,8 +4723,9 @@
"id": "pebble", "id": "pebble",
"name": "Pebble Clock", "name": "Pebble Clock",
"shortName": "Pebble", "shortName": "Pebble",
"version": "0.04", "version": "0.06",
"description": "A pebble style clock to keep the rebellion going", "description": "A pebble style clock to keep the rebellion going",
"dependencies": {"widpedom":"app"},
"readme": "README.md", "readme": "README.md",
"icon": "pebble.png", "icon": "pebble.png",
"screenshots": [{"url":"pebble_screenshot.png"}], "screenshots": [{"url":"pebble_screenshot.png"}],
@ -4876,11 +4877,11 @@
"id": "rebble", "id": "rebble",
"name": "Rebble Clock", "name": "Rebble Clock",
"shortName": "Rebble", "shortName": "Rebble",
"version": "0.02", "version": "0.03",
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion", "description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
"readme": "README.md", "readme": "README.md",
"icon": "rebble.png", "icon": "rebble.png",
"dependencies": {"mylocation":"app"}, "dependencies": {"mylocation":"app", "widpedom":"app"},
"screenshots": [{"url":"screenshot_rebble.png"}], "screenshots": [{"url":"screenshot_rebble.png"}],
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",

View File

@ -6,3 +6,4 @@
0.06: Converted fonts to font modules 0.06: Converted fonts to font modules
0.07: Added info line that cycles on BTN1/BTN3 (or vitual buttons on a bangle 2) 0.07: Added info line that cycles on BTN1/BTN3 (or vitual buttons on a bangle 2)
0.08: Added dependancy on MyLocation 0.08: Added dependancy on MyLocation
0.09: Added dependancy on Pedometer Widget

View File

@ -3,3 +3,4 @@
0.03: Changed time+calendar font to LECO1976Regular, changed to slanting boot 0.03: Changed time+calendar font to LECO1976Regular, changed to slanting boot
0.04: Fix widget hiding code (fix #1046) 0.04: Fix widget hiding code (fix #1046)
0.05: Fix typo in settings - Purple 0.05: Fix typo in settings - Purple
0.06: Added dependancy on Pedometer Widget

View File

@ -1,2 +1,3 @@
0.01: First release 0.01: First release
0.02: Fix dependancies, fix type to Purple 0.02: Fix typo to Purple
0.03: Added dependancy on Pedometer Widget