Version 0.04 Fix theme and versioning

master
MomentumV 2025-02-11 15:52:33 -05:00
parent 50f39dffb3
commit 3fdc3328ec
4 changed files with 14 additions and 12 deletions

View File

@ -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
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

View File

@ -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?

View File

@ -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();

View File

@ -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",