BangleApps/apps/health/ChangeLog

33 lines
1.6 KiB
Plaintext
Raw Normal View History

0.01: New App!
0.02: Modified data format to include daily summaries
2021-10-29 19:50:51 +00:00
0.03: Settings to turn HRM on
0.04: Add HRM graph view
Don't restart HRM when changing apps if we've already got a good BPM value
0.05: Fix daily summary calculation
0.06: Fix daily health summary for movement (a line got deleted!)
2021-11-15 21:19:02 +00:00
0.07: Added coloured bar charts
0.08: Suppress bleed through of E.showMenu's when displaying bar charts
0.09: Fix file naming so months are 1-based (not 0) (fix #1119)
2022-01-26 19:56:22 +00:00
0.10: Adds additional 3 minute setting for HRM
0.11: Pre-minified boot&lib - folds constants and saves RAM
2022-04-19 14:25:35 +00:00
0.12: Add setting for Daily Step Goal
0.13: Add support for internationalization
2022-04-25 12:27:24 +00:00
0.14: Move settings
2022-05-17 21:27:13 +00:00
0.15: Fix charts (fix #1366)
0.16: Code tidyup, add back button in top left of health app graphs
0.17: Add automatic translation of bar chart labels
0.18: Show step goal in daily step chart
2023-01-05 11:08:54 +00:00
0.19: Can show notification when daily step goal is reached
2023-01-07 17:14:58 +00:00
0.20: Fix the settings page, it would not update settings correctly.
2023-01-09 13:41:33 +00:00
0.21: Update boot.min.js.
2023-04-13 13:05:06 +00:00
0.22: Fix timeout for heartrate sensor on 3 minute setting (#2435)
0.23: Fix HRM logic
0.24: Correct daily health summary for movement (some logic errors resulted in garbage data being written)
0.25: lib.read* methods now return correctly scaled movement
movement graph in app is now an average, not sum
2023-08-09 07:50:49 +00:00
fix 11pm slot for daily HRM
0.26: Implement API for activity fetching
2023-08-22 21:39:35 +00:00
0.27: Fix typo in daily summary graph code causing graph not to load
Fix daily summaries for 31st of the month
0.28: Calculate distance from steps if new stride length setting is set