diff --git a/apps/quicklaunch/ChangeLog b/apps/quicklaunch/ChangeLog index 383e6ee2c..54c83c8ae 100644 --- a/apps/quicklaunch/ChangeLog +++ b/apps/quicklaunch/ChangeLog @@ -7,12 +7,10 @@ 0.07: Revert version 0.06. This version is the same as 0.05. 0.08: Respect appRect on touch events 0.09: Do not react if clkinfo is focused -0.10: Extend the functionality via a quicklaunch.app.js file that can be launched - with quicklaunch itself. +0.10: Extend the functionality via a quicklaunch.app.js file that can be launched with quicklaunch itself. 0.11: Add hints to the extension app. Tweak remove function. -0.12: Stackable extension screens. After updating, please visit the quicklaunch - settings page to prompt an automatic update of the quicklaunch.json settings file with - new key names. +0.12: Stackable extension screens. After updating, please visit the quicklaunch settings page to prompt an automatic update of the quicklaunch.json settings file with new key names. 0.13: Touch and hold to pause the timeout to clock temporarily. 0.14: Extension: Don't go down a path if nothing waits at the end. Revisit the current intersection instead. 0.15: Extension: Compatibility with "Fastload Utils" app history feature. +0.16: Snappier. Fewer storage interactions. Set up after the foreground app has loaded in. diff --git a/apps/quicklaunch/metadata.json b/apps/quicklaunch/metadata.json index 5fd06ba95..15c40dfdc 100644 --- a/apps/quicklaunch/metadata.json +++ b/apps/quicklaunch/metadata.json @@ -2,7 +2,7 @@ "id": "quicklaunch", "name": "Quick Launch", "icon": "app.png", - "version": "0.15", + "version": "0.16", "description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.", "type": "bootloader", "tags": "tools, system",