1
0
Fork 0
BangleApps/apps/banglerun/ChangeLog

14 lines
704 B
Plaintext
Raw Normal View History

2020-04-19 16:03:14 +00:00
0.01: First release
0.02: Bugfix time: Reset minutes to 0 when hitting 60
2020-07-17 07:11:31 +00:00
0.03: Fix distance >=10 km (fix #529)
0.04: Use offscreen buffer for flickerless updates
2020-08-25 22:25:11 +00:00
0.05: Complete rewrite. New UI, GPS & HRM Kalman filters, activity logging
0.06: Reading HDOP directly from the GPS event (needs Espruino 2v07 or above)
2021-01-26 08:59:16 +00:00
0.07: Fixed GPS update, added guards against NaN values
0.08: Fix issue with GPS coordinates being wrong after the first one
0.09: Another GPS fix (log raw coordinates - not filtered ones)
0.10: Removed kalman filtering to allow distance log to work
Only log data every 5 seconds (not 1 sec)
Don't create a file until the first log entry is ready
2021-02-22 15:36:56 +00:00
Add labels for buttons