From 9a19799af6888490eff1975d944428be872cdf66 Mon Sep 17 00:00:00 2001 From: MomentumV Date: Thu, 13 Feb 2025 13:28:09 -0500 Subject: [PATCH] Fix versioning I didn't realize it would choke on further dots in the versioning. --- apps/daymoon/ChangeLog | 2 +- apps/daymoon/README.md | 9 +++++---- apps/daymoon/metadata.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/daymoon/ChangeLog b/apps/daymoon/ChangeLog index a793d2017..a00fe7982 100644 --- a/apps/daymoon/ChangeLog +++ b/apps/daymoon/ChangeLog @@ -2,4 +2,4 @@ 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 -0.04.1: Add more screenshots, fix bug in dot colors +0.05: Add more screenshots, fix bug in dot colors diff --git a/apps/daymoon/README.md b/apps/daymoon/README.md index 2162bf808..4b43b75aa 100644 --- a/apps/daymoon/README.md +++ b/apps/daymoon/README.md @@ -9,10 +9,11 @@ Feature roadmap: - [x] 0.01 Fix blocking widgets - [x] 0.03 Day and Night different color markers - [x] 0.04 Add to App Loader - - [ ] 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 + - [x] 0.05 Add more screenshots with different moon phases + - [ ] 0.06 add Day of week and month display + - [ ] 0.07 Seconds display + - [ ] 0.08 Color Themes (and settings/options) + - [ ] 0.09 Moon display angle represents how it looks in the sky - [ ] 0.10 custom/bigger/fitted time digits - [ ] 0.20 clockinfo support? - [ ] 0.30 Tap/swipe actions? diff --git a/apps/daymoon/metadata.json b/apps/daymoon/metadata.json index 49e4b9df8..f06e216bc 100644 --- a/apps/daymoon/metadata.json +++ b/apps/daymoon/metadata.json @@ -1,6 +1,6 @@ { "id": "daymoon", "name": "DayMoon Circadian Clock", - "version": "0.04.1", + "version": "0.05", "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",