mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
Bump version, draft changelog
This commit is contained in:
parent
d3a51a1078
commit
18a39678c4
@ -1,5 +1,13 @@
|
|||||||
### Changelog
|
### 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
|
#### 0.45.1
|
||||||
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
|
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
|
||||||
* Add experimental support for TinyWeatherForecastGermany
|
* Add experimental support for TinyWeatherForecastGermany
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.45.1"
|
versionName "0.46.0"
|
||||||
versionCode 177
|
versionCode 178
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user