1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-02 03:07:09 +02:00

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 ### 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 #### 0.45.0
* Initial support for Amazfit T-Rex * Initial support for Amazfit T-Rex
* Amazfit Bip S: Support installation of latest .res * Amazfit Bip S: Support installation of latest .res

View File

@ -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.0" versionName "0.45.1"
versionCode 176 versionCode 177
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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"> <release version="0.45.0" versioncode="176">
<change>Initial support for Amazfit T-Rex</change> <change>Initial support for Amazfit T-Rex</change>
<change>Amazfit Bip S: Support installation of latest .res</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