1
0
Fork 0

quicklaunch: bump version

master
thyttan 2024-10-28 23:43:13 +01:00
parent b1477a0f8f
commit e8ef71e410
2 changed files with 4 additions and 6 deletions

View File

@ -7,12 +7,10 @@
0.07: Revert version 0.06. This version is the same as 0.05. 0.07: Revert version 0.06. This version is the same as 0.05.
0.08: Respect appRect on touch events 0.08: Respect appRect on touch events
0.09: Do not react if clkinfo is focused 0.09: Do not react if clkinfo is focused
0.10: Extend the functionality via a quicklaunch.app.js file that can be launched 0.10: Extend the functionality via a quicklaunch.app.js file that can be launched with quicklaunch itself.
with quicklaunch itself.
0.11: Add hints to the extension app. Tweak remove function. 0.11: Add hints to the extension app. Tweak remove function.
0.12: Stackable extension screens. After updating, please visit the quicklaunch 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.
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.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.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.15: Extension: Compatibility with "Fastload Utils" app history feature.
0.16: Snappier. Fewer storage interactions. Set up after the foreground app has loaded in.

View File

@ -2,7 +2,7 @@
"id": "quicklaunch", "id": "quicklaunch",
"name": "Quick Launch", "name": "Quick Launch",
"icon": "app.png", "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.", "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", "type": "bootloader",
"tags": "tools, system", "tags": "tools, system",