Skip to content

Commit

Permalink
Release: v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed May 8, 2021
1 parent 48b6438 commit ae30783
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 4009
versionName "v3.17.3"
versionCode 4046
versionName "v3.18.0"

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

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

Changes:
- Altitude is shown in EGM2008 (stored/exported as WGS84)

Bugfix:
- Fixed memory leak (introduced in v3.17.0)
- Charts: altitude should be in M/FT (introduced in v3.17.1)
- Charts: while recording was not correctly updated (introduced in v3.17.3)
- TrackDataHub did not account for recordingDistanceInterval (introduced in v3.17.2)

Developer:
- Disable PNG crunching (reproducible build)
- Refactored TrackImporter and optimized KMZ import
- Use LiveData for TrackRecordingService to UI communication (removing memory leak)

0 comments on commit ae30783

Please sign in to comment.