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

Commit 9e496f9

Browse files
committed
Release: v4.12.3
1 parent 455c2fc commit 9e496f9

2 files changed

Lines changed: 10 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 5749
68-
versionName "v4.12.2."
67+
versionCode 5753
68+
versionName "v4.12.3"
6969

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
v4.12.3: OpenTracks
2+
3+
Bugfix:
4+
- Using GPS and IDLE functionality stored coordinates 0.0/0.0 and thus overestimating all statistics (distance >10.000 km). (Introduced in v4.12.0)
5+
- Idle: also trigger if only one location was received.
6+
7+
Regarding the overestimating distance bug: the stored data will not be fixed within OpenTracks.
8+
Recommendation: export the as KML/KMZ and replace the invalid coordinates.

0 commit comments

Comments
 (0)