diff --git a/apps/daymoon/ChangeLog b/apps/daymoon/ChangeLog index e69de29bb..1e5e620fe 100644 --- a/apps/daymoon/ChangeLog +++ b/apps/daymoon/ChangeLog @@ -0,0 +1 @@ +0.1 First functional release \ No newline at end of file diff --git a/apps/daymoon/README.md b/apps/daymoon/README.md index ffb33ef69..cef843569 100644 --- a/apps/daymoon/README.md +++ b/apps/daymoon/README.md @@ -1,3 +1,15 @@ -# FairBangle -This started out with a goal to recreate the Fair Circadian watchface from Pebble for the Bangle.js2. +# DayMoon Circadian +This started out with a goal to recreate the Pebble [Fair Circadian watchface](https://setpebble.com/app/fair-circadian) by Matthew Clark for the Bangle.js2. It ended up with me making a mostly new watchface that has the moon phase more prominent, but keeps the single dial 24 hour clock with daylight and sunset highlighted. + +## Future Development +Feature roadmap: +0.1.1 fix the layout so that the widget bar is clear; + put sunrise/sunset at angle on sides +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? diff --git a/apps/daymoon/icon.png b/apps/daymoon/daymoon.png similarity index 100% rename from apps/daymoon/icon.png rename to apps/daymoon/daymoon.png diff --git a/apps/daymoon/metadata.json b/apps/daymoon/metadata.json index 04214ab4d..2d9430043 100644 --- a/apps/daymoon/metadata.json +++ b/apps/daymoon/metadata.json @@ -1,9 +1,9 @@ { "id": "daymoon", - "name": "Circadian Moon Clock", + "name": "DayMoon Circadian Clock", "version": "0.1", - "dependencies": {"mylocation":"app"}, + "dependencies": {"mylocation":"app"}, "description": "A 24 hour clockface showing the Moon Phase and portion of the day that the Sun is up", - "icon": "icon.png", + "icon": "daymoon.png", "screenshots": [{"url":"screenshot.png"}], "type": "clock", "tags": "clock,moon,lunar",