2021-12-16 17:08:12 +00:00
|
|
|
0.01: New clock
|
|
|
|
0.02: Fix icon & add battery warn functionality
|
2021-12-17 21:36:34 +00:00
|
|
|
0.03: Theming support & minor fixes
|
2022-01-07 09:43:06 +00:00
|
|
|
0.04: Make configurable what to show in each circle
|
2022-01-07 12:30:09 +00:00
|
|
|
Add step distance and weather
|
2022-01-07 09:43:06 +00:00
|
|
|
Allow switching visibility of widgets
|
|
|
|
Make circles and text slightly bigger
|
2022-01-11 10:48:10 +00:00
|
|
|
0.05: Show correct percentage values in circles
|
2022-01-11 13:08:48 +00:00
|
|
|
Show humidity as weather circle data
|
2022-01-14 13:46:59 +00:00
|
|
|
0.06: Allow settings empty circles
|
2022-01-14 14:43:17 +00:00
|
|
|
Support to choose between humidity and wind speed for weather circle progress
|
2022-01-14 21:16:49 +00:00
|
|
|
Support to show time and progress until next sunrise or sunset
|
2022-01-17 12:06:28 +00:00
|
|
|
Load daily steps from Bangle health if available
|
2022-01-23 10:52:14 +00:00
|
|
|
0.07: Allow configuration of minimal heart rate confidence
|
2022-01-26 10:55:16 +00:00
|
|
|
0.08: Allow configuration of up to 4 circles in a row
|
2022-01-27 21:20:32 +00:00
|
|
|
0.09: Support to show temperature, air pressure or altitude from internal pressure sensor
|
2022-01-29 12:43:35 +00:00
|
|
|
Fix sunprogress calculation during night
|
2022-01-29 20:51:44 +00:00
|
|
|
Refactor settings menu
|
|
|
|
Colors of circles can be configured
|
2022-01-30 19:28:31 +00:00
|
|
|
Color depending on value (green -> red, red -> green) option
|
2022-02-01 07:54:21 +00:00
|
|
|
Good HRM value will not be overwritten so fast anymore
|
2022-02-14 20:04:40 +00:00
|
|
|
0.10: Use roboto font for time, date and day of week and center align them
|
2022-02-27 17:23:47 +00:00
|
|
|
0.11: New color option: foreground color
|
|
|
|
Improve performance, reduce memory usage
|
|
|
|
Small optical adjustments
|
2022-05-18 18:13:57 +00:00
|
|
|
0.12: Allow configuration of update interval
|
2022-06-22 09:09:54 +00:00
|
|
|
0.13: Load step goal from Bangle health app as fallback
|
|
|
|
Memory optimizations
|
2022-10-25 06:11:19 +00:00
|
|
|
0.14: Support to show big weather info
|
2022-10-26 11:31:52 +00:00
|
|
|
0.15: Use Bangle.setUI({remove:...}) to allow loading the launcher without a full reset on 2v16
|
2022-10-27 07:26:07 +00:00
|
|
|
0.16: Fix const error
|
|
|
|
Use widget_utils if available
|
2022-11-22 11:55:40 +00:00
|
|
|
0.17: Load circles from clkinfo
|
2022-11-30 17:34:29 +00:00
|
|
|
0.18: Improved clkinfo handling and using it for the weather circle
|
2022-12-07 09:58:45 +00:00
|
|
|
0.19: Remove old code and fixing clkinfo handling (fix HRM and other items that change)
|
2022-12-07 10:54:34 +00:00
|
|
|
Remove settings for what is displayed and instead allow circles to be changed by swiping
|
2022-12-09 10:32:16 +00:00
|
|
|
0.20: Add much faster circle rendering (250ms -> 40ms)
|
2022-12-09 10:33:38 +00:00
|
|
|
Add fast load capability
|
2022-12-09 14:42:33 +00:00
|
|
|
0.21: Remade all icons without a palette for dark theme
|
2022-12-09 14:59:18 +00:00
|
|
|
Now re-adds widgets if they were hidden when fast-loading
|
2022-12-14 11:58:42 +00:00
|
|
|
0.22: Fixed crash if item has no image and cutting long overflowing text
|
2022-12-18 12:53:59 +00:00
|
|
|
0.23: Setting circles colours per clkinfo and not position
|
2023-01-13 12:34:58 +00:00
|
|
|
0.24: Using suggested color from clock_info if set as default and available
|
2023-01-27 13:33:46 +00:00
|
|
|
0.25: Use clock_info module as an app
|