mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Bump version, draft changelog
This commit is contained in:
parent
d3a51a1078
commit
18a39678c4
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user