From b8801e23902e33c66b9ea402270f9f855979f34a Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 Feb 2022 23:32:13 +0100 Subject: [PATCH] updating changelog --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/43.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/43.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b990f2..c689fe73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.12.1 *(2022-02-08)* +---------------------------- + + * 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.0 *(2022-01-19)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/43.txt b/fastlane/metadata/android/en-US/changelogs/43.txt new file mode 100644 index 00000000..31a78a80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/43.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