From bd8bb638d434df8a8cbfab84272f39d1a86b0755 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Wed, 1 Dec 2021 20:29:34 +0000 Subject: [PATCH 1/2] Pebble: deploy pebble.settings.js in apps.json --- apps.json | 3 ++- apps/pebble/ChangeLog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 55a43f5db..4df02be1a 100644 --- a/apps.json +++ b/apps.json @@ -4628,7 +4628,7 @@ "id": "pebble", "name": "Pebble Clock", "shortName": "Pebble", - "version": "0.01", + "version": "0.02", "description": "A pebble style clock to keep the rebellion going", "readme": "README.md", "icon": "pebble.png", @@ -4638,6 +4638,7 @@ "supports": ["BANGLEJS2"], "storage": [ {"name":"pebble.app.js","url":"pebble.app.js"}, + {"name":"pebble.settings.js","url":"pebble.settings.js"}, {"name":"pebble.img","url":"pebble.icon.js","evaluate":true} ] } diff --git a/apps/pebble/ChangeLog b/apps/pebble/ChangeLog index 9db0e26c5..d352d98b6 100644 --- a/apps/pebble/ChangeLog +++ b/apps/pebble/ChangeLog @@ -1 +1,2 @@ 0.01: first release +0.02: included deployment of pebble.settings.js in apps.json From 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f Mon Sep 17 00:00:00 2001 From: hughbarney Date: Wed, 1 Dec 2021 21:07:41 +0000 Subject: [PATCH 2/2] Pebble: updated README --- apps/pebble/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pebble/README.md b/apps/pebble/README.md index f0de5ce73..4b0233781 100644 --- a/apps/pebble/README.md +++ b/apps/pebble/README.md @@ -3,7 +3,7 @@ *a Pebble style clock with configurable background color, to keep the revolution going* * Designed specifically for Bangle 2 -* A choice of 6 different background colous through its setting menu +* A choice of 6 different background colous through its setting menu. Goto Settings, App/Widget settings, Pebble. * Supports the Light and Dark themes * Uses pedometer widget to get latest step count * Dependant apps are installed when Pebble installs