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

Commit e28c385

Browse files
committed
Release: v3.18.3
1 parent 8d4418a commit e28c385

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

build.gradle

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

5656
defaultConfig {
5757
applicationId "de.dennisguse.opentracks"
58-
versionCode 4098
59-
versionName "v3.18.2"
58+
versionCode 4143
59+
versionName "v3.18.3"
6060

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
v3.18.3: OpenTracks
2+
3+
Changes:
4+
- KML parsing does not require order of when/gx:coords
5+
- Track importer: reorders locations by timestamp
6+
- Removed rendered launcher icons for Android < 8.0.0 (API 26)
7+
(might look slightly different, but avoid problems for reproducible builds)
8+
9+
Bugfix:
10+
- Avoid crash in charts due to race condition
11+
12+
Developer:
13+
- Split GPX and KML importer (removed common inheritance)

0 commit comments

Comments
 (0)