diff --git a/apps.json b/apps.json index 560d6505b..54621f81b 100644 --- a/apps.json +++ b/apps.json @@ -3265,7 +3265,7 @@ "name": "Hour Strike", "shortName": "Hour Strike", "icon": "app-icon.png", - "version": "0.07", + "version": "0.08", "description": "Strike the clock on the hour. A great tool to remind you an hour has passed!", "tags": "tool,alarm", "readme": "README.md", diff --git a/apps/hourstrike/ChangeLog b/apps/hourstrike/ChangeLog index 73b8cb168..15a8b9a35 100644 --- a/apps/hourstrike/ChangeLog +++ b/apps/hourstrike/ChangeLog @@ -5,3 +5,4 @@ 0.05: Add display for the next strike time 0.06: Move the next strike time to the first row of display 0.07: Change the boot function to avoid reloading the entire watch +0.08: Default to no strikes. diff --git a/apps/hourstrike/app.js b/apps/hourstrike/app.js index c70fa2d41..3d47b7b44 100644 --- a/apps/hourstrike/app.js +++ b/apps/hourstrike/app.js @@ -7,7 +7,7 @@ function updateSettings() { function resetSettings() { settings = { - interval: 3600, + interval: -1, start: 9, end: 21, vlevel: 0.5,