BangleApps/apps/circlesclock/ChangeLog

45 lines
2.3 KiB
Plaintext
Raw Normal View History

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
Add step distance and weather
2022-01-07 09:43:06 +00:00
Allow switching visibility of widgets
Make circles and text slightly bigger
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
Support to choose between humidity and wind speed for weather circle progress
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
0.07: Allow configuration of minimal heart rate confidence
0.08: Allow configuration of up to 4 circles in a row
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
Refactor settings menu
Colors of circles can be configured
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
0.15: Use Bangle.setUI({remove:...}) to allow loading the launcher without a full reset on 2v16
0.16: Fix const error
Use widget_utils if available
0.17: Load circles from clkinfo
0.18: Improved clkinfo handling and using it for the weather circle
0.19: Remove old code and fixing clkinfo handling (fix HRM and other items that change)
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
0.21: Remade all icons without a palette for dark theme
Now re-adds widgets if they were hidden when fast-loading
0.22: Fixed crash if item has no image and cutting long overflowing text
0.23: Setting circles colours per clkinfo and not position
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