Skip to content

Commit

Permalink
Release: v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 30, 2023
1 parent 0e9f9b4 commit 9b21265
Show file tree
Hide file tree
Showing 2 changed files with 17 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 5573
versionName "v4.9.9"
versionCode 5602
versionName "v4.10.0"

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

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

Changes:
- Support gain/loss via BLE Environmental Sensing (barometer)
- Internal barometer can be turned off (e.g., if broken)
- Material3 for preference switches
- SplashScreen supports day/night mode
- Bluetooth sensor settings: show selected sensor name (if cached by Android)

Bugfix:
- Interval UI was misaligned

Developer:
- Cleanup TrackRecordingServiceConnection
- TrackRecordingService always starts as ForegroundService

0 comments on commit 9b21265

Please sign in to comment.