diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bab8dea..0fadd3cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.35.2 +* Mi Band 1/2: Crash when updating firemare while phone is set to Spanish +* Mi Band 4: Enable music info support (displays now on the band) +* Mi Band 4: Support setting date format (for built-in watchfaces) +* Amazfit Cor 2: Try to fix empty menu on Amazfit Cor 2 + #### Version 0.35.1 * Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested) diff --git a/app/build.gradle b/app/build.gradle index 535636c37..ca37a2415 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.35.1" - versionCode 153 + versionName "0.35.2" + versionCode 154 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 0eff99c63..7d02e29af 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Mi Band 1/2: Crash when updating firemare while phone is set to Spanish + Mi Band 4: Enable music info support (displays now on the band) + Mi Band 4: Support setting date format (for built-in watchfaces) + Amazfit Cor 2: Try to fix empty menu on Amazfit Cor 2 + Mi Band 4: Support flashing watchfaces, res and firmware (fonts untested) diff --git a/fastlane/metadata/android/en-US/changelogs/154.txt b/fastlane/metadata/android/en-US/changelogs/154.txt new file mode 100644 index 000000000..110a27b75 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/154.txt @@ -0,0 +1,5 @@ +#### Version 0.35.2 +* Mi Band 1/2: Crash when updating firemare while phone is set to Spanish +* Mi Band 4: Enable music info support (displays now on the band) +* Mi Band 4: Support setting date format (for built-in watchfaces) +* Amazfit Cor 2: Try to fix empty menu on Amazfit Cor 2