diff --git a/CHANGELOG.md b/CHANGELOG.md index 637ce3754..7b767ac64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### Version 0.34.0 * Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) +* Mi Band 3: Fix setting menu items with 2.4 firmware and add support for the new timer menu * Amazfit Bip/Cor, Casio: Add support for muting incoming calls * ZeTime: Remove endless recursion in ZeTime settings * Recognize FairEmail notifications as generic email notifications diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index e8ac2681e..513ed4c74 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -3,6 +3,7 @@ Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) + Mi Band 3: Fix setting menu items with 2.4 firmware and add support for the new timer menu Amazfit Bip/Cor, Casio: Add support for muting incoming calls ZeTime: Remove endless recursion in ZeTime settings Recognize FairEmail notifications as generic email notifications diff --git a/fastlane/metadata/android/en-US/changelogs/150.txt b/fastlane/metadata/android/en-US/changelogs/150.txt index 0f999bd14..8ff035b94 100644 --- a/fastlane/metadata/android/en-US/changelogs/150.txt +++ b/fastlane/metadata/android/en-US/changelogs/150.txt @@ -1,4 +1,5 @@ * Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) +* Mi Band 3: Fix setting menu items with 2.4 firmware and add support for the new timer menu * Amazfit Bip/Cor, Casio: Add support for muting incoming calls * ZeTime: Remove endless recursion in ZeTime settings * Recognize FairEmail notifications as generic email notifications