BangleApps/apps/bwclk/ChangeLog

26 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-04-02 13:59:44 +00:00
0.01: New App.
0.02: Use build in function for steps and other improvements.
2022-04-02 14:19:47 +00:00
0.03: Adapt colors based on the theme of the user.
2022-04-03 11:47:33 +00:00
0.04: Steps can be hidden now such that the time is even larger.
2022-04-09 12:49:52 +00:00
0.05: Included icons for information.
2022-05-15 19:45:56 +00:00
0.06: Design and usability improvements.
2022-05-19 18:09:26 +00:00
0.07: Improved positioning.
0.08: Select the color of widgets correctly. Additional settings to hide colon.
2022-06-27 15:41:43 +00:00
0.09: Larger font size if colon is hidden to improve readability further.
2022-06-28 08:08:52 +00:00
0.10: HomeAssistant integration if HomeAssistant is installed.
2022-06-29 17:14:00 +00:00
0.11: Performance improvements.
2022-07-01 13:09:40 +00:00
0.12: Implements a 2D menu.
2022-08-03 20:02:12 +00:00
0.13: Clicks < 24px are for widgets, if fullscreen mode is disabled.
0.14: Adds humidity to weather data.
2022-08-18 20:15:53 +00:00
0.15: Added option for a dynamic mode to show widgets only if unlocked.
0.16: You can now show your agenda if your calendar is synced with Gadgetbridge.
2022-08-24 20:19:52 +00:00
0.17: Fix - Step count was no more shown in the menu.
2022-08-26 00:20:01 +00:00
0.18: Set timer for an agenda entry by simply clicking in the middle of the screen. Only one timer can be set.
0.19: Fix - Compatibility with "Digital clock widget"
2022-09-08 14:00:46 +00:00
0.20: Better handling of async data such as getPressure.
2022-09-19 15:23:37 +00:00
0.21: On the default menu the week of year can be shown.
0.22: Use the new clkinfo module for the menu.
0.23: Feedback of apps after run is now optional and decided by the corresponding clkinfo.
0.24: Update clock_info to avoid a redraw
0.25: Use Bangle.setUI({remove:...}) to allow loading the launcher without a full reset on fw2v16.