Skip to content

Commit

Permalink
Release: v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Aug 4, 2023
1 parent c254a6e commit 52226c8
Show file tree
Hide file tree
Showing 2 changed files with 13 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 5305
versionName "v4.6.2"
versionCode 5313
versionName "v4.7.0"

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

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

Changes:
- Statistics: distance, total time, and moving time are included between automatic segments (created due to distance too previous location too long)
- Recorded tracks show sensor statistics again

Bugfix:
- GPX exporter: for automatic segments their might be no location
- CSV exporter: distance didn't use decimal grouping


0 comments on commit 52226c8

Please sign in to comment.