You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/quicklaunch/ChangeLog
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,10 @@
7
7
0.07: Revert version 0.06. This version is the same as 0.05.
8
8
0.08: Respect appRect on touch events
9
9
0.09: Do not react if clkinfo is focused
10
-
0.10: Extend the functionality via a quicklaunch.app.js file that can be launched
11
-
with quicklaunch itself.
10
+
0.10: Extend the functionality via a quicklaunch.app.js file that can be launched with quicklaunch itself.
12
11
0.11: Add hints to the extension app. Tweak remove function.
13
-
0.12: Stackable extension screens. After updating, please visit the quicklaunch
14
-
settings page to prompt an automatic update of the quicklaunch.json settings file with
15
-
new key names.
12
+
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.
16
13
0.13: Touch and hold to pause the timeout to clock temporarily.
17
14
0.14: Extension: Don't go down a path if nothing waits at the end. Revisit the current intersection instead.
18
15
0.15: Extension: Compatibility with "Fastload Utils" app history feature.
16
+
0.16: Snappier. Fewer storage interactions. Set up after the foreground app has loaded in.
Copy file name to clipboardExpand all lines: apps/quicklaunch/metadata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"id": "quicklaunch",
3
3
"name": "Quick Launch",
4
4
"icon": "app.png",
5
-
"version": "0.15",
5
+
"version": "0.16",
6
6
"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.",
0 commit comments