Version 5.0

- updated changelogs
This commit is contained in:
jannis 2020-03-17 15:32:08 +01:00
parent 72650fefb4
commit e69f40553a
2 changed files with 17 additions and 2 deletions

View File

@ -35,8 +35,8 @@ android {
applicationId "de.tadris.fitness" applicationId "de.tadris.fitness"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 420 versionCode 500
versionName "4.2" versionName "5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {

View File

@ -0,0 +1,15 @@
New features:
- Manually add workouts (#53)
- Dark Mode (#48)
Improvements:
- Altitude correction
- Detect bluetooth headsets (#51)
- Show recording on lock screen (#45)
- OpenStreetMap attribution in the record screen (#52)
Bug-Fixes:
- Wrong speed values after GPS-signal was lost for some time (#47)
Localisation:
- update Dutch thanks to albertheres and didierm (#57, #58)