Skip to content

Commit

Permalink
Release: v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jun 28, 2023
1 parent 336b9ea commit 1749c77
Show file tree
Hide file tree
Showing 2 changed files with 14 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 5262
versionName "v4.5.0"
versionCode 5286
versionName "v4.6.0"

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

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

Changes:
- Voice announcements use ICU plural format (en, es, pt, zh, dr, de) due to fractional quanitites #1584
- Requires Android 7.0 / SDK24+ due to ICU plurals
- On Android 14+: use Android's AltitudeConverter instead of internal EGM2008

Bugfix:
- Android 13 couldn't select images from gallery

Developer:
- Split ActivityType and ActivityIcon

0 comments on commit 1749c77

Please sign in to comment.