2020-02-13 09:32:18 +00:00
|
|
|
0.01: New App!
|
|
|
|
0.02: Fix GPS time logging
|
2020-02-24 16:54:37 +00:00
|
|
|
0.03: Fix GPS time display in gpsrec app
|
2020-02-25 14:01:40 +00:00
|
|
|
0.04: Properly Fix GPS time display in gpsrec app
|
2020-03-05 13:15:27 +00:00
|
|
|
0.05: Tweaks for variable size widget system
|
2020-03-09 09:54:54 +00:00
|
|
|
0.06: Ensure widget update itself (fix #118) and change to using icons
|
2020-04-15 12:39:50 +00:00
|
|
|
0.07: Added @jeffmer's awesome track viewer
|
2020-04-17 19:42:29 +00:00
|
|
|
0.08: Don't overwrite existing settings on app update
|
|
|
|
Clean up recorded tracks on app removal
|
2020-05-08 20:58:55 +00:00
|
|
|
0.09: Change default GPS period to 10 (1 is overkill for most uses and makes things slow)
|
|
|
|
Added RAM keyword to functions & other tweaks to speed up rendering
|
|
|
|
Going 'back' from track view now doesn't load again
|
2020-06-25 06:55:44 +00:00
|
|
|
0.10: Can now graph altitude & speed
|
|
|
|
0.11: Ensure we don't turn GPS off if it was previously on (eg from another app/widget)
|
2020-07-04 03:05:00 +00:00
|
|
|
0.12: Add option to plot on top of OpenStreetMap tiles (when they are installed on the watch)
|
2020-11-25 09:06:40 +00:00
|
|
|
0.13: Increase GPS recording accuracy by one decimal place
|
|
|
|
Ensure default time period is 10
|
2020-12-08 15:40:15 +00:00
|
|
|
0.14: Now use the openstmap lib for map plotting
|
2020-12-08 15:56:53 +00:00
|
|
|
0.15: Add plotTrack method to allow current track to be plotted on a map (#395)
|
2021-01-07 08:39:36 +00:00
|
|
|
0.16: Add gpsrec app to Settings menu
|
2021-02-02 10:10:18 +00:00
|
|
|
0.17: Disable recording if storage is full (fix #574)
|
2021-03-11 10:58:47 +00:00
|
|
|
0.18: Period counter now uses GPS time rather than counting packets (allows use with GPS Setup)
|
2021-04-14 12:10:19 +00:00
|
|
|
0.19: Fix memory usage issues inside track viewer app
|
2021-06-07 20:40:23 +00:00
|
|
|
0.20: Add documentation to explain time needed for getting a time fix
|
2021-06-21 08:23:09 +00:00
|
|
|
0.21: Fix issue where a period of 1s recorded every 2s, 5s every 6s, and so on
|
2021-07-05 09:01:11 +00:00
|
|
|
0.22: Ensure Bangle.setGPSPower uses 'gpsrec' as a tag
|
2021-08-16 19:13:34 +00:00
|
|
|
0.23: Fix issue where tracks wouldn't record when running from OpenStMap if a period hadn't been set up first
|
2021-10-11 13:29:58 +00:00
|
|
|
0.24: Better support for Bangle.js 2, avoid widget area for Graphs, smooth graphs more
|
2021-11-24 08:46:13 +00:00
|
|
|
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
|
2021-11-28 18:58:26 +00:00
|
|
|
0.26: Multiple bugfixes
|
2022-03-30 14:11:14 +00:00
|
|
|
0.27: Map drawing with light theme (fix #1023)
|
|
|
|
0.28: Show distance more accurately in conjunction with new locale app (fix #1523)
|
2022-06-18 20:08:51 +00:00
|
|
|
0.29: Use default Bangle formatter for booleans
|
2024-03-04 21:32:06 +00:00
|
|
|
0.30: Minor code improvements
|