From a10de099d7658505960147858f0f7e6b67d0fe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Wed, 14 Feb 2024 15:41:15 +0100 Subject: [PATCH] Changelog for version 0.4.3 --- CHANGES.md | 31 +++++++++++++++++++ ...age-forwarding-after-sdk-api-change.bugfix | 1 - ...+remove-compose-foundation-workaround.misc | 1 - .../+remove-hidden-event-type-filter.misc | 2 -- ...+remove-session-preferences-on-logout.misc | 1 - changelog.d/+update-icons.misc | 1 - changelog.d/2241.feature | 2 -- changelog.d/2242.feature | 1 - changelog.d/2261.feature | 1 - changelog.d/2304.bugfix | 1 - changelog.d/2310.misc | 1 - changelog.d/2316.bugfix | 1 - changelog.d/2318.misc | 1 - changelog.d/2329.bugfix | 1 - changelog.d/2330.feature | 1 - changelog.d/2333.feature | 1 - changelog.d/825.misc | 1 - 17 files changed, 31 insertions(+), 18 deletions(-) delete mode 100644 changelog.d/+fix-message-forwarding-after-sdk-api-change.bugfix delete mode 100644 changelog.d/+remove-compose-foundation-workaround.misc delete mode 100644 changelog.d/+remove-hidden-event-type-filter.misc delete mode 100644 changelog.d/+remove-session-preferences-on-logout.misc delete mode 100644 changelog.d/+update-icons.misc delete mode 100644 changelog.d/2241.feature delete mode 100644 changelog.d/2242.feature delete mode 100644 changelog.d/2261.feature delete mode 100644 changelog.d/2304.bugfix delete mode 100644 changelog.d/2310.misc delete mode 100644 changelog.d/2316.bugfix delete mode 100644 changelog.d/2318.misc delete mode 100644 changelog.d/2329.bugfix delete mode 100644 changelog.d/2330.feature delete mode 100644 changelog.d/2333.feature delete mode 100644 changelog.d/825.misc diff --git a/CHANGES.md b/CHANGES.md index 1688c6c86d..4bb4608993 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,34 @@ +Changes in Element X v0.4.3 (2024-02-14) +======================================== + +Features ✨ +---------- + - Change "Read receipts" advanced setting used to send private Read Receipt to "Share presence" settings. When disabled, private Read Receipts will be sent, and no typing notification will be sent. Also Read Receipts and typing notifications will not be rendered in the timeline. ([#2241](https://github.com/element-hq/element-x-android/issues/2241)) + - Render typing notifications. ([#2242](https://github.com/element-hq/element-x-android/issues/2242)) + - Manually mark a room as unread. ([#2261](https://github.com/element-hq/element-x-android/issues/2261)) + - Add empty state to the room list. ([#2330](https://github.com/element-hq/element-x-android/issues/2330)) + - Allow joining unencrypted video calls in non encrypted rooms. ([#2333](https://github.com/element-hq/element-x-android/issues/2333)) + +Bugfixes 🐛 +---------- + - Fix crash after unregistering UnifiedPush distributor ([#2304](https://github.com/element-hq/element-x-android/issues/2304)) + - Add missing device id to settings screen. ([#2316](https://github.com/element-hq/element-x-android/issues/2316)) + - Open the keyboard (and keep it opened) when creating a poll. ([#2329](https://github.com/element-hq/element-x-android/issues/2329)) + - Fix message forwarding after SDK API change related to Timeline intitialization. + +Other changes +------------- + - Adjusted the login flow buttons so the continue button is always at the same height ([#825](https://github.com/element-hq/element-x-android/issues/825)) + - Move migration screen to within the room list ([#2310](https://github.com/element-hq/element-x-android/issues/2310)) + - Render correctly in reply to data when Event cannot be decrypted or has been redacted ([#2318](https://github.com/element-hq/element-x-android/issues/2318)) + - Remove Compose Foundation version pinning workaround. This was done to avoid a bug introduced in the default foundation version used by the material3 library, but that has already been fixed. + - Remove `FilterHiddenStateEventsProcessor`, as this is already handled by the Rust SDK. + - Remove session preferences on user log out. + +Breaking changes 🚨 +------------------- + - Update Compound icons in the project. Since the icon prefix changed to `ic_compound_` and the `CompoundIcons` helper now contains the vector icons as composable functions. + Changes in Element X v0.4.2 (2024-01-31) ======================================== diff --git a/changelog.d/+fix-message-forwarding-after-sdk-api-change.bugfix b/changelog.d/+fix-message-forwarding-after-sdk-api-change.bugfix deleted file mode 100644 index 76765d60ac..0000000000 --- a/changelog.d/+fix-message-forwarding-after-sdk-api-change.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix message forwarding after SDK API change related to Timeline intitialization. diff --git a/changelog.d/+remove-compose-foundation-workaround.misc b/changelog.d/+remove-compose-foundation-workaround.misc deleted file mode 100644 index 91bb19be2e..0000000000 --- a/changelog.d/+remove-compose-foundation-workaround.misc +++ /dev/null @@ -1 +0,0 @@ -Remove Compose Foundation version pinning workaround. This was done to avoid a bug introduced in the default foundation version used by the material3 library, but that has already been fixed. diff --git a/changelog.d/+remove-hidden-event-type-filter.misc b/changelog.d/+remove-hidden-event-type-filter.misc deleted file mode 100644 index 27c1d83bfa..0000000000 --- a/changelog.d/+remove-hidden-event-type-filter.misc +++ /dev/null @@ -1,2 +0,0 @@ -Remove `FilterHiddenStateEventsProcessor`, as this is already handled by the Rust SDK. - diff --git a/changelog.d/+remove-session-preferences-on-logout.misc b/changelog.d/+remove-session-preferences-on-logout.misc deleted file mode 100644 index 6d6146d75f..0000000000 --- a/changelog.d/+remove-session-preferences-on-logout.misc +++ /dev/null @@ -1 +0,0 @@ -Remove session preferences on user log out. diff --git a/changelog.d/+update-icons.misc b/changelog.d/+update-icons.misc deleted file mode 100644 index 96ce2980b7..0000000000 --- a/changelog.d/+update-icons.misc +++ /dev/null @@ -1 +0,0 @@ -Update Compound icons in the project. **This is a breaking change** since the icon prefix changed to `ic_compound_` and the `CompoundIcons` helper now contains the vector icons as composable functions. diff --git a/changelog.d/2241.feature b/changelog.d/2241.feature deleted file mode 100644 index 4d97eccc21..0000000000 --- a/changelog.d/2241.feature +++ /dev/null @@ -1,2 +0,0 @@ -Change "Read receipts" advanced setting used to send private Read Receipt to "Share presence" settings. -When disabled, private Read Receipts will be sent, and no typing notification will be sent. Also Read Receipts and typing notifications will not be rendered in the timeline. diff --git a/changelog.d/2242.feature b/changelog.d/2242.feature deleted file mode 100644 index 947661653f..0000000000 --- a/changelog.d/2242.feature +++ /dev/null @@ -1 +0,0 @@ -Rendering typing notification diff --git a/changelog.d/2261.feature b/changelog.d/2261.feature deleted file mode 100644 index c643cdf43a..0000000000 --- a/changelog.d/2261.feature +++ /dev/null @@ -1 +0,0 @@ -Manually mark a room as unread diff --git a/changelog.d/2304.bugfix b/changelog.d/2304.bugfix deleted file mode 100644 index 5f0c485ddd..0000000000 --- a/changelog.d/2304.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash after unregistering UnifiedPush distributor diff --git a/changelog.d/2310.misc b/changelog.d/2310.misc deleted file mode 100644 index b5106ad927..0000000000 --- a/changelog.d/2310.misc +++ /dev/null @@ -1 +0,0 @@ -Move migration screen to within the room list diff --git a/changelog.d/2316.bugfix b/changelog.d/2316.bugfix deleted file mode 100644 index e4c809c8e8..0000000000 --- a/changelog.d/2316.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add missing device id to settings screen. diff --git a/changelog.d/2318.misc b/changelog.d/2318.misc deleted file mode 100644 index 0df42d8b7a..0000000000 --- a/changelog.d/2318.misc +++ /dev/null @@ -1 +0,0 @@ -Render correctly in reply to data when Event cannot be decrypted or has been redacted diff --git a/changelog.d/2329.bugfix b/changelog.d/2329.bugfix deleted file mode 100644 index 68d4b53615..0000000000 --- a/changelog.d/2329.bugfix +++ /dev/null @@ -1 +0,0 @@ -Open the keyboard (and keep it opened) when creating a poll. diff --git a/changelog.d/2330.feature b/changelog.d/2330.feature deleted file mode 100644 index c501ded646..0000000000 --- a/changelog.d/2330.feature +++ /dev/null @@ -1 +0,0 @@ -Add empty state to the room list. diff --git a/changelog.d/2333.feature b/changelog.d/2333.feature deleted file mode 100644 index 5bde0d6734..0000000000 --- a/changelog.d/2333.feature +++ /dev/null @@ -1 +0,0 @@ -Allow joining unencrypted video calls in non encrypted rooms. diff --git a/changelog.d/825.misc b/changelog.d/825.misc deleted file mode 100644 index a715b61217..0000000000 --- a/changelog.d/825.misc +++ /dev/null @@ -1 +0,0 @@ -Adjusted the login flow buttons so the continue button is always at the same height