Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 1749c77

Browse files
committed
Release: v4.6.0
1 parent 336b9ea commit 1749c77

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ android {
6464

6565
defaultConfig {
6666
applicationId "de.dennisguse.opentracks"
67-
versionCode 5262
68-
versionName "v4.5.0"
67+
versionCode 5286
68+
versionName "v4.6.0"
6969

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
v4.6.0: OpenTracks
2+
3+
Changes:
4+
- Voice announcements use ICU plural format (en, es, pt, zh, dr, de) due to fractional quanitites #1584
5+
- Requires Android 7.0 / SDK24+ due to ICU plurals
6+
- On Android 14+: use Android's AltitudeConverter instead of internal EGM2008
7+
8+
Bugfix:
9+
- Android 13 couldn't select images from gallery
10+
11+
Developer:
12+
- Split ActivityType and ActivityIcon

0 commit comments

Comments
 (0)