From 2cfe39221298f380602794a0755a01cc91075d69 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Jun 2021 21:15:03 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/345.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/345.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index f8199383e..2da32cd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 6.20.3 *(2021-06-28)* +---------------------------- + + * Disable fullscreen image rotation during a zooming gesture + * Fixed a glitch with fullscreen bottom action buttons being misplaced + * Allow long pressing the bottom actions for a tooltip + * Added some stability and translation improvements + Version 6.20.2 *(2021-06-18)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/345.txt b/fastlane/metadata/android/en-US/changelogs/345.txt new file mode 100644 index 000000000..85ec5524d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/345.txt @@ -0,0 +1,4 @@ + * Disable fullscreen image rotation during a zooming gesture + * Fixed a glitch with fullscreen bottom action buttons being misplaced + * Allow long pressing the bottom actions for a tooltip + * Added some stability and translation improvements