increment version

master
Mineinjava 2023-11-01 19:38:39 -07:00
parent 40968a24fc
commit b5182301fb
2 changed files with 3 additions and 2 deletions

View File

@ -37,4 +37,5 @@
0.29: When plotting with OpenStMap scale map to track width & height
0.30: Add clock info for showing and toggling recording state
0.31: Ensure that background-drawn tracks can get cancelled, and draw less at a time to make updates smoother
plotTrack now draws the current track even if you're not actively recording
plotTrack now draws the current track even if you're not actively recording
0.32 Add cadence data to output files

View File

@ -2,7 +2,7 @@
"id": "recorder",
"name": "Recorder",
"shortName": "Recorder",
"version": "0.31",
"version": "0.32",
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
"icon": "app.png",
"tags": "tool,outdoors,gps,widget,clkinfo",