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

Commit 9dac5d3

Browse files
committed
Release: v3.24.0
1 parent cd7bf36 commit 9dac5d3

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

build.gradle

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

6464
defaultConfig {
6565
applicationId "de.dennisguse.opentracks"
66-
versionCode 4580
67-
versionName "v3.23.0"
66+
versionCode 4646
67+
versionName "v3.24.0"
6868

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
v3.24.0: OpenTracks
2+
3+
Changes:
4+
- GPS is optional (also for indoor use): if using a BLE sensors that provide distance are used
5+
- Settings: option to disable BLE filtering of devices
6+
- Charts: altitude starts at minimal value instead of 0m.
7+
- UI supports showing stored timezone information
8+
9+
Bugfix:
10+
- Re-added workaround for crash due to clock traveling back in time (workaround was removed in v3.23.0)
11+
- Removed unecessary workaround for BLE cycling sensor (RTFM)
12+
- GPX importer did not handle missing data properly
13+
14+
Developer:
15+
- BLE sensors report data event-driven than pull-based
16+
- Reworked and added integration tests for recording
17+

0 commit comments

Comments
 (0)