From 2fed3885cd8c3d4204cc13e4bb70550fd898015d Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 10 Feb 2022 22:01:02 +0100 Subject: [PATCH] updating changelog --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/45.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/45.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d383f45..848260cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.12.3 *(2022-02-10)* +---------------------------- + + * 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.2 *(2022-02-10)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/45.txt b/fastlane/metadata/android/en-US/changelogs/45.txt new file mode 100644 index 00000000..31a78a80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/45.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