mirror of https://github.com/espruino/BangleApps
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
0.01: New App!
|
|
0.02: Use 'recorder.log..' rather than 'record.log..'
|
|
Fix interface.html
|
|
0.03: Fix theme and maps/graphing if no GPS
|
|
0.04: Multiple bugfixes
|
|
0.05: Add recording for coresensor
|
|
0.06: Add recording for battery stats
|
|
Fix execution of other recorders (*.recorder.js)
|
|
Modified icons and colors for better visibility
|
|
Only show plotting speed if Latitude is available
|
|
0.07: Add recording for Barometer
|
|
Record all HRM events
|
|
Move recording for CoreTemp to its own app
|
|
0.08: Memory usage improvements for recorder app itself
|
|
0.09: Show correct number for log in overwrite prompt
|
|
0.10: Fix broken recorder settings (when launched from settings app)
|
|
0.11: Fix KML and GPX export when there is no GPS data
|
|
0.12: Fix 'Back' label positioning on track/graph display, make translateable
|
|
0.13: Fix for when widget is used before app
|
|
0.14: Remove unneeded variable assignment
|
|
0.15: Show distance more accurately in conjunction with new locale app (fix #1523)
|
|
0.16: Ability to append to existing track (fix #1712)
|
|
0.17: Use default Bangle formatter for booleans
|
|
0.18: Improve widget load speed, allow currently recording track to be plotted in openstmap
|
|
0.19: Fix track plotting code
|
|
0.20: Automatic translation of some more strings.
|
|
0.21: Speed report now uses speed units from locale
|
|
0.22: Convert Yes/No On/Off in settings to checkboxes
|
|
0.23: Add graphing for HRM, fix some other graphs
|
|
Altitude graphing now uses barometer altitude if it exists
|
|
plotTrack in widget allows track to be drawn in the background (doesn't block execution) |