Skip to content

Commit

Permalink
Release: v3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jan 3, 2021
1 parent 9462221 commit 75b8f3b
Show file tree
Hide file tree
Showing 2 changed files with 16 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 3761
versionName "v3.14.0"
versionCode 3799
versionName "v3.14.1"

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

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

Changes:
- Added elevation loss (via barometer)
- Updated translations (cz, gl, it, nb, pl, pt, sp)
- Markers can be shared from list
- Actionbar icon (top left) to go back
-
Bugfix:
- Potential crash on import

Developer:
- Implemented basic EspressoUI test
- Reference resourceIds via if rather than switch/case

0 comments on commit 75b8f3b

Please sign in to comment.