diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcfe5171..5b4571ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ ### Changelog -#### 0.50.0 (WIP) - +#### 0.50.0 * Initial support for Casio GBX-100 * Mi/Amazfit Band 5: Support watchface installation * Mi Band 5: Add missing NFC menu item * Casio GB-5600B/GB-6900B: Add configurable disconnect notification * Casio: Add support for synchronizing profile settings * Fossil Hybrid HR: Keep widget values after widget reload +* Allow sorting and disabling charts/statistics tabs in per-device settings * Improve Sports Activities dashboard and Filter * Bug fixes for notification removal -* Allow to clear activity labels. +* Allow to clear activity labels #### 0.49.0 * Initial support for Amazfit Bip S Lite diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 95235f1d0..5b96ea6be 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,17 @@ + + Initial support for Casio GBX-100 + Mi/Amazfit Band 5: Support watchface installation + Mi Band 5: Add missing NFC menu item + Casio GB-5600B/GB-6900B: Add configurable disconnect notification + Casio: Add support for synchronizing profile settings + Fossil Hybrid HR: Keep widget values after widget reload + Allow sorting and disabling charts/statistics tabs in per-device settings + Improve Sports Activities dashboard and Filter + Bug fixes for notification removal + Allow to clear activity labels + Initial support for Amazfit Bip S Lite Initial support for Amazfit GTR/GTS 2 diff --git a/fastlane/metadata/android/en-US/changelogs/184.txt b/fastlane/metadata/android/en-US/changelogs/184.txt new file mode 100644 index 000000000..b5d5c60f7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/184.txt @@ -0,0 +1,10 @@ +* Initial support for Casio GBX-100 +* Mi/Amazfit Band 5: Support watchface installation +* Mi Band 5: Add missing NFC menu item +* Casio GB-5600B/GB-6900B: Add configurable disconnect notification +* Casio: Add support for synchronizing profile settings +* Fossil Hybrid HR: Keep widget values after widget reload +* Allow sorting and disabling charts/statistics tabs in per-device settings +* Improve Sports Activities dashboard and Filter +* Bug fixes for notification removal +* Allow to clear activity labels