diff --git a/apps/recorder/ChangeLog b/apps/recorder/ChangeLog index 9e78bc7a2..5570601af 100644 --- a/apps/recorder/ChangeLog +++ b/apps/recorder/ChangeLog @@ -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 \ No newline at end of file + plotTrack now draws the current track even if you're not actively recording +0.32 Add cadence data to output files \ No newline at end of file diff --git a/apps/recorder/metadata.json b/apps/recorder/metadata.json index b47fb9ded..a95ddf470 100644 --- a/apps/recorder/metadata.json +++ b/apps/recorder/metadata.json @@ -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",