Skip to content

Commit a10de09

Browse files
committed
Changelog for version 0.4.3
1 parent 289e2ad commit a10de09

17 files changed

+31
-18
lines changed

CHANGES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
Changes in Element X v0.4.3 (2024-02-14)
2+
========================================
3+
4+
Features ✨
5+
----------
6+
- 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))
7+
- Render typing notifications. ([#2242](https://github.com/element-hq/element-x-android/issues/2242))
8+
- Manually mark a room as unread. ([#2261](https://github.com/element-hq/element-x-android/issues/2261))
9+
- Add empty state to the room list. ([#2330](https://github.com/element-hq/element-x-android/issues/2330))
10+
- Allow joining unencrypted video calls in non encrypted rooms. ([#2333](https://github.com/element-hq/element-x-android/issues/2333))
11+
12+
Bugfixes 🐛
13+
----------
14+
- Fix crash after unregistering UnifiedPush distributor ([#2304](https://github.com/element-hq/element-x-android/issues/2304))
15+
- Add missing device id to settings screen. ([#2316](https://github.com/element-hq/element-x-android/issues/2316))
16+
- Open the keyboard (and keep it opened) when creating a poll. ([#2329](https://github.com/element-hq/element-x-android/issues/2329))
17+
- Fix message forwarding after SDK API change related to Timeline intitialization.
18+
19+
Other changes
20+
-------------
21+
- 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))
22+
- Move migration screen to within the room list ([#2310](https://github.com/element-hq/element-x-android/issues/2310))
23+
- 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))
24+
- 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.
25+
- Remove `FilterHiddenStateEventsProcessor`, as this is already handled by the Rust SDK.
26+
- Remove session preferences on user log out.
27+
28+
Breaking changes 🚨
29+
-------------------
30+
- 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.
31+
132
Changes in Element X v0.4.2 (2024-01-31)
233
========================================
334

changelog.d/+fix-message-forwarding-after-sdk-api-change.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+remove-compose-foundation-workaround.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+remove-hidden-event-type-filter.misc

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/+remove-session-preferences-on-logout.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+update-icons.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2241.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2242.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2261.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2304.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)