Skip to content

Commit

Permalink
Release: v4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jan 21, 2024
1 parent afb3914 commit ce61318
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 5611
versionName "v4.10.1"
versionCode 5641
versionName "v4.11.0"

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

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5641.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v4.11.0: OpenTracks

Changes:
- Location for Markers is taken opening add dialog (was save)
- Charts: use less sprace for axes
- Charts: do not fill when showing more than two lines
- Voice announcements improved (skip decimal if .0)

0 comments on commit ce61318

Please sign in to comment.