From c25e32c77616efcfd0a0c2bc6a0191c1bb71239c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Nov 2023 17:16:07 +0100 Subject: [PATCH] Changelog for version 0.3.1 --- CHANGES.md | 17 +++++++++++++++++ changelog.d/1560.bugfix | 1 - changelog.d/1732.misc | 1 - changelog.d/879.bugfix | 1 - 4 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/1560.bugfix delete mode 100644 changelog.d/1732.misc delete mode 100644 changelog.d/879.bugfix diff --git a/CHANGES.md b/CHANGES.md index 16e33de234..665bca158f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Changes in Element X v0.3.1 (2023-11-09) +======================================== + +Features ✨ +---------- + - Chat backup is still under a feature flag, but when enabled, user can enter their recovery key (it's also possible to input a passphrase) to unlock the encrypted room history. ([#1770](https://github.com/vector-im/element-x-android/pull/1770)) + +Bugfixes 🐛 +---------- + - Improve confusing text in the 'ready to start verification' screen. ([#879](https://github.com/vector-im/element-x-android/issues/879)) + - Message composer wasn't resized when selecting a several lines message to reply to, then a single line one. ([#1560](https://github.com/vector-im/element-x-android/issues/1560)) + +Other changes +------------- + - PIN: Set lock grace period to 0. ([#1732](https://github.com/vector-im/element-x-android/issues/1732)) + + Changes in Element X v0.3.0 (2023-10-31) ======================================== diff --git a/changelog.d/1560.bugfix b/changelog.d/1560.bugfix deleted file mode 100644 index 5ea883bc76..0000000000 --- a/changelog.d/1560.bugfix +++ /dev/null @@ -1 +0,0 @@ -Message composer wasn't resized when selecting a several lines message to reply to, then a single line one. diff --git a/changelog.d/1732.misc b/changelog.d/1732.misc deleted file mode 100644 index f5fa5be982..0000000000 --- a/changelog.d/1732.misc +++ /dev/null @@ -1 +0,0 @@ -Set lock grace period to 0. diff --git a/changelog.d/879.bugfix b/changelog.d/879.bugfix deleted file mode 100644 index 16c909565e..0000000000 --- a/changelog.d/879.bugfix +++ /dev/null @@ -1 +0,0 @@ -Improve confusing text in the 'ready to start verification' screen.