Skip to content

Commit 631b7d3

Browse files
committed
Changelog for version 0.4.2
1 parent 0f5038a commit 631b7d3

19 files changed

+34
-22
lines changed

CHANGES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
Changes in Element X v0.4.2 (2024-01-31)
2+
========================================
3+
4+
Matrix SDK 🦀 v0.1.95
5+
6+
Features ✨
7+
----------
8+
- Add 'send private read receipts' option in advanced settings ([#2204](https://github.com/element-hq/element-x-android/issues/2204))
9+
- Send typing notification ([#2240](https://github.com/element-hq/element-x-android/issues/2240)). Disabling the sending of typing notification and rendering typing notification will come soon.
10+
11+
Bugfixes 🐛
12+
----------
13+
- Make the room settings screen update automatically when new room info (name, avatar, topic) is available. ([#921](https://github.com/element-hq/element-x-android/issues/921))
14+
- Update timeline items' read receipts when the room members info is loaded. ([#2176](https://github.com/element-hq/element-x-android/issues/2176))
15+
- Edited text message bubbles should resize when edited ([#2260](https://github.com/element-hq/element-x-android/issues/2260))
16+
- Ensure login and password exclude `\n` ([#2263](https://github.com/element-hq/element-x-android/issues/2263))
17+
- Room list Ensure the indicators stay grey if the global setting is set to mention only and a regular message is received. ([#2282](https://github.com/element-hq/element-x-android/issues/2282))
18+
19+
Other changes
20+
-------------
21+
- Add a special logging configuration for nightlies so we can get more detailed info for existing issues. ([#+add-special-tracing-configuration-for-nightlies](https://github.com/element-hq/element-x-android/issues/+add-special-tracing-configuration-for-nightlies))
22+
- Try mitigating unexpected logouts by making getting/storing session data use a Mutex for synchronization.
23+
Also added some more logs so we can understand exactly where it's failing. ([#+try-mitigating-unexpected-logouts](https://github.com/element-hq/element-x-android/issues/+try-mitigating-unexpected-logouts))
24+
- Upgrade Material3 Compose to `1.2.0-beta02`.
25+
There is also a constraint on a transitive Compose Foundation dependency version (1.6.0-beta02) that fixes the timeline scrolling issue. ([#0-beta02](https://github.com/element-hq/element-x-android/issues/0-beta02))
26+
- Disambiguate display name in the timeline. ([#2215](https://github.com/element-hq/element-x-android/issues/2215))
27+
- Disambiguate display name in notifications ([#2224](https://github.com/element-hq/element-x-android/issues/2224))
28+
- Remove room creation, self-join of room creator and 'this is the beginning of X' timeline items for DMs. ([#2217](https://github.com/element-hq/element-x-android/issues/2217))
29+
- Encrypt databases used by the Rust SDK on Nightly and Debug builds. ([#2219](https://github.com/element-hq/element-x-android/issues/2219))
30+
- Fallback to UnifiedPush (if available) if the PlayServices are not installed on the device. ([#2248](https://github.com/element-hq/element-x-android/issues/2248))
31+
- Add "Report a problem" button to the onboarding screen ([#2275](https://github.com/element-hq/element-x-android/issues/2275))
32+
- Add in app logs viewer to the "Report a problem" screen. ([#2276](https://github.com/element-hq/element-x-android/issues/2276))
33+
34+
135
Changes in Element X v0.4.1 (2024-01-17)
236
========================================
337

changelog.d/+add-special-tracing-configuration-for-nightlies.misc

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

changelog.d/+try-mitigating-unexpected-logouts.misc

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

changelog.d/+upgrade-material3-compose-to-1.2.0-beta02.misc

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

changelog.d/2176.bugfix

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

changelog.d/2204.feature

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

changelog.d/2215.misc

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

changelog.d/2217.misc

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

changelog.d/2219.misc

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

changelog.d/2224.misc

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

0 commit comments

Comments
 (0)