From aba59bd2c28f08135b150dfe8f49bcd681b97880 Mon Sep 17 00:00:00 2001 From: Ben Whittaker Date: Sun, 24 May 2020 05:37:00 -0400 Subject: [PATCH] weather: bump version & add change log --- apps.json | 2 +- apps/weather/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apps/weather/ChangeLog diff --git a/apps.json b/apps.json index f1ca85f8e..0f0cd169d 100644 --- a/apps.json +++ b/apps.json @@ -384,7 +384,7 @@ { "id": "weather", "name": "Weather", "icon": "icon.png", - "version":"0.01", + "version":"0.02", "description": "Show Gadgetbridge weather report", "readme": "readme.md", "tags": "widget,outdoors", diff --git a/apps/weather/ChangeLog b/apps/weather/ChangeLog new file mode 100644 index 000000000..f0eae0198 --- /dev/null +++ b/apps/weather/ChangeLog @@ -0,0 +1 @@ +0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period.