diff --git a/apps/daymoon/ChangeLog b/apps/daymoon/ChangeLog index c0502fc82..8e650db84 100644 --- a/apps/daymoon/ChangeLog +++ b/apps/daymoon/ChangeLog @@ -1,3 +1,4 @@ -0.1 : First functional release -0.1.1 : move moon down, rotate sunrise/sunset, shift Hours/minutes to corners -0.1.2 : Change day and night to have different dots \ No newline at end of file +0.01: First functional release +0.02: move moon down, rotate sunrise/sunset, shift Hours/minutes to corners +0.03: Change day and night to have different dots +0.04: Update ChangeLog, coerce dark theme \ No newline at end of file diff --git a/apps/daymoon/README.md b/apps/daymoon/README.md index 803eb1696..2c7e0e6ad 100644 --- a/apps/daymoon/README.md +++ b/apps/daymoon/README.md @@ -6,11 +6,11 @@ This uses the myLocation app to get your latitude and longitude for proper dayli ## Future Development Feature roadmap: - - [x]0.1.1 Fix blocking widgets - - [x]0.1.2 Day and Night different color markers - - [ ]0.2 add Day of week and month display - - [ ]1.0 Seconds display - - [ ]1.1 Color Themes (and settings/options) - - [ ]1.2 Moon display angle represents how it looks in the sky - - [ ]1.3 custom/bigger/fitted time digits - - [ ]2.0 clockinfo support? + - [x]0.01 Fix blocking widgets + - [x]0.03 Day and Night different color markers + - [ ]0.05 add Day of week and month display + - [ ]0.06 Seconds display + - [ ]0.07 Color Themes (and settings/options) + - [ ]0.08 Moon display angle represents how it looks in the sky + - [ ]0.10 custom/bigger/fitted time digits + - [ ]0.20 clockinfo support? diff --git a/apps/daymoon/app.js b/apps/daymoon/app.js index 1f770869f..53d6fd640 100644 --- a/apps/daymoon/app.js +++ b/apps/daymoon/app.js @@ -196,4 +196,5 @@ widgets know if they're being loaded into a clock app or not */ Bangle.setUI("clock"); // Load widgets Bangle.loadWidgets(); +g.setTheme({bg:"#000"}); Bangle.drawWidgets(); \ No newline at end of file diff --git a/apps/daymoon/metadata.json b/apps/daymoon/metadata.json index 900985de2..fd2c2c4d0 100644 --- a/apps/daymoon/metadata.json +++ b/apps/daymoon/metadata.json @@ -1,6 +1,6 @@ { "id": "daymoon", "name": "DayMoon Circadian Clock", - "version": "0.1.2", + "version": "0.4", "dependencies": {"mylocation":"app"}, "description": "A 24 hour clockface showing the Moon Phase and portion of the day that the Sun is up inspired by Matthew Clark's *Fair Circadian* Pebble watchface", "icon": "daymoon.png",