Skip to content

Commit

Permalink
Release: v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Apr 13, 2021
1 parent bc2a3dd commit 01d83de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 3941
versionName "v3.16.0"
versionCode 3981
versionName "v3.17.0"

buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""

Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3981.txt
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)

0 comments on commit 01d83de

Please sign in to comment.