Update app versions and changelog

master
Balint Kovacs 2021-11-28 18:58:26 +00:00
parent 1a118a6037
commit ba50674173
3 changed files with 4 additions and 2 deletions

View File

@ -664,7 +664,7 @@
{
"id": "gpsrec",
"name": "GPS Recorder",
"version": "0.25",
"version": "0.26",
"description": "Application that allows you to record a GPS track. Can run in background",
"icon": "app.png",
"tags": "tool,outdoors,gps,widget",
@ -683,7 +683,7 @@
"id": "recorder",
"name": "Recorder (BETA)",
"shortName": "Recorder",
"version": "0.03",
"version": "0.04",
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
"icon": "app.png",
"tags": "tool,outdoors,gps,widget",

View File

@ -27,3 +27,4 @@
0.23: Fix issue where tracks wouldn't record when running from OpenStMap if a period hadn't been set up first
0.24: Better support for Bangle.js 2, avoid widget area for Graphs, smooth graphs more
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
0.26: Multiple bugfixes

View File

@ -2,3 +2,4 @@
0.02: Use 'recorder.log..' rather than 'record.log..'
Fix interface.html
0.03: Fix theme and maps/graphing if no GPS
0.04: Multiple bugfixes