mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update changelogs
This commit is contained in:
parent
948ad7c3a8
commit
75a0415f5d
@ -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
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
2
fastlane/metadata/android/en-US/changelogs/177.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/177.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user