From 5a6f1136aac950409a53de7614c537fa88509a8e Mon Sep 17 00:00:00 2001 From: David Volovskiy Date: Sun, 23 Feb 2025 11:02:34 -0500 Subject: [PATCH] Upped version and changelog --- apps/daisy/ChangeLog | 2 +- apps/daisy/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/daisy/ChangeLog b/apps/daisy/ChangeLog index aecf555c0..f21249c29 100644 --- a/apps/daisy/ChangeLog +++ b/apps/daisy/ChangeLog @@ -12,4 +12,4 @@ 0.12: Added setting to change Battery estimate to hours 0.13: Fixed Battery estimate Default to percentage and improved setting string 0.14: Use `power_usage` module -0.15: Made ring show minutes and allowed 12 hr time +0.15: Ring can now show minutes, seconds, and battery; Allowed for 12hr time; Ring now goes up in 5% increments diff --git a/apps/daisy/metadata.json b/apps/daisy/metadata.json index 3e5e2b02a..d75402153 100644 --- a/apps/daisy/metadata.json +++ b/apps/daisy/metadata.json @@ -1,6 +1,6 @@ { "id": "daisy", "name": "Daisy", - "version": "0.17", + "version": "0.15", "dependencies": {"mylocation":"app"}, "description": "A beautiful digital clock with large ring guage, idle timer and a cyclic information line that includes, day, date, steps, battery, sunrise and sunset times", "icon": "app.png",