forked from FOSS/BangleApps
recorder: bump version
parent
201cbdd843
commit
b69f2224b8
|
@ -29,4 +29,5 @@
|
|||
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)
|
||||
0.24: Can now specify `setRecording(true, {force:...` to not show a menu
|
||||
0.24: Can now specify `setRecording(true, {force:...` to not show a menu
|
||||
0.25: Widget now has `isRecording()` for retrieving recording status.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "recorder",
|
||||
"name": "Recorder",
|
||||
"shortName": "Recorder",
|
||||
"version": "0.24",
|
||||
"version": "0.25",
|
||||
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,outdoors,gps,widget",
|
||||
|
|
Loading…
Reference in New Issue