diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ac7bdf5..4fdcac1eb 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/app/build.gradle b/app/build.gradle index 93def9c22..10b926263 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index d523f7643..1d9d62277 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + 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 + Initial support for Nothing Ear(1) Amazfit Bip U/Pro: Fix flashing firmware and watchfaces diff --git a/fastlane/metadata/android/en-US/changelogs/205.txt b/fastlane/metadata/android/en-US/changelogs/205.txt new file mode 100644 index 000000000..b01703106 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/205.txt @@ -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