Changelog for version 0.4.2

This commit is contained in:
Benoit Marty 2024-01-31 10:05:59 +01:00
parent 7686fbbd07
commit 3bb44a8115
19 changed files with 34 additions and 22 deletions

View file

@ -1 +0,0 @@
Add a special logging configuration for nightlies so we can get more detailed info for existing issues.

View file

@ -1,3 +0,0 @@
Try mitigating unexpected logouts by making getting/storing session data use a Mutex for synchronization.
Also added some more logs so we can understand exactly where it's failing.

View file

@ -1,3 +0,0 @@
Upgrade Material3 Compose to `1.2.0-beta02`.
There is also a constraint on a transitive Compose Foundation dependency version (1.6.0-beta02) that fixes the timeline scrolling issue.

View file

@ -1 +0,0 @@
Update timeline items' read receipts when the room members info is loaded.

View file

@ -1 +0,0 @@
Add 'send private read receipts' option in advanced settings

View file

@ -1 +0,0 @@
Disambiguate display name in the timeline.

View file

@ -1 +0,0 @@
Remove room creation, self-join of room creator and 'this is the beginning of X' timeline items for DMs.

View file

@ -1 +0,0 @@
Encrypt databases used by the Rust SDK on Nightly and Debug builds.

View file

@ -1 +0,0 @@
Disambiguate display name in notifications

View file

@ -1 +0,0 @@
Send typing notification

View file

@ -1 +0,0 @@
Fallback to UnifiedPush (if available) if the PlayServices are not installed on the device.

View file

@ -1 +0,0 @@
Edited text message bubbles should resize when edited

View file

@ -1 +0,0 @@
Ensure login and password exclude `\n`

View file

@ -1 +0,0 @@
Add "Report a problem" button to the onboarding screen

View file

@ -1 +0,0 @@
Add in app logs viewer to the "Report a problem" screen.

View file

@ -1 +0,0 @@
Room list Ensure the indicators stay grey if the global setting is set to mention only and a regular message is received.

View file

@ -1 +0,0 @@
Fix 'There are multiple DataStores active for the same file' crashes

View file

@ -1 +0,0 @@
Make the room settings screen update automatically when new room info (name, avatar, topic) is available.