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

Commit 80dbbbc

Browse files
committed
Release: v3.9.5
1 parent 81e8872 commit 80dbbbc

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
@@ -47,8 +47,8 @@ android {
4747

4848
defaultConfig {
4949
applicationId "de.dennisguse.opentracks"
50-
versionCode 3573
51-
versionName "v3.9.4"
50+
versionCode 3584
51+
versionName "v3.9.5"
5252

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
v3.9.5: OpenTracks
2+
3+
Changes:
4+
- UI shows speed only with one fractional digit
5+
6+
Bugfix:
7+
- App crash in search (due to Track.Id refactoring)
8+
- Track list did now show if a recording was ongoing (due to Track.Id refactoring)

0 commit comments

Comments
 (0)