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

Commit 8d7a871

Browse files
committed
Release: v4.9.9
1 parent 8f5388e commit 8d7a871

2 files changed

Lines changed: 8 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 5563
68-
versionName "v4.9.8"
67+
versionCode 5573
68+
versionName "v4.9.9"
6969

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
v4.9.9: OpenTracks
2+
3+
Bugfix:
4+
- Crash when using a BLE sensor on recording end (race condition)
5+
Reason: sensor subsystem was started twice and only the 2nd one was shutdown.
6+
- While recording, BLE sensor names are shown again

0 commit comments

Comments
 (0)