From 177e624a71dd3dcc68194cd9dc4c5309e22d0fab Mon Sep 17 00:00:00 2001 From: Corwin Kerr Date: Fri, 29 Nov 2024 16:14:29 -0500 Subject: [PATCH] andark: update version and changelog --- apps/andark/ChangeLog | 2 ++ apps/andark/metadata.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/andark/ChangeLog b/apps/andark/ChangeLog index 7d7f9567b..22cc21e33 100644 --- a/apps/andark/ChangeLog +++ b/apps/andark/ChangeLog @@ -5,3 +5,5 @@ 0.05: Fix support for dark theme + support widgets + add settings for widgets, order of drawing and hour hand length 0.06: Fix issue showing widgets when app is fast-loaded into from launcher with widgets disabled +0.07: Enable fast loading + Queue updates to the second diff --git a/apps/andark/metadata.json b/apps/andark/metadata.json index fc8872f4b..19e3c95dc 100644 --- a/apps/andark/metadata.json +++ b/apps/andark/metadata.json @@ -1,7 +1,7 @@ { "id": "andark", "name": "Analog Dark", "shortName":"AnDark", - "version":"0.06", + "version":"0.07", "description": "analog clock face without disturbing widgets", "icon": "andark_icon.png", "type": "clock",