BangleApps/apps/quicklaunch/ChangeLog

17 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-03-26 08:24:27 +00:00
0.01: Initial version
2022-04-28 07:11:39 +00:00
0.02: Moved settings from launcher to settings->apps menu
2022-10-27 16:10:00 +00:00
0.03: Better performance by not scanning on every boot
2022-10-30 15:47:56 +00:00
0.04: Better performace by not scanning on boot at all
2022-11-10 20:23:03 +00:00
0.05: Update to work with new 'fast switch' clock->launcher functionality
2022-11-20 16:32:44 +00:00
0.06: Use Bangle.load() to allow 'fast switch' for apps where it's available.
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
2024-10-28 22:43:13 +00:00
0.10: Extend the functionality via a quicklaunch.app.js file that can be launched with quicklaunch itself.
2023-03-09 18:56:23 +00:00
0.11: Add hints to the extension app. Tweak remove function.
2024-10-28 22:43:13 +00:00
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.
2024-11-13 21:11:32 +00:00
0.16: Snappier. Fewer storage interactions.