forked from FOSS/BangleApps
quicklaunch: bump version
parent
b1477a0f8f
commit
e8ef71e410
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue