1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 22:57:54 +02:00

Bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2021-11-02 11:53:58 +01:00
parent 998f8775d9
commit dc26f77516
4 changed files with 26 additions and 4 deletions

View File

@ -1,7 +1,13 @@
### Changelog
### {next}
* Support for Galaxy Buds 2019
### 0.62.0
* Iniital support for Galaxy Buds 2019
* Huami: Fix syncing of data in non-DST time
* InfiniTime: Fix wrong time zone being sent in non-DST mode
* Amazfit Bip U Pro: Support flashing AGPS updates
* FitPro: recognize LH716 devices
* Add support for Casio STB-1000. Limitations of GB-5600B/GB-6900B apply
* Prevent crash when receiving broken weather data from TinyWeatherForecastGermany
### 0.61.0
* Initial support for Nothing Ear(1)

View File

@ -31,8 +31,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.61.0"
versionCode 204
versionName "0.62.0"
versionCode 205
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.62.0" versioncode="205">
<change>Iniital support for Galaxy Buds 2019</change>
<change>Huami: Fix syncing of data in non-DST time</change>
<change>InfiniTime: Fix wrong time zone being sent in non-DST mode</change>
<change>Amazfit Bip U Pro: Support flashing AGPS updates</change>
<change>FitPro: recognize LH716 devices</change>
<change>Add support for Casio STB-1000. Limitations of GB-5600B/GB-6900B apply</change>
<change>Prevent crash when receiving broken weather data from TinyWeatherForecastGermany</change>
</release>
<release version="0.61.0" versioncode="204">
<change>Initial support for Nothing Ear(1)</change>
<change>Amazfit Bip U/Pro: Fix flashing firmware and watchfaces</change>

View File

@ -0,0 +1,7 @@
* Initial support for Galaxy Buds 2019
* Huami: Fix syncing of data in non-DST time
* InfiniTime: Fix wrong time zone being sent in non-DST mode
* Amazfit Bip U Pro: Support flashing AGPS updates
* FitPro: recognize LH716 devices
* Add support for Casio STB-1000. Limitations of GB-5600B/GB-6900B apply
* Prevent crash when receiving broken weather data from TinyWeatherForecastGermany