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.
|
2022-05-20 11:13:54 +00:00
|
|
|
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.
|
2022-08-14 19:30:19 +00:00
|
|
|
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.
|
2022-08-20 07:42:51 +00:00
|
|
|
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.
|
2022-09-23 14:08:16 +00:00
|
|
|
0.22: Use the new clkinfo module for the menu.
|
2022-12-16 15:40:58 +00:00
|
|
|
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
|
2022-09-23 22:23:53 +00:00
|
|
|
0.25: Use Bangle.setUI({remove:...}) to allow loading the launcher without a full reset on fw2v16.
|
2023-01-05 09:54:25 +00:00
|
|
|
ClockInfo Fix: Use .get instead of .show as .show is not implemented for weather etc.
|
2023-01-05 18:39:02 +00:00
|
|
|
0.26: Use clkinfo.addInteractive instead of a custom implementation
|
2023-01-06 10:46:19 +00:00
|
|
|
0.27: Clean out some leftovers in the remove function after switching to
|
|
|
|
clkinfo.addInteractive that would cause ReferenceError.
|
2023-01-09 13:34:08 +00:00
|
|
|
0.28: Option to show (1) time only and (2) week of year.
|
2023-01-11 18:20:14 +00:00
|
|
|
0.29: use setItem of clockInfoMenu to change the active item
|
2023-01-27 13:33:46 +00:00
|
|
|
0.30: Use widget_utils
|
|
|
|
0.31: Use clock_info module as an app
|
2023-04-19 17:02:55 +00:00
|
|
|
0.32: Make the border of the clock_info box extend all the way to the right of the screen.
|
2023-05-15 08:21:41 +00:00
|
|
|
0.33: Fix issue rendering ClockInfos with for fg+bg color set to the same (#2749)
|