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

Commit 92da9bd

Browse files
committed
Release: v4.19.0
1 parent 3df45c5 commit 92da9bd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.gradle

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

4747
defaultConfig {
4848
applicationId 'de.dennisguse.opentracks'
49-
versionCode 6095
50-
versionName "v4.18.0"
49+
versionCode 6102
50+
versionName "v4.19.0"
5151

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v4.19.0: OpenTracks
2+
3+
Changes:
4+
- GPX export was not compliant (TrackPointExtension order and content)
5+
6+
Bugfix:
7+
- pre-v4.18.0 markers without pictures could not be deleted

0 commit comments

Comments
 (0)