-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc2a3dd
commit 01d83de
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
v3.17.0: OpenTracks | ||
|
||
Changes: | ||
- Add icon for kayaking | ||
- Charts draw missing sensor data properly | ||
- Default: show coordinates while recording | ||
|
||
Bugfixes: | ||
- GPX schema corrected | ||
- GPX exported altitude loss as sensor distance | ||
- Statistics not computed correctly if using a speed/distance sensor | ||
|
||
Developer: | ||
- Distance/speed value objects | ||
- Replaced communication via SharedPreferences | ||
- Use non-static service binder | ||
- Use altitude in the code base (instead of elevation) | ||
|