From 60ecfd4fc23d37a3a6363010cce52f1a0b34ff5e Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 24 Mar 2022 19:08:55 +0100 Subject: [PATCH] Update changes --- CHANGES.md | 9 +++++++++ changelog.d/5616.bugfix | 1 - fastlane/metadata/android/en-US/changelogs/40104070.txt | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/5616.bugfix create mode 100644 fastlane/metadata/android/en-US/changelogs/40104070.txt diff --git a/CHANGES.md b/CHANGES.md index e293a776dd..5f0a2945de 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Changes in Element v1.4.7 (2022-03-24) +====================================== + +Bugfixes 🐛 +---------- + - Fix inconsistencies between the arrow visibility and the collapse action on the room sections ([#5616](https://github.com/vector-im/element-android/issues/5616)) + - Fix room list header count flickering + Changes in Element v1.4.6 (2022-03-23) ====================================== @@ -37,6 +45,7 @@ SDK API changes ⚠️ Other changes ------------- + - Refactoring for safer olm and megolm session usage ([#5380](https://github.com/vector-im/element-android/issues/5380)) - Improve headers UI in Rooms/Messages lists ([#4533](https://github.com/vector-im/element-android/issues/4533)) - Number of unread messages on space badge now include number of unread DMs ([#5260](https://github.com/vector-im/element-android/issues/5260)) - Amend spaces menu to be consistent with iOS version ([#5270](https://github.com/vector-im/element-android/issues/5270)) diff --git a/changelog.d/5616.bugfix b/changelog.d/5616.bugfix deleted file mode 100644 index 5bec45854d..0000000000 --- a/changelog.d/5616.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix inconsistencies between the arrow visibility and the collapse action on the room sections \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/40104070.txt b/fastlane/metadata/android/en-US/changelogs/40104070.txt new file mode 100644 index 0000000000..99a3ecfe7b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40104070.txt @@ -0,0 +1,2 @@ +Main changes in this version: Various bug fixes and stability improvements. +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.4.7 \ No newline at end of file