Changelog for version 0.4.6

This commit is contained in:
Benoit Marty 2024-03-15 15:20:22 +01:00
parent a5940380c0
commit cf635755d3
15 changed files with 27 additions and 14 deletions

View file

@ -1 +0,0 @@
Added empty state to banned member list.

View file

@ -1 +0,0 @@
Add `local_time`, `utc_time` and `sdk_sha` params to bug reports so they're easier to investigate.

View file

@ -1 +0,0 @@
Use the display name only once in display name change events. The user should be referenced by `userId` instead.

View file

@ -1 +0,0 @@
Hide blocked users list when there are no blocked users.

View file

@ -1 +0,0 @@
Admins can now change user roles in rooms.

View file

@ -1 +0,0 @@
Room member moderation: kick, ban and unban users from a room.

View file

@ -1 +0,0 @@
Change a room's permissions power levels.

View file

@ -1 +0,0 @@
Improve room member list loading times, increase chunk size

View file

@ -1 +0,0 @@
Improve room member list loading UX.

View file

@ -1 +0,0 @@
Add state timeline events and notifications for legacy call invites.

View file

@ -1 +0,0 @@
Remove the special log level for the Rust SDK read receipts.

View file

@ -1 +0,0 @@
Fix timeline not showing sender info when room is marked as direct but not a 1:1 room.

View file

@ -1 +0,0 @@
Track UTD errors.

View file

@ -1 +0,0 @@
Prevent sending empty messages.