2019-12-10 15:40:43 +00:00
|
|
|
0.02: Attempt to reset state of the interpreter better before loading an app
|
2019-12-17 13:59:03 +00:00
|
|
|
0.03: Fix issue switching clockfaces via menu
|
2020-02-12 10:48:14 +00:00
|
|
|
0.04: Add alarm functionality
|
2020-02-13 08:18:32 +00:00
|
|
|
0.05: Add Welcome screen on boot
|
2020-02-25 13:34:06 +00:00
|
|
|
0.06: Disable GPS time log messages, add (default=1) setting to hide log messages
|
2020-02-28 15:34:31 +00:00
|
|
|
0.07: Fix issues with alarm scheduling
|
2020-03-02 17:43:56 +00:00
|
|
|
0.08: Fix issues if BLE=off, 'Make Connectable' is chosen, and the loader resets Bangle.js (fix #108)
|
2020-03-04 15:04:21 +00:00
|
|
|
0.09: Only check GPS for time after a fresh boot
|
2020-03-12 16:46:39 +00:00
|
|
|
0.10: Stop users calling save() (fix #125)
|
|
|
|
If Debug info is set to 'show' don't move to Terminal if connected!
|
2020-03-25 11:05:33 +00:00
|
|
|
0.11: Added vibrate as beep workaround
|
2020-03-30 07:39:59 +00:00
|
|
|
0.12: Add an event on BTN2 to open launcher when no clock detected (fix #147)
|
2020-03-31 14:04:51 +00:00
|
|
|
0.13: Now automatically load *.boot.js at startup
|
|
|
|
Move alarm code into alarm.boot.js
|
2020-04-04 17:31:49 +00:00
|
|
|
0.14: Move welcome loaders to *.boot.js
|
2020-04-28 14:23:02 +00:00
|
|
|
0.15: Added BLE HID option for Joystick and bare Keyboard
|
2020-05-04 14:06:36 +00:00
|
|
|
0.16: Detect out of memory errors and draw them onto the bottom of the screen in red
|
2020-05-14 10:42:24 +00:00
|
|
|
0.17: Don't modify beep/buzz behaviour if firmware does it automatically
|
2020-06-03 07:09:14 +00:00
|
|
|
0.18: Fix 'GPS time' checks for western hemisphere
|
2020-06-10 07:26:38 +00:00
|
|
|
0.19: Tweaks to simplify code and lower memory usage
|
2020-07-30 08:04:06 +00:00
|
|
|
0.20: Allow Gadgetbridge to work even with programmable:off
|
2020-09-14 09:50:26 +00:00
|
|
|
0.21: Handle echo off char from Gadgetbridge app when programmable:off (fix #558)
|
2020-10-28 13:26:01 +00:00
|
|
|
0.22: Stop LCD timeout being disabled on first run (when there is no settings.json)
|
2021-05-26 15:21:52 +00:00
|
|
|
0.23: Move to a precalculated .boot0 file which should speed up load time
|
2021-05-26 19:21:28 +00:00
|
|
|
0.24: Add Bangle.setUI polyfill
|
2021-05-28 13:20:01 +00:00
|
|
|
0.25: Fix error in 'no clock app' message
|
2021-06-08 08:38:08 +00:00
|
|
|
0.26: Remove buzz in setUI polyfill (#750)
|
2021-06-24 12:12:59 +00:00
|
|
|
0.27: Update polyfill for most recent changes
|
2021-07-26 14:53:46 +00:00
|
|
|
0.28: Fix double clock load after settings are changed
|