update changelogs

This commit is contained in:
Andreas Shimokawa 2020-07-08 12:01:00 +02:00
parent 948ad7c3a8
commit 75a0415f5d
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### 0.45.1
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
* Add experimental support for TinyWeatherForecastGermany
#### 0.45.0
* Initial support for Amazfit T-Rex
* Amazfit Bip S: Support installation of latest .res

View File

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

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.45.1" versioncode="177">
<change>Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)</change>
<change>Add experimental support for TinyWeatherForecastGermany</change>
</release>
<release version="0.45.0" versioncode="176">
<change>Initial support for Amazfit T-Rex</change>
<change>Amazfit Bip S: Support installation of latest .res</change>

View File

@ -0,0 +1,2 @@
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
* Add experimental support for TinyWeatherForecastGermany