Skip to content

Commit

Permalink
Release: v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Sep 26, 2023
1 parent fda9ef9 commit 648ebad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 5399
versionName "v4.8.4"
versionCode 5428
versionName "v4.9.0"

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

Expand Down
23 changes: 23 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5428.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
v4.9.0: OpenTracks

NOTE: BREAKING CHANGE

This release changes how OpenTracks determines moving and not moving.
Until now, the speed (GPS or sensor) was used by a applying a threshold (e.g., less than 0.3 m/s).
However, this may be very noise.
From now on, a timeout duration is used (i.e., no significant change of position in the last X seconds).
This duration is user configurable.
The events of becoming idle are stored in the database incl. a timestamp, so statistics can be re-computed.

A downgrade from this version is not implemented.
Please backup all before upgrading.

Changes:
- Idle detection uses "no movement" duration rather than speed too low
- Added scooter activity

Bugfix:
- While recording, TrackList showed all tracks as recording

Developer:
- Re-enabled Github action executing tests

0 comments on commit 648ebad

Please sign in to comment.