1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

Bump version, draft changelog

This commit is contained in:
Andreas Shimokawa 2020-07-28 18:31:19 +02:00
parent d3a51a1078
commit 18a39678c4
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
### Changelog
#### 0.46.0 (WIP)
* Initial Support for Mi Band 5
* Amazfit GTR/GTS: Fix broken activity data on newer firmwares
* Add about screen
* New icon for Amazfit Bip
* Avoid duplicated entries in preferred media player selection
* Avoid a lot of crashes and improve error handling in various places
#### 0.45.1
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
* Add experimental support for TinyWeatherForecastGermany

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 28
// Note: always bump BOTH versionCode and versionName!
versionName "0.45.1"
versionCode 177
versionName "0.46.0"
versionCode 178
vectorDrawables.useSupportLibrary = true
}
buildTypes {