From eca347a2fa30aee2868fef57cc95d9f5fac4dfa9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 20 Sep 2023 18:08:56 +0200 Subject: [PATCH] Changelog for version 0.2.1 --- CHANGES.md | 20 ++++++++++++++++++++ changelog.d/1309.feature | 1 - changelog.d/1370.bugfix | 1 - changelog.d/1377.misc | 1 - changelog.d/1378.misc | 1 - changelog.d/1381.misc | 1 - changelog.d/1382.feature | 1 - 7 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/1309.feature delete mode 100644 changelog.d/1370.bugfix delete mode 100644 changelog.d/1377.misc delete mode 100644 changelog.d/1378.misc delete mode 100644 changelog.d/1381.misc delete mode 100644 changelog.d/1382.feature diff --git a/CHANGES.md b/CHANGES.md index 05e070f678..a683c46d41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +Changes in Element X v0.2.1 (2023-09-20) +======================================== + +Features ✨ +---------- + - Bump Rust SDK to `v0.1.56` + - [Rich text editor] Add link support to rich text editor ([#1309](https://github.com/vector-im/element-x-android/issues/1309)) + - Let the SDK figure the best scheme given an homeserver URL (thus allowing HTTP homeservers) ([#1382](https://github.com/vector-im/element-x-android/issues/1382)) + +Bugfixes 🐛 +---------- + - Fix ANR on RoomList when notification settings change. ([#1370](https://github.com/vector-im/element-x-android/issues/1370)) + +Other changes +------------- + - Element Call: support scheme `io.element.call` ([#1377](https://github.com/vector-im/element-x-android/issues/1377)) + - [DI] Rework how dagger components are created and provided. ([#1378](https://github.com/vector-im/element-x-android/issues/1378)) + - Remove usage of async-uniffi as it leads to a deadlocks and memory leaks. ([#1381](https://github.com/vector-im/element-x-android/issues/1381)) + + Changes in Element X v0.2.0 (2023-09-18) ======================================== diff --git a/changelog.d/1309.feature b/changelog.d/1309.feature deleted file mode 100644 index da6a3d6132..0000000000 --- a/changelog.d/1309.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add link support to rich text editor diff --git a/changelog.d/1370.bugfix b/changelog.d/1370.bugfix deleted file mode 100644 index 00b3a43ccb..0000000000 --- a/changelog.d/1370.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix ANR on RoomList when notification settings change. diff --git a/changelog.d/1377.misc b/changelog.d/1377.misc deleted file mode 100644 index 2fa9e98b91..0000000000 --- a/changelog.d/1377.misc +++ /dev/null @@ -1 +0,0 @@ -Element Call: support scheme `io.element.call` diff --git a/changelog.d/1378.misc b/changelog.d/1378.misc deleted file mode 100644 index 56afd29966..0000000000 --- a/changelog.d/1378.misc +++ /dev/null @@ -1 +0,0 @@ -[DI] Rework how dagger components are created and provided. diff --git a/changelog.d/1381.misc b/changelog.d/1381.misc deleted file mode 100644 index 105bb6f5fc..0000000000 --- a/changelog.d/1381.misc +++ /dev/null @@ -1 +0,0 @@ -Remove usage of async-uniffi as it leads to a deadlocks and memory leaks. diff --git a/changelog.d/1382.feature b/changelog.d/1382.feature deleted file mode 100644 index 1ccf533815..0000000000 --- a/changelog.d/1382.feature +++ /dev/null @@ -1 +0,0 @@ -Let the SDK figure the best scheme given an homeserver URL (thus allowing HTTP homeservers)