Skip to content

Commit

Permalink
Release: v3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Mar 8, 2021
1 parent 114fc82 commit 3b9711d
Show file tree
Hide file tree
Showing 2 changed files with 10 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 3875
versionName "v3.15.2"
versionCode 3890
versionName "v3.15.3"

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

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3890.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v3.15.3: OpenTracks

Changes:
- Computation avg/max: heart rate, cadence, and power

Bugfix:
- KML/KMZ do not export #start/#end placemarks anymore
- While recording: Speed/location was sometimes falsly shown as 0.

0 comments on commit 3b9711d

Please sign in to comment.