2022-01-20 11:59:25 +00:00
|
|
|
0.01: New App!
|
2022-01-21 19:21:42 +00:00
|
|
|
0.02: Add the option to enable touching the widget only on clock and settings.
|
2022-03-22 09:48:45 +00:00
|
|
|
0.03: Settings page now uses built-in min/max/wrap (fix #1607)
|
2022-04-06 20:29:13 +00:00
|
|
|
0.04: Add masking widget input to other apps (using espruino/Espruino#2151), add a oversize option to increase the touch area.
|
2022-05-19 22:26:14 +00:00
|
|
|
0.05: Prevent drawing into app area.
|
2022-12-02 09:04:03 +00:00
|
|
|
0.06: Fix issue where .draw was being called by reference (not allowing widgets to be hidden)
|
2023-05-14 16:56:08 +00:00
|
|
|
0.07: Handle the swipe event that is generated when draging to change light intensity, so it doesn't trigger some other swipe handler.
|
2023-09-11 16:51:39 +00:00
|
|
|
0.08: Ensure boot code doesn't allocate and leave a gloval variable named 'settings'
|
|
|
|
0.09: Handle lightswitch logic running before its widget has loaded
|
2024-03-04 21:32:06 +00:00
|
|
|
0.10: Minor code improvements
|