Skip to content

Commit

Permalink
Release: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jun 9, 2022
1 parent b822d05 commit d680089
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 4874
versionName "v4.0.0"
versionCode 4926
versionName "v4.0.1"

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

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

Changes:
- Voice announcements are now configurable
- Fullscreen mode now also hides Android's navigation bar
- Connection to BLE sensors should now be faster
- Allow to reset settings while recording
- Allow to change import/export settings while recording
- KML/KMZ: do not use icons to be loaded from Google

Bugfix:
- TrackStoppedActivity now works on smaller screens
- Requests permissions on track list

0 comments on commit d680089

Please sign in to comment.