diff --git a/CHANGELOG.md b/CHANGELOG.md index 836927890..7a003313a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 6.21.1 *(2021-09-07)* +---------------------------- + + * Fixed some glitches related to third party intent handling + * Avoid rescanning paths in some cases to prevent file corruption + * Fixed a glitch with Rotate bottom button being always visible at fullscreen view + * Couple other stability, UX and translation improvements + Version 6.21.0 *(2021-08-18)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/347.txt b/fastlane/metadata/android/en-US/changelogs/347.txt new file mode 100644 index 000000000..5a3dc36d6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/347.txt @@ -0,0 +1,4 @@ + * Fixed some glitches related to third party intent handling + * Avoid rescanning paths in some cases to prevent file corruption + * Fixed a glitch with Rotate bottom button being always visible at fullscreen view + * Couple other stability, UX and translation improvements