BangleApps/apps/heart/ChangeLog

18 lines
856 B
Plaintext
Raw Normal View History

2020-03-09 12:24:38 +00:00
0.01: New App!
0.02: Don't overwrite existing settings on app update
Clean up recordings on app removal
0.03: added graphing feature of 164 latest measurements
0.04: Fix memory usage when viewing HRM traces
0.05: Add loading screen for viewRecord
List average, minimum & maximum measurement in viewRecord
Disable recording only when current recording file is erased
Fix timezone offset
Draw chart based on height and width of display instead of hard-coded limits
Reduce memory usage by ~30%
Generate scale based on defined minimum and maximum measurement
Added background line on 50% to ease estimation of drawn values
0.06: Tag HRM power requests to allow this ot work alongside other widgets/apps (fix #799)
0.07: Theme support
0.08: Use default Bangle formatter for booleans
0.09: Minor code improvements