diff --git a/build.gradle b/build.gradle index d659d69b4f..cb792ed267 100644 --- a/build.gradle +++ b/build.gradle @@ -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()}\"" diff --git a/fastlane/metadata/android/en-US/changelogs/5313.txt b/fastlane/metadata/android/en-US/changelogs/5313.txt new file mode 100644 index 0000000000..4faa0d1504 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5313.txt @@ -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 + +