BangleApps/apps/pastel/ChangeLog

24 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-09-13 19:26:53 +00:00
0.01: First release
0.02: Display 12 hour clock as 12:xx not 00:xx when just into PM
0.03: Make it work with Gadgetbridge, Notifications fullscreen on a Bangle 2
0.04: Leave space at the bottom for Chrono widget, set back option at first option
0.05: Added 2 new fonts
0.06: Converted fonts to font modules
0.07: Added info line that cycles on BTN1/BTN3 (or vitual buttons on a bangle 2)
0.08: Added dependancy on MyLocation
0.09: Added dependancy on Pedometer Widget
0.10: Added Weather line, fixed issues on a Bangle 1, update every minute
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
0.13: call process.memory(false) to avoid triggering a GC of memory
supported in pre 2.12.13 firmware
0.14: incorporated lazybones idle timer, configuration settings to come
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
0.17: Use default Bangle formatter for booleans
0.18: fix idle option always getting defaulted to true
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