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

Commit 2cdf122

Browse files
committed
Release: v3.18.1
1 parent 495ef2f commit 2cdf122

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 4046
59-
versionName "v3.18.0"
58+
versionCode 4092
59+
versionName "v3.18.1"
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.1: OpenTracks
2+
3+
Changes:
4+
- Deleting tracks is handled by a service
5+
- Uninstall deletes all data (i.e., hasFragileData=false)
6+
7+
Bugfixes:
8+
- Race condition: crash while recording and switching OpenTracks into background
9+
- Search in track list was not working
10+
- Cycling speed sensor: distance computation was wrong (only affected statistics)
11+
12+
Developer:
13+
- ControllerFragment replaces TrackController

0 commit comments

Comments
 (0)