mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Bump version, add changelogs
This commit is contained in:
parent
998f8775d9
commit
dc26f77516
10
CHANGELOG.md
10
CHANGELOG.md
@ -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)
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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>
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/205.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/205.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user