diff --git a/CHANGELOG.md b/CHANGELOG.md index c56f82e3c..668a637f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ ### Changelog + +### 0.59.3 +* Mi Band 6: Properly support firmware 1.0.4.38 +* Mi Band 6: Add Flashlight to menu items +* ZeTime: Fix corruption on long notifications + ### 0.59.2 * Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features) * InfiniTime: Fix null being displayed as notification title diff --git a/app/build.gradle b/app/build.gradle index 815329dae..cdcc78296 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.59.2" - versionCode 201 + versionName "0.59.3" + versionCode 202 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 abf5431b9..db8b19b72 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Mi Band 6: Properly support firmware 1.0.4.38 + Mi Band 6: Add Flashlight to menu items + ZeTime: Fix corruption on long notifications + Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features) InfiniTime: Fix null being displayed as notification title diff --git a/fastlane/metadata/android/en-US/changelogs/202.txt b/fastlane/metadata/android/en-US/changelogs/202.txt new file mode 100644 index 000000000..6b9668180 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/202.txt @@ -0,0 +1,3 @@ +* Mi Band 6: Properly support firmware 1.0.4.38 +* Mi Band 6: Add Flashlight to menu items +* ZeTime: Fix corruption on long notifications