diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b446111..da38ceee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -### NEXT +### 0.67.0 * Initial Support for Sony WF-1000XM3 * Initial Support for Galaxy Buds Pro * Huami: Add Toggle function for Open Tracks tracking to button actions @@ -15,13 +15,15 @@ * Amazfit Neo: Allow to disable beeps for email notifications * Bangle.js: Fix incoming calls in release builds * Fossil Hybrid HR: Support flexible custom menu on watch +* Fossil Hybrid HR: Add support for native DND Call/SMS functionality * VESC: added battery indicator * UM25: Add reset option to current accumulation * UM25: Add notification on below current threshold * Fix crash when calendar is accessed but permission is denied -* Add com.asus.asusincallui to blacklist +* Add com.asus.asusincallui and com.samsung.android.incallui to blacklist * New icons for Sony overhead headphones, Sony WF 800n and Mi Band 6 + ### 0.66.0 * Add basic support for Casio GBD-H1000 * Add support for Hama Fit Track 1900 - via FitPro device support diff --git a/app/build.gradle b/app/build.gradle index aff0035ab..76d42bd87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.66.0" - versionCode 210 + versionName "0.67.0" + versionCode 211 vectorDrawables.useSupportLibrary = true multiDexEnabled true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 6d845686b..01eae68c0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,28 @@ + + Initial Support for Sony WF-1000XM3 + Initial Support for Galaxy Buds Pro + Huami: Add Toggle function for Open Tracks tracking to button actions + Huami: Move inactivity warnings, goal notification and HR monitoring to device-specific settings + Mi Band 6: set time on connect + Mi Band 5/6, Amazfit Bip S/U/Pro: Add world clock configuration + Mi Band 5/6: support sensitivity setting for lift wrist configuration + Mi Band 5: Add support for configuring workout menu on device + Mi Band 4/5/6, Amazfit Bip U/Pro: Add support for vibration patterns + Mi Band 5: Increase number of reminder slots to 50 + Mi Band 5/6: Add setting for HR activity monitoring, HR alerts, stress monitoring + Amazfit Neo: Allow to disable beeps for email notifications + Bangle.js: Fix incoming calls in release builds + Fossil Hybrid HR: Support flexible custom menu on watch + Fossil Hybrid HR: Add support for native DND Call/SMS functionality + VESC: added battery indicator + UM25: Add reset option to current accumulation + UM25: Add notification on below current threshold + Fix crash when calendar is accessed but permission is denied + Add com.asus.asusincallui and com.samsung.android.incallui to blacklist + New icons for Sony overhead headphones, Sony WF 800n and Mi Band 6 + Add basic support for Casio GBD-H1000 Add support for Hama Fit Track 1900 - via FitPro device support diff --git a/fastlane/metadata/android/en-US/changelogs/211.txt b/fastlane/metadata/android/en-US/changelogs/211.txt new file mode 100644 index 000000000..b92a455c4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/211.txt @@ -0,0 +1,21 @@ +* Initial Support for Sony WF-1000XM3 +* Initial Support for Galaxy Buds Pro +* Huami: Add Toggle function for Open Tracks tracking to button actions +* Huami: Move inactivity warnings, goal notification and HR monitoring to device-specific settings +* Mi Band 6: set time on connect +* Mi Band 5/6, Amazfit Bip S/U/Pro: Add world clock configuration +* Mi Band 5/6: support sensitivity setting for lift wrist configuration +* Mi Band 5: Add support for configuring workout menu on device +* Mi Band 4/5/6, Amazfit Bip U/Pro: Add support for vibration patterns +* Mi Band 5: Increase number of reminder slots to 50 +* Mi Band 5/6: Add setting for HR activity monitoring, HR alerts, stress monitoring +* Amazfit Neo: Allow to disable beeps for email notifications +* Bangle.js: Fix incoming calls in release builds +* Fossil Hybrid HR: Support flexible custom menu on watch +* Fossil Hybrid HR: Add support for native DND Call/SMS functionality +* VESC: added battery indicator +* UM25: Add reset option to current accumulation +* UM25: Add notification on below current threshold +* Fix crash when calendar is accessed but permission is denied +* Add com.asus.asusincallui and com.samsung.android.incallui to blacklist +* New icons for Sony overhead headphones, Sony WF 800n and Mi Band 6