Skip to content

Commit

Permalink
Release: v4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Sep 8, 2024
1 parent 7925455 commit 3a812ef
Show file tree
Hide file tree
Showing 2 changed files with 12 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 5837
versionName "v4.13.0"
versionCode 5870
versionName "v4.13.1"

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

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

Changes:
- Aggregated stats calender' uses regional preferences (Android 14+)

Bugfix:
- KML 2.3: use standardized field name for heartrate
- Track list: recording status was not updated correctly
- Material3 related UI fixes

0 comments on commit 3a812ef

Please sign in to comment.