Rebble: fix dependancies, fixed typo, Pebble: fix typo

pull/1078/head
hughbarney 2021-12-13 18:21:24 +00:00
parent ab4de670fb
commit 23df3c0e98
5 changed files with 6 additions and 4 deletions

View File

@ -4871,11 +4871,11 @@
"id": "rebble", "id": "rebble",
"name": "Rebble Clock", "name": "Rebble Clock",
"shortName": "Rebble", "shortName": "Rebble",
"version": "0.01", "version": "0.02",
"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":"widget"}],
"screenshots": [{"url":"screenshot_rebble.png"}], "screenshots": [{"url":"screenshot_rebble.png"}],
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",

View File

@ -2,3 +2,4 @@
0.02: included deployment of pebble.settings.js in apps.json 0.02: included deployment of pebble.settings.js in apps.json
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

View File

@ -18,7 +18,7 @@
storage.write(SETTINGS_FILE, settings) storage.write(SETTINGS_FILE, settings)
} }
var color_options = ['Green','Orange','Cyan','Perple','Red','Blue']; var color_options = ['Green','Orange','Cyan','Purple','Red','Blue'];
var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f']; var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f'];
E.showMenu({ E.showMenu({

View File

@ -1 +1,2 @@
0.01: First release 0.01: First release
0.02: Fix dependancies, fix type to Purple

View File

@ -18,7 +18,7 @@
storage.write(SETTINGS_FILE, settings) storage.write(SETTINGS_FILE, settings)
} }
var color_options = ['Green','Orange','Cyan','Perple','Red','Blue']; var color_options = ['Green','Orange','Cyan','Purple','Red','Blue'];
var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f']; var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f'];
E.showMenu({ E.showMenu({