From dda8d2ece15f83e1ce93acdc8ffb304a6192459a Mon Sep 17 00:00:00 2001 From: Marco H Date: Thu, 5 Jan 2023 12:08:54 +0100 Subject: [PATCH] Add ChangeLog and increase version --- apps/health/ChangeLog | 1 + apps/health/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/health/ChangeLog b/apps/health/ChangeLog index 87a58a57b..fb97552b1 100644 --- a/apps/health/ChangeLog +++ b/apps/health/ChangeLog @@ -17,3 +17,4 @@ 0.16: Code tidyup, add back button in top left of health app graphs 0.17: Add automatic translation of bar chart labels 0.18: Show step goal in daily step chart +0.19: Can show notification when daily step goal is reached diff --git a/apps/health/metadata.json b/apps/health/metadata.json index ecaf9b563..ec5905b71 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -2,7 +2,7 @@ "id": "health", "name": "Health Tracking", "shortName": "Health", - "version": "0.18", + "version": "0.19", "description": "Logs health data and provides an app to view it", "icon": "app.png", "tags": "tool,system,health",