Skip to content

Commit

Permalink
Merge branch 'release/0.4.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Mar 15, 2024
2 parents 72b814f + 1ae3ad0 commit 5b1ae24
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 14 deletions.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Changes in Element X v0.4.6 (2024-03-15)
========================================

Features ✨
----------
- Admins can now change user roles in rooms. ([#2257](https://github.com/element-hq/element-x-android/issues/2257))
- Room member moderation: remove, ban and unban users from a room. ([#2258](https://github.com/element-hq/element-x-android/issues/2258))
- Change a room's permissions power levels. ([#2259](https://github.com/element-hq/element-x-android/issues/2259))
- Add state timeline events and notifications for legacy call invites. ([#2485](https://github.com/element-hq/element-x-android/issues/2485))

Bugfixes 🐛
----------
- Added empty state to banned member list. ([#+add-empty-state-to-banned-members-list](https://github.com/element-hq/element-x-android/issues/+add-empty-state-to-banned-members-list))
- Prevent sending empty messages. ([#995](https://github.com/element-hq/element-x-android/issues/995))
- Use the display name only once in display name change events. The user should be referenced by `userId` instead. ([#2125](https://github.com/element-hq/element-x-android/issues/2125))
- Hide blocked users list when there are no blocked users. ([#2198](https://github.com/element-hq/element-x-android/issues/2198))
- Fix timeline not showing sender info when room is marked as direct but not a 1:1 room. ([#2530](https://github.com/element-hq/element-x-android/issues/2530))

Other changes
-------------
- Add `local_time`, `utc_time` and `sdk_sha` params to bug reports so they're easier to investigate. ([#+add-time-and-sdk-sha-params-to-bugreports](https://github.com/element-hq/element-x-android/issues/+add-time-and-sdk-sha-params-to-bugreports))
- Improve room member list loading times, increase chunk size ([#2322](https://github.com/element-hq/element-x-android/issues/2322))
- Improve room member list loading UX. ([#2452](https://github.com/element-hq/element-x-android/issues/2452))
- Remove the special log level for the Rust SDK read receipts. ([#2511](https://github.com/element-hq/element-x-android/issues/2511))
- Track UTD errors. ([#2544](https://github.com/element-hq/element-x-android/issues/2544))


Changes in Element X v0.4.5 (2024-02-28)
========================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/+add-empty-state-to-banned-members-list.bugfix

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2125.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2198.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2257.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2258.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2259.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2322.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2452.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2485.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2511.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2530.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2544.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/995.bugfix

This file was deleted.

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40004060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main changes in this version: room and user moderation.
Full changelog: https://github.com/element-hq/element-x-android/releases

0 comments on commit 5b1ae24

Please sign in to comment.