From 50e2c04e8055c3ae6ef72b2ab938f36f911f9c32 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 11 Feb 2022 09:32:16 +0100 Subject: [PATCH] updating changelog --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/46.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/46.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 848260cf..cc8a3390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.12.4 *(2022-02-11)* +---------------------------- + + * Improve the way image attachments are resized, show an error if something goes wrong + * Added many improvements related to having multiple SIM cards or contacts having multiple numbers + * Fixed a glitch with wrong sender shown at MMS notification + * Allow opening contact details screen by clicking the avatar at the conversation (by Aga-C) + * Added other UX, stability and translation improvements + Version 5.12.3 *(2022-02-10)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/46.txt b/fastlane/metadata/android/en-US/changelogs/46.txt new file mode 100644 index 00000000..31a78a80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/46.txt @@ -0,0 +1,5 @@ + * Improve the way image attachments are resized, show an error if something goes wrong + * Added many improvements related to having multiple SIM cards or contacts having multiple numbers + * Fixed a glitch with wrong sender shown at MMS notification + * Allow opening contact details screen by clicking the avatar at the conversation (by Aga-C) + * Added other UX, stability and translation improvements