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

Commit d6da5f0

Browse files
committed
Release: v3.22.0
1 parent c3d5512 commit d6da5f0

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

build.gradle

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

5757
defaultConfig {
5858
applicationId "de.dennisguse.opentracks"
59-
versionCode 4496
60-
versionName "v3.21.0"
59+
versionCode 4519
60+
versionName "v3.22.0"
6161

6262
buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""
6363

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v3.22.0: OpenTracks
2+
3+
Changes:
4+
- Locations are only stored if traveled distance > recording distance interval
5+
(removed left over functionality from idle/non-idle detection)
6+
- UI can be configured to show a clock
7+
- Idle speed is now configurable
8+
9+
Bugfix:
10+
- Intervals: crash when gain but not loss was stored
11+
- While recording: prevent crash when disabling voice announcements

0 commit comments

Comments
 (0)