2021-09-13 19:26:53 +00:00
|
|
|
0.01: First release
|
2021-09-27 23:35:10 +00:00
|
|
|
0.02: Display 12 hour clock as 12:xx not 00:xx when just into PM
|
2021-09-30 22:03:47 +00:00
|
|
|
0.03: Make it work with Gadgetbridge, Notifications fullscreen on a Bangle 2
|
2021-10-14 17:55:13 +00:00
|
|
|
0.04: Leave space at the bottom for Chrono widget, set back option at first option
|
2021-10-16 13:49:13 +00:00
|
|
|
0.05: Added 2 new fonts
|
2021-11-26 21:29:46 +00:00
|
|
|
0.06: Converted fonts to font modules
|
2021-11-24 19:59:46 +00:00
|
|
|
0.07: Added info line that cycles on BTN1/BTN3 (or vitual buttons on a bangle 2)
|
2021-11-26 21:29:46 +00:00
|
|
|
0.08: Added dependancy on MyLocation
|
2021-12-15 19:11:32 +00:00
|
|
|
0.09: Added dependancy on Pedometer Widget
|
2021-12-19 22:25:18 +00:00
|
|
|
0.10: Added Weather line, fixed issues on a Bangle 1, update every minute
|
2022-01-08 20:43:06 +00:00
|
|
|
0.11: Changed cycle on minute to prevInfo to avoid the 2nd one being the blank line
|
2022-01-20 23:29:37 +00:00
|
|
|
0.12: Removed dependancy on widpedom, now uses Bangle.getHealthStatus("day").steps
|
|
|
|
which requires 2.11.27 firmware to reset at midnight
|
2022-02-07 23:05:59 +00:00
|
|
|
0.13: call process.memory(false) to avoid triggering a GC of memory
|
|
|
|
supported in pre 2.12.13 firmware
|
2022-02-08 23:12:18 +00:00
|
|
|
0.14: incorporated lazybones idle timer, configuration settings to come
|
2022-02-11 23:27:47 +00:00
|
|
|
0.15: fixed tendancy for mylocation to default to London
|
2022-02-12 00:36:58 +00:00
|
|
|
added setting to enable/disable idle timer warning
|
2022-02-16 20:02:56 +00:00
|
|
|
0.16: make check_idle boolean setting work properly with new B2 menu
|
2022-06-18 20:08:51 +00:00
|
|
|
0.17: Use default Bangle formatter for booleans
|
2022-09-19 14:17:23 +00:00
|
|
|
0.18: fix idle option always getting defaulted to true
|
2022-12-09 09:49:33 +00:00
|
|
|
0.19: Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps
|
2024-03-04 21:32:06 +00:00
|
|
|
0.20: Minor code improvements
|