2022-05-24 00:18:26 +00:00
|
|
|
0.01: Initial release
|
2022-06-18 20:08:51 +00:00
|
|
|
0.02: implemented "direct launch" and "one click exit" settings
|
|
|
|
0.03: Use default Bangle formatter for booleans
|
2022-09-30 09:02:48 +00:00
|
|
|
0.04: Support new fast app switching
|
2022-10-13 20:41:20 +00:00
|
|
|
0.05: Allow to directly eval apps instead of loading
|
2022-10-20 20:16:23 +00:00
|
|
|
0.06: Cache apps for faster start
|
2022-10-21 15:20:09 +00:00
|
|
|
0.07: Read app icons on demand
|
2022-10-26 09:18:51 +00:00
|
|
|
Add swipe-to-exit
|
2022-10-30 16:39:35 +00:00
|
|
|
0.08: Only use fast loading for switching to clock to prevent problems in full screen apps
|
2022-11-01 15:15:47 +00:00
|
|
|
0.09: Remove fast load option since clocks containing Bangle.loadWidgets are now always normally loaded
|
2022-11-04 14:57:14 +00:00
|
|
|
0.10: changed the launch.json file name in iconlaunch.json ( launch.cache.json -> iconlaunch.cache.json)
|
|
|
|
used Object.assing for the settings
|
|
|
|
fix cache not deleted when "showClocks" options is changed
|
|
|
|
added timeOut to return to the clock
|
2022-11-06 13:20:55 +00:00
|
|
|
0.11: Cleanup timeout when changing to clock
|
|
|
|
Reset timeout on swipe and drag
|
2022-11-14 17:42:06 +00:00
|
|
|
0.12: Use Bangle.load and Bangle.showClock
|
2022-11-15 16:19:58 +00:00
|
|
|
0.13: Fix automatic switch to clock
|
2022-11-15 16:56:28 +00:00
|
|
|
0.14: Revert use of Bangle.load to classic load calls since widgets would
|
2022-12-15 11:41:27 +00:00
|
|
|
still be loaded when they weren't supposed to.
|
|
|
|
0.15: Ensure that we hide widgets if in fullscreen mode
|
|
|
|
(So that widgets are still hidden if launcher is fast-loaded)
|
2023-01-30 10:55:11 +00:00
|
|
|
0.16: Use firmware provided E.showScroller method
|
2023-07-22 11:09:08 +00:00
|
|
|
0.17: fix fullscreen with oneClickExit
|
|
|
|
0.18: Better performance
|