forked from FOSS/BangleApps
recorder: bump version
parent
a07ef21cf9
commit
38c903c345
|
@ -35,3 +35,4 @@
|
|||
0.27: Fix first ever recorded filename being log0 (now all are dated)
|
||||
0.28: Automatically create new track if the filename is different
|
||||
0.29: When plotting with OpenStMap scale map to track width & height
|
||||
0.30: Add clock info for showing and toggling recording state
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
"id": "recorder",
|
||||
"name": "Recorder",
|
||||
"shortName": "Recorder",
|
||||
"version": "0.29",
|
||||
"version": "0.30",
|
||||
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,outdoors,gps,widget",
|
||||
"tags": "tool,outdoors,gps,widget,clkinfo",
|
||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"interface": "interface.html",
|
||||
|
|
Loading…
Reference in New Issue