From d10a5138dc057094f17c5f1444d043e777974f18 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 13 Jun 2020 21:46:33 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 2 +- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 11 +++++++++++ fastlane/metadata/android/en-US/changelogs/175.txt | 9 +++++++++ 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/175.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index a19b2bb43..fa725e483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next +#### 0.44.2 * Huami: Support flashing newer GPS firmware and GPS ALM * Amazfit Bip S: Support music control * Amazfit Bip S: Support flashing firmware, res, gps firmware, watchfaces, fonts and GPS CEP diff --git a/app/build.gradle b/app/build.gradle index cce606f60..ebf266451 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 28 // Note: always bump BOTH versionCode and versionName! - versionName "0.44.1" - versionCode 174 + versionName "0.44.2" + versionCode 175 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index cd70a1adc..0f906fd81 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,16 @@ + + Huami: Support flashing newer GPS firmware and GPS ALM + Amazfit Bip S: Support music control + Amazfit Bip S: Support flashing firmware, res, gps firmware, watchfaces, fonts and GPS CEP + Amazfit Bip S: Allow setting high MTU (much faster firmware installation, default off since it does not work for some) + Amazfit Bip S: remove disconnect notification and button action settings (they do not work) + Mi Band 4 (possibly others): Fix detected RES version being always 69 for non-whitelisted res files + Fossil Hybrid HR: Add last notification widget + Try to fix vanishing incoming call information when VoIP call support is enabled + Allow setting device aliases (useful if you manage multiple ones of the same type) + Amazfit Bip S: Support setting shortcuts Amazfit Bip S: Fix setting display items diff --git a/fastlane/metadata/android/en-US/changelogs/175.txt b/fastlane/metadata/android/en-US/changelogs/175.txt new file mode 100644 index 000000000..3d2306741 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/175.txt @@ -0,0 +1,9 @@ +* Huami: Support flashing newer GPS firmware and GPS ALM +* Amazfit Bip S: Support music control +* Amazfit Bip S: Support flashing firmware, res, gps firmware, watchfaces, fonts and GPS CEP +* Amazfit Bip S: Allow setting high MTU (much faster firmware installation, default off since it does not work for some) +* Amazfit Bip S: remove disconnect notification and button action settings (they do not work) +* Mi Band 4 (possibly others): Fix detected RES version being always 69 for non-whitelisted res files +* Fossil Hybrid HR: Add last notification widget +* Try to fix vanishing incoming call information when VoIP call support is enabled +* Allow setting device aliases (useful if you manage multiple ones of the same type)