diff --git a/apps/iconlaunch/ChangeLog b/apps/iconlaunch/ChangeLog index 991f15abb..fcd7c9194 100644 --- a/apps/iconlaunch/ChangeLog +++ b/apps/iconlaunch/ChangeLog @@ -1,3 +1,4 @@ 0.01: Initial release 0.02: implemented "direct launch" and "one click exit" settings 0.03: Use default Bangle formatter for booleans +0.04: Support new fast app switching diff --git a/apps/iconlaunch/metadata.json b/apps/iconlaunch/metadata.json index c7acc534f..f1c34cf3d 100644 --- a/apps/iconlaunch/metadata.json +++ b/apps/iconlaunch/metadata.json @@ -2,7 +2,7 @@ "id": "iconlaunch", "name": "Icon Launcher", "shortName" : "Icon launcher", - "version": "0.03", + "version": "0.04", "icon": "app.png", "description": "A launcher inspired by smartphones, with an icon-only scrollable menu.", "tags": "tool,system,launcher", diff --git a/apps/imageclock/ChangeLog b/apps/imageclock/ChangeLog index af1b97b3d..262794250 100644 --- a/apps/imageclock/ChangeLog +++ b/apps/imageclock/ChangeLog @@ -8,3 +8,4 @@ 0.07: Allow wrapping drawing in timeouts to get faster reactions Show/Hide widgets with swipe up or down 0.08: Use default Bangle formatter for booleans +0.09: Support new fast app switching diff --git a/apps/imageclock/metadata.json b/apps/imageclock/metadata.json index c3ece0184..8a3fd5939 100644 --- a/apps/imageclock/metadata.json +++ b/apps/imageclock/metadata.json @@ -2,7 +2,7 @@ "id": "imageclock", "name": "Imageclock", "shortName": "Imageclock", - "version": "0.08", + "version": "0.09", "type": "clock", "description": "BETA!!! File formats still subject to change --- This app is a highly customizable watchface. To use it, you need to select a watchface. You can build the watchfaces yourself without programming anything. All you need to do is write some json and create image files.", "icon": "app.png",