diff --git a/CHANGELOG.md b/CHANGELOG.md index 77475c2b4..4061b6fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ### Changelog -#### Version 0.22.0 (next) +#### Version 0.22.0 * Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support -* Add support for Mi Band HRX and Amazfit Cor (untested, no firmware upgrade) +* Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) * Mi Band 2: Support more icons and textual notifications for more apps * Add some quick action buttons to Gadgetbridge's notification -* Add transliteration supportfor ukranian cyrillic charaters +* Add transliteration support for ukranian cyrillic charaters * Fix annoying toast in Mi Band settings #### Version 0.21.6 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 6db45bc70..209449e02 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support + Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) + Mi Band 2: Support more icons and textual notifications for more apps + Add some quick action buttons to Gadgetbridge's notification + Add transliteration support for ukranian cyrillic charaters + Fix annoying toast in Mi Band settings + Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail HPlus: Fix Unicode encoding diff --git a/fastlane/metadata/android/en-US/changelogs/108.txt b/fastlane/metadata/android/en-US/changelogs/108.txt new file mode 100644 index 000000000..88b2e8e37 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/108.txt @@ -0,0 +1,6 @@ +* Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support +* Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) +* Mi Band 2: Support more icons and textual notifications for more apps +* Add some quick action buttons to Gadgetbridge's notification +* Add transliteration support for ukranian cyrillic charaters +* Fix annoying toast in Mi Band settings