runplus - Update ChangeLog

pull/3373/head
Martin Boonk 2024-04-22 15:30:08 +02:00
parent 29a6683d53
commit 9e33ee0498
3 changed files with 7 additions and 2 deletions

View File

@ -24,3 +24,4 @@ Write to correct settings file, fixing settings not working.
0.21: Rebase on "Run" app ver. 0.16.
0.22: Ensure screen redraws after "Resume run?" menu (#3044)
0.23: Minor code improvements
0.24: Add indicators for lock,gps and pulse to karvonen screen

View File

@ -25,6 +25,7 @@ so if you have no GPS lock you just need to wait.
Unlock the screen and navigate between displays by swiping left or right.
The upper number is the limit before next heart rate zone. The lower number is the limit before previous heart rate zone. The number in the middle is the heart rate. The Z1 to Z5 number indicates the heart rate zone where you are. The circle provides a quick visualisation of the hr zone in which you are.
Indicator icons for lock, heartrate and location are updated on arrival off internal system events. The heart icon shows if the exstats module decided that the heart rate value is usable. The location icon shows if there was an GPS event with a position fix in it.
## Recording Tracks

View File

@ -1,12 +1,15 @@
{
"id": "runplus",
"name": "Run+",
"version": "0.23",
"version": "0.24",
"description": "Displays distance, time, steps, cadence, pace and more for runners. Based on the Run app, but extended with additional screen for heart rate interval training.",
"icon": "app.png",
"tags": "run,running,fitness,outdoors,gps,karvonen,karvonnen",
"supports": ["BANGLEJS2"],
"screenshots": [{"url": "screenshot.png"}],
"screenshots": [
{"url": "screenshot.png"},
{"url": "karvonen.png"}
],
"readme": "README.md",
"storage": [
{"name": "runplus.app.js", "url": "app.js"},