From 042f144afe44455bf3669590e37f21fa88b10933 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 27 Jun 2023 12:11:42 +0200 Subject: [PATCH] Changelog for version 1.6.3 --- CHANGES.md | 23 +++++++++++++++++++++++ changelog.d/8270.bugfix | 1 - changelog.d/8353.bugfix | 1 - changelog.d/8440.feature | 1 - changelog.d/8468.bugfix | 1 - changelog.d/8471.bugfix | 1 - changelog.d/8503.misc | 1 - changelog.d/8507.bugfix | 1 - changelog.d/8541.bugfix | 1 - changelog.d/8554.misc | 1 - 10 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/8270.bugfix delete mode 100644 changelog.d/8353.bugfix delete mode 100644 changelog.d/8440.feature delete mode 100644 changelog.d/8468.bugfix delete mode 100644 changelog.d/8471.bugfix delete mode 100644 changelog.d/8503.misc delete mode 100644 changelog.d/8507.bugfix delete mode 100644 changelog.d/8541.bugfix delete mode 100644 changelog.d/8554.misc diff --git a/CHANGES.md b/CHANGES.md index 39ea3f1477..0fa9d9bb15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +Changes in Element v1.6.3 (2023-06-27) +====================================== + +Features ✨ +---------- + - **Element Android is now using the Crypto Rust SDK**. Migration of user's data should be done at first launch after application upgrade. ([#8390](https://github.com/vector-im/element-android/issues/8390)) + - [Rich text editor] Add mentions and slash commands ([#8440](https://github.com/vector-im/element-android/issues/8440)) + +Bugfixes 🐛 +---------- + - Update rich text editor library to support pasting of images. ([#8270](https://github.com/vector-im/element-android/issues/8270)) + - Fix | Got asked twice about verification #8353 (and other verification banners problems) ([#8353](https://github.com/vector-im/element-android/issues/8353)) + - Prompt the user when the invited MatrixId is not recognized ([#8468](https://github.com/vector-im/element-android/issues/8468)) + - The correct title and options are now displayed When a poll that was edited is ended. ([#8471](https://github.com/vector-im/element-android/issues/8471)) + - In some conditions the room shield is not refreshed correctly ([#8507](https://github.com/vector-im/element-android/issues/8507)) + - Fix crypto config fallback key sharing strategy ([#8541](https://github.com/vector-im/element-android/issues/8541)) + +Other changes +------------- + - MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. ([#8503](https://github.com/vector-im/element-android/issues/8503)) + - Update crypto rust sdk version to 0.3.10 ([#8554](https://github.com/vector-im/element-android/issues/8554)) + + Changes in Element v1.6.2 (2023-06-02) ====================================== diff --git a/changelog.d/8270.bugfix b/changelog.d/8270.bugfix deleted file mode 100644 index e2d3056de4..0000000000 --- a/changelog.d/8270.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update rich text editor library to support pasting of images. diff --git a/changelog.d/8353.bugfix b/changelog.d/8353.bugfix deleted file mode 100644 index f92b1adad2..0000000000 --- a/changelog.d/8353.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix | Got asked twice about verification #8353 (and other verification banners problems) diff --git a/changelog.d/8440.feature b/changelog.d/8440.feature deleted file mode 100644 index 19c9d919eb..0000000000 --- a/changelog.d/8440.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add mentions and slash commands \ No newline at end of file diff --git a/changelog.d/8468.bugfix b/changelog.d/8468.bugfix deleted file mode 100644 index f250d48dc6..0000000000 --- a/changelog.d/8468.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prompt the user when the invited MatrixId is not recognized diff --git a/changelog.d/8471.bugfix b/changelog.d/8471.bugfix deleted file mode 100644 index ff0b0f5493..0000000000 --- a/changelog.d/8471.bugfix +++ /dev/null @@ -1 +0,0 @@ -The correct title and options are now displayed When a poll that was edited is ended. diff --git a/changelog.d/8503.misc b/changelog.d/8503.misc deleted file mode 100644 index 26f9e76959..0000000000 --- a/changelog.d/8503.misc +++ /dev/null @@ -1 +0,0 @@ -MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. diff --git a/changelog.d/8507.bugfix b/changelog.d/8507.bugfix deleted file mode 100644 index eb609dd0fc..0000000000 --- a/changelog.d/8507.bugfix +++ /dev/null @@ -1 +0,0 @@ -In some conditions the room shield is not refreshed correctly diff --git a/changelog.d/8541.bugfix b/changelog.d/8541.bugfix deleted file mode 100644 index 9e419327da..0000000000 --- a/changelog.d/8541.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crypto config fallback key sharing strategy diff --git a/changelog.d/8554.misc b/changelog.d/8554.misc deleted file mode 100644 index 0fad74289c..0000000000 --- a/changelog.d/8554.misc +++ /dev/null @@ -1 +0,0 @@ -Update crypto rust sdk version to 0.3.10