2021-10-28 13:23:29 +00:00
|
|
|
0.01: New App!
|
2021-11-02 20:06:27 +00:00
|
|
|
0.02: Use 'recorder.log..' rather than 'record.log..'
|
|
|
|
Fix interface.html
|
2021-11-10 14:55:08 +00:00
|
|
|
0.03: Fix theme and maps/graphing if no GPS
|
2021-11-28 18:58:26 +00:00
|
|
|
0.04: Multiple bugfixes
|
2021-12-29 14:04:50 +00:00
|
|
|
0.05: Add recording for coresensor
|
2022-01-06 16:32:25 +00:00
|
|
|
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
|
2022-01-12 21:52:03 +00:00
|
|
|
0.07: Add recording for Barometer
|
|
|
|
Record all HRM events
|
|
|
|
Move recording for CoreTemp to its own app
|
2022-02-02 15:21:00 +00:00
|
|
|
0.08: Memory usage improvements for recorder app itself
|
2022-02-02 20:31:44 +00:00
|
|
|
0.09: Show correct number for log in overwrite prompt
|
2022-02-07 09:46:54 +00:00
|
|
|
0.10: Fix broken recorder settings (when launched from settings app)
|
2022-02-07 10:36:28 +00:00
|
|
|
0.11: Fix KML and GPX export when there is no GPS data
|
2022-03-07 15:54:53 +00:00
|
|
|
0.12: Fix 'Back' label positioning on track/graph display, make translateable
|
2022-03-14 16:07:26 +00:00
|
|
|
0.13: Fix for when widget is used before app
|
2022-03-30 14:11:14 +00:00
|
|
|
0.14: Remove unneeded variable assignment
|
|
|
|
0.15: Show distance more accurately in conjunction with new locale app (fix #1523)
|
2022-04-26 10:28:07 +00:00
|
|
|
0.16: Ability to append to existing track (fix #1712)
|
2022-06-18 20:08:51 +00:00
|
|
|
0.17: Use default Bangle formatter for booleans
|
2022-11-25 16:08:52 +00:00
|
|
|
0.18: Improve widget load speed, allow currently recording track to be plotted in openstmap
|
2022-11-27 09:41:58 +00:00
|
|
|
0.19: Fix track plotting code
|
2022-12-02 22:15:20 +00:00
|
|
|
0.20: Automatic translation of some more strings.
|
2023-01-13 12:03:23 +00:00
|
|
|
0.21: Speed report now uses speed units from locale
|
2023-02-23 11:46:49 +00:00
|
|
|
0.22: Convert Yes/No On/Off in settings to checkboxes
|
2023-04-25 09:09:07 +00:00
|
|
|
0.23: Add graphing for HRM, fix some other graphs
|
|
|
|
Altitude graphing now uses barometer altitude if it exists
|
2023-05-19 15:43:22 +00:00
|
|
|
plotTrack in widget allows track to be drawn in the background (doesn't block execution)
|
2023-05-26 20:31:59 +00:00
|
|
|
0.24: Can now specify `setRecording(true, {force:...` to not show a menu
|
|
|
|
0.25: Widget now has `isRecording()` for retrieving recording status.
|
2023-06-06 10:04:26 +00:00
|
|
|
0.26: Now record filename based on date
|
2023-06-22 12:43:22 +00:00
|
|
|
0.27: Fix first ever recorded filename being log0 (now all are dated)
|
2023-06-28 10:15:20 +00:00
|
|
|
0.28: Automatically create new track if the filename is different
|
|
|
|
0.29: When plotting with OpenStMap scale map to track width & height
|
2023-07-23 10:35:42 +00:00
|
|
|
0.30: Add clock info for showing and toggling recording state
|
2023-10-09 11:50:06 +00:00
|
|
|
0.31: Ensure that background-drawn tracks can get cancelled, and draw less at a time to make updates smoother
|
2023-11-02 02:38:39 +00:00
|
|
|
plotTrack now draws the current track even if you're not actively recording
|
2023-11-06 14:55:16 +00:00
|
|
|
0.32: Add cadence data to output files
|
2023-11-15 19:37:27 +00:00
|
|
|
0.33: Ensure that a new file is always created if the stuff that's being recorded has changed (fix #3081)
|
|
|
|
0.34: Avoid prompting when creating a new file (#3081)
|
2023-11-15 21:54:04 +00:00
|
|
|
0.35: Handle loading without a settings file (default record setting)
|
2023-11-14 23:47:52 +00:00
|
|
|
0.36: When recording with 1 second periods, log time with one decimal.
|
2023-11-18 00:13:41 +00:00
|
|
|
0.37: 1 second periods + gps log => log when gps event is received, not with
|
|
|
|
setInterval.
|
2024-03-04 21:32:06 +00:00
|
|
|
0.38: Tweaks to speed up track rendering
|
|
|
|
0.39: Minor code improvements
|
2024-03-25 10:43:40 +00:00
|
|
|
0.40: Fix reference error from missing `settings` object in widget on 1 sec recordings with gps.
|
|
|
|
Fix HRM source never being set in output data
|
2024-03-26 01:14:25 +00:00
|
|
|
0.41: Fix exit from plots and graphs would easily react twice, going back two
|
|
|
|
levels instead of one.
|
2024-04-01 10:45:27 +00:00
|
|
|
0.42: Minor code improvements
|
2024-04-17 20:19:37 +00:00
|
|
|
0.43: Fix interaction on clocks without widgets
|