Releases: element-hq/element-web
Releases Β· element-hq/element-web
v1.11.98
β¨ Features
- print better errors in the search view instead of a blocking modal (#29724). Contributed by @Jujure.
- New room list: video room and video call decoration (#29693). Contributed by @florianduros.
- Remove Secure Backup, Cross-signing and Cryptography sections in
Security & Privacy
user settings (#29088). Contributed by @florianduros. - Allow reporting a room when rejecting an invite. (#29570). Contributed by @Half-Shot.
- RoomListViewModel: Reset primary and secondary filters on space change (#29672). Contributed by @MidhunSureshR.
- RoomListStore: Support specific sorting requirements for muted rooms (#29665). Contributed by @MidhunSureshR.
- New room list: add notification options menu (#29639). Contributed by @florianduros.
- Room List: Scroll to top of the list when active room is not in the list (#29650). Contributed by @MidhunSureshR.
π Bug Fixes
- Fix unwanted form submit behaviour in memberlist (#29747). Contributed by @MidhunSureshR.
- New room list: fix public room icon visibility when filter change (#29737). Contributed by @florianduros.
- Fix custom theme support for short hex & rgba hex strings (#29726). Contributed by @t3chguy.
- New room list: minor visual fixes (#29723). Contributed by @florianduros.
- Fix getOidcCallbackUrl for Element Desktop (#29711). Contributed by @t3chguy.
- Fix some webp images improperly marked as animated (#29713). Contributed by @Petersmit27.
- Revert deletion of hydrateSession (#29703). Contributed by @Jujure.
- Fix converttoroom & converttodm not working (#29705). Contributed by @t3chguy.
- Ensure forceCloseAllModals also closes priority/static modals (#29706). Contributed by @t3chguy.
- Continue button is disabled when uploading a recovery key file (#29695). Contributed by @Giwayume.
- Catch errors after syncing recovery (#29691). Contributed by @andybalaam.
- New room list: fix multiple visual issues (#29673). Contributed by @florianduros.
- New Room List: Fix mentions filter matching rooms with any highlight (#29668). Contributed by @MidhunSureshR.
- Fix truncated emoji label during emoji SAS (#29643). Contributed by @florianduros.
- Remove duplicate jitsi link (#29642). Contributed by @dbkr.
v1.11.98-rc.0
β¨ Features
- print better errors in the search view instead of a blocking modal (#29724). Contributed by @Jujure.
- New room list: video room and video call decoration (#29693). Contributed by @florianduros.
- Remove Secure Backup, Cross-signing and Cryptography sections in
Security & Privacy
user settings (#29088). Contributed by @florianduros. - Allow reporting a room when rejecting an invite. (#29570). Contributed by @Half-Shot.
- RoomListViewModel: Reset primary and secondary filters on space change (#29672). Contributed by @MidhunSureshR.
- RoomListStore: Support specific sorting requirements for muted rooms (#29665). Contributed by @MidhunSureshR.
- New room list: add notification options menu (#29639). Contributed by @florianduros.
- Room List: Scroll to top of the list when active room is not in the list (#29650). Contributed by @MidhunSureshR.
π Bug Fixes
- Fix unwanted form submit behaviour in memberlist (#29747). Contributed by @MidhunSureshR.
- New room list: fix public room icon visibility when filter change (#29737). Contributed by @florianduros.
- Fix custom theme support for short hex & rgba hex strings (#29726). Contributed by @t3chguy.
- New room list: minor visual fixes (#29723). Contributed by @florianduros.
- Fix getOidcCallbackUrl for Element Desktop (#29711). Contributed by @t3chguy.
- Fix some webp images improperly marked as animated (#29713). Contributed by @Petersmit27.
- Revert deletion of hydrateSession (#29703). Contributed by @Jujure.
- Fix converttoroom & converttodm not working (#29705). Contributed by @t3chguy.
- Ensure forceCloseAllModals also closes priority/static modals (#29706). Contributed by @t3chguy.
- Continue button is disabled when uploading a recovery key file (#29695). Contributed by @Giwayume.
- Catch errors after syncing recovery (#29691). Contributed by @andybalaam.
- New room list: fix multiple visual issues (#29673). Contributed by @florianduros.
- New Room List: Fix mentions filter matching rooms with any highlight (#29668). Contributed by @MidhunSureshR.
- Fix truncated emoji label during emoji SAS (#29643). Contributed by @florianduros.
- Remove duplicate jitsi link (#29642). Contributed by @dbkr.
v1.11.97
Security
- Fix for CVE-2025-32026 / GHSA-69q3-jg79-cg79
β¨ Features
- New room list: reduce padding between avatar and room list border (#29634). Contributed by @florianduros.
- Bundle Element Call with Element Web packages (#29309). Contributed by @t3chguy.
- Hide an event notification if it is redacted (#29605). Contributed by @Half-Shot.
- Docker: Use nginx-unprivileged as base image (#29353). Contributed by @AndrewFerr.
- Switch away from nesting React trees and mangling the DOM (#29586). Contributed by @t3chguy.
- New room list: add notification decoration (#29552). Contributed by @florianduros.
- RoomListStore: Unread filter should match rooms that were marked as unread (#29580). Contributed by @MidhunSureshR.
- Add support for hiding videos (#29496). Contributed by @Half-Shot.
- Use an outline icon for the report room button (#29573). Contributed by @robintown.
- Generate/load pickle key on SSO (#29568). Contributed by @Jujure.
- Add report room dialog button/dialog. (#29513). Contributed by @Half-Shot.
- RoomListViewModel: Make the active room sticky in the list (#29551). Contributed by @MidhunSureshR.
- Replace checkboxes with Compound checkboxes, and appropriately label each checkbox. (#29363). Contributed by @Half-Shot.
- New room list: add selection decoration (#29531). Contributed by @florianduros.
- Simplified Sliding Sync (#28515). Contributed by @dbkr.
- Add ability to hide images after clicking "show image" (#29467). Contributed by @Half-Shot.
π Bug Fixes
- Fix scroll issues in memberlist (#29392). Contributed by @MidhunSureshR.
- Ensure clicks on spoilers do not get handled by the hidden content (#29618). Contributed by @t3chguy.
- New room list: add cursor pointer on room list item (#29627). Contributed by @florianduros.
- Fix missing ambiguous url tooltips on Element Desktop (#29619). Contributed by @t3chguy.
- New room list: fix spacing and padding (#29607). Contributed by @florianduros.
- Make fetchdep check out matching branch name (#29601). Contributed by @dbkr.
- Fix MFileBody fileName not considering
filename
(#29589). Contributed by @t3chguy. - Fix token expiry racing with login causing wrong error to be shown (#29566). Contributed by @t3chguy.
- Fix bug which caused startup to hang if the clock was wound back since a previous session (#29558). Contributed by @richvdh.
- RoomListViewModel: Reset any primary filter on secondary filter change (#29562). Contributed by @MidhunSureshR.
- RoomListStore: Unread filter should only filter rooms having unread counts (#29555). Contributed by @MidhunSureshR.
- In force-verify mode, prevent bypassing by cancelling device verification (#29487). Contributed by @andybalaam.
- Add title attribute to user identifier (#29547). Contributed by @arpitbatra123.
v1.11.97-rc.0
β¨ Features
- New room list: reduce padding between avatar and room list border (#29634). Contributed by @florianduros.
- Bundle Element Call with Element Web packages (#29309). Contributed by @t3chguy.
- Hide an event notification if it is redacted (#29605). Contributed by @Half-Shot.
- Docker: Use nginx-unprivileged as base image (#29353). Contributed by @AndrewFerr.
- Switch away from nesting React trees and mangling the DOM (#29586). Contributed by @t3chguy.
- New room list: add notification decoration (#29552). Contributed by @florianduros.
- RoomListStore: Unread filter should match rooms that were marked as unread (#29580). Contributed by @MidhunSureshR.
- Add support for hiding videos (#29496). Contributed by @Half-Shot.
- Use an outline icon for the report room button (#29573). Contributed by @robintown.
- Generate/load pickle key on SSO (#29568). Contributed by @Jujure.
- Add report room dialog button/dialog. (#29513). Contributed by @Half-Shot.
- RoomListViewModel: Make the active room sticky in the list (#29551). Contributed by @MidhunSureshR.
- Replace checkboxes with Compound checkboxes, and appropriately label each checkbox. (#29363). Contributed by @Half-Shot.
- New room list: add selection decoration (#29531). Contributed by @florianduros.
- Simplified Sliding Sync (#28515). Contributed by @dbkr.
- Add ability to hide images after clicking "show image" (#29467). Contributed by @Half-Shot.
π Bug Fixes
- Fix scroll issues in memberlist (#29392). Contributed by @MidhunSureshR.
- Ensure clicks on spoilers do not get handled by the hidden content (#29618). Contributed by @t3chguy.
- New room list: add cursor pointer on room list item (#29627). Contributed by @florianduros.
- Fix missing ambiguous url tooltips on Element Desktop (#29619). Contributed by @t3chguy.
- New room list: fix spacing and padding (#29607). Contributed by @florianduros.
- Make fetchdep check out matching branch name (#29601). Contributed by @dbkr.
- Fix MFileBody fileName not considering
filename
(#29589). Contributed by @t3chguy. - Fix token expiry racing with login causing wrong error to be shown (#29566). Contributed by @t3chguy.
- Fix bug which caused startup to hang if the clock was wound back since a previous session (#29558). Contributed by @richvdh.
- RoomListViewModel: Reset any primary filter on secondary filter change (#29562). Contributed by @MidhunSureshR.
- RoomListStore: Unread filter should only filter rooms having unread counts (#29555). Contributed by @MidhunSureshR.
- In force-verify mode, prevent bypassing by cancelling device verification (#29487). Contributed by @andybalaam.
- Add title attribute to user identifier (#29547). Contributed by @arpitbatra123.
v1.11.96
β¨ Features
- RoomListViewModel: Track the index of the active room in the list (#29519). Contributed by @MidhunSureshR.
- New room list: add empty state (#29512). Contributed by @florianduros.
- Implement
MessagePreviewViewModel
(#29514). Contributed by @MidhunSureshR. - RoomListViewModel: Add functionality to toggle message preview setting (#29511). Contributed by @MidhunSureshR.
- New room list: add more options menu on room list item (#29445). Contributed by @florianduros.
- RoomListViewModel: Provide a way to resort the room list and track the active sort method (#29499). Contributed by @MidhunSureshR.
- Change *All rooms* meta space name to *All Chats* (#29498). Contributed by @florianduros.
- Add setting to hide avatars of rooms you have been invited to. (#29497). Contributed by @Half-Shot.
- Room List Store: Save preferred sorting algorithm and use that on app launch (#29493). Contributed by @MidhunSureshR.
- Add key storage toggle to Encryption settings (#29310). Contributed by @dbkr.
- New room list: add primary filters (#29481). Contributed by @florianduros.
- Implement MSC4142: Remove unintentional intentional mentions in replies (#28209). Contributed by @tulir.
- White background for 'They do not match' button (#29470). Contributed by @andybalaam.
- RoomListViewModel: Support secondary filters in the view model (#29465). Contributed by @MidhunSureshR.
- RoomListViewModel: Support primary filters in the view model (#29454). Contributed by @MidhunSureshR.
- Room List Store: Implement secondary filters (#29458). Contributed by @MidhunSureshR.
- Room List Store: Implement rest of the primary filters (#29444). Contributed by @MidhunSureshR.
- Room List Store: Support filters by implementing just the favourite filter (#29433). Contributed by @MidhunSureshR.
- Move toggle switch for integration manager for a11y (#29436). Contributed by @Half-Shot.
- New room list: basic flat list (#29368). Contributed by @florianduros.
- Improve rageshake upload experience by providing useful error information (#29378). Contributed by @Half-Shot.
- Add more functionality to the room list vm (#29402). Contributed by @MidhunSureshR.
π Bug Fixes
- New room list: fix compose menu action in space (#29500). Contributed by @florianduros.
- Change ToggleHiddenEventVisibility & GoToHome KeyBindingActions (#29374). Contributed by @gy-mate.
- Fix Docker Healthcheck (#29471). Contributed by @benbz.
- Room List Store: Fetch rooms after space store is ready + attach store to window (#29453). Contributed by @MidhunSureshR.
- Room List Store: Fix bug where left rooms appear in room list (#29452). Contributed by @MidhunSureshR.
- Add space to the bottom of the room summary actions below leave room (#29270). Contributed by @langleyd.
- Show error screens in group calls (#29254). Contributed by @robintown.
- Prevent user from accidentally triggering multiple identity resets (#29388). Contributed by @uhoreg.
- Remove buggy tooltip on room intro & homepage (#29406). Contributed by @t3chguy.
v1.11.96-rc.0
β¨ Features
- RoomListViewModel: Track the index of the active room in the list (#29519). Contributed by @MidhunSureshR.
- New room list: add empty state (#29512). Contributed by @florianduros.
- Implement
MessagePreviewViewModel
(#29514). Contributed by @MidhunSureshR. - RoomListViewModel: Add functionality to toggle message preview setting (#29511). Contributed by @MidhunSureshR.
- New room list: add more options menu on room list item (#29445). Contributed by @florianduros.
- RoomListViewModel: Provide a way to resort the room list and track the active sort method (#29499). Contributed by @MidhunSureshR.
- Change *All rooms* meta space name to *All Chats* (#29498). Contributed by @florianduros.
- Add setting to hide avatars of rooms you have been invited to. (#29497). Contributed by @Half-Shot.
- Room List Store: Save preferred sorting algorithm and use that on app launch (#29493). Contributed by @MidhunSureshR.
- Add key storage toggle to Encryption settings (#29310). Contributed by @dbkr.
- New room list: add primary filters (#29481). Contributed by @florianduros.
- Implement MSC4142: Remove unintentional intentional mentions in replies (#28209). Contributed by @tulir.
- White background for 'They do not match' button (#29470). Contributed by @andybalaam.
- RoomListViewModel: Support secondary filters in the view model (#29465). Contributed by @MidhunSureshR.
- RoomListViewModel: Support primary filters in the view model (#29454). Contributed by @MidhunSureshR.
- Room List Store: Implement secondary filters (#29458). Contributed by @MidhunSureshR.
- Room List Store: Implement rest of the primary filters (#29444). Contributed by @MidhunSureshR.
- Room List Store: Support filters by implementing just the favourite filter (#29433). Contributed by @MidhunSureshR.
- Move toggle switch for integration manager for a11y (#29436). Contributed by @Half-Shot.
- New room list: basic flat list (#29368). Contributed by @florianduros.
- Improve rageshake upload experience by providing useful error information (#29378). Contributed by @Half-Shot.
- Add more functionality to the room list vm (#29402). Contributed by @MidhunSureshR.
π Bug Fixes
- New room list: fix compose menu action in space (#29500). Contributed by @florianduros.
- Change ToggleHiddenEventVisibility & GoToHome KeyBindingActions (#29374). Contributed by @gy-mate.
- Fix Docker Healthcheck (#29471). Contributed by @benbz.
- Room List Store: Fetch rooms after space store is ready + attach store to window (#29453). Contributed by @MidhunSureshR.
- Room List Store: Fix bug where left rooms appear in room list (#29452). Contributed by @MidhunSureshR.
- Add space to the bottom of the room summary actions below leave room (#29270). Contributed by @langleyd.
- Show error screens in group calls (#29254). Contributed by @robintown.
- Prevent user from accidentally triggering multiple identity resets (#29388). Contributed by @uhoreg.
- Remove buggy tooltip on room intro & homepage (#29406). Contributed by @t3chguy.
v1.11.95
β¨ Features
- Room List Store: Filter rooms by active space (#29399). Contributed by @MidhunSureshR.
- Room List - Update the room list store on actions from the dispatcher (#29397). Contributed by @MidhunSureshR.
- Room List - Implement a minimal view model (#29357). Contributed by @MidhunSureshR.
- New room list: add space menu in room header (#29352). Contributed by @florianduros.
- Room List - Store sorted rooms in skip list (#29345). Contributed by @MidhunSureshR.
- New room list: add dial to search section (#29359). Contributed by @florianduros.
- New room list: add compose menu for spaces in header (#29347). Contributed by @florianduros.
- Use EditInPlace control for Identity Server picker to improve a11y (#29280). Contributed by @Half-Shot.
- First step to add header to new room list (#29320). Contributed by @florianduros.
- Add Windows 64-bit arm link and remove 32-bit link on compatibility page (#29312). Contributed by @t3chguy.
- Honour the backup disable flag from Element X (#29290). Contributed by @dbkr.
π Bug Fixes
- Fix edited code block width (#29394). Contributed by @florianduros.
- new room list: keep space name in one line in header (#29369). Contributed by @florianduros.
- Dismiss "Key storage out of sync" toast when secrets received (#29348). Contributed by @richvdh.
- Minor CSS fixes for the new room list (#29334). Contributed by @florianduros.
- Add padding to room header icon (#29271). Contributed by @langleyd.
v1.11.95-rc.0
β¨ Features
- Room List Store: Filter rooms by active space (#29399). Contributed by @MidhunSureshR.
- Room List - Update the room list store on actions from the dispatcher (#29397). Contributed by @MidhunSureshR.
- Room List - Implement a minimal view model (#29357). Contributed by @MidhunSureshR.
- New room list: add space menu in room header (#29352). Contributed by @florianduros.
- Room List - Store sorted rooms in skip list (#29345). Contributed by @MidhunSureshR.
- New room list: add dial to search section (#29359). Contributed by @florianduros.
- New room list: add compose menu for spaces in header (#29347). Contributed by @florianduros.
- Use EditInPlace control for Identity Server picker to improve a11y (#29280). Contributed by @Half-Shot.
- First step to add header to new room list (#29320). Contributed by @florianduros.
- Add Windows 64-bit arm link and remove 32-bit link on compatibility page (#29312). Contributed by @t3chguy.
- Honour the backup disable flag from Element X (#29290). Contributed by @dbkr.
π Bug Fixes
- Fix edited code block width (#29394). Contributed by @florianduros.
- new room list: keep space name in one line in header (#29369). Contributed by @florianduros.
- Dismiss "Key storage out of sync" toast when secrets received (#29348). Contributed by @richvdh.
- Minor CSS fixes for the new room list (#29334). Contributed by @florianduros.
- Add padding to room header icon (#29271). Contributed by @langleyd.
v1.11.94
π Bug Fixes
- [Backport staging] fix: /tmp/element-web-config may already exist preventing the container from booting up (#29377). Contributed by @RiotRobot.
v1.11.93
β¨ Features
- [backport] Dynamically load Element Web modules in Docker entrypoint (#29358). Contributed by @t3chguy.
- ChangeRecoveryKey: error handling (#29262). Contributed by @richvdh.
- Dehydration: enable dehydrated device on "Set up recovery" (#29265). Contributed by @richvdh.
- Render reason for invite rejection. (#29257). Contributed by @Half-Shot.
- New room list: add search section (#29251). Contributed by @florianduros.
- New room list: hide favourites and people meta spaces (#29241). Contributed by @florianduros.
- New Room List: Create new labs flag (#29239). Contributed by @MidhunSureshR.
- Stop URl preview from covering message box (#29215). Contributed by @edent.
- Rename "security key" into "recovery key" (#29217). Contributed by @florianduros.
- Add new verification section to user profile (#29200). Contributed by @MidhunSureshR.
- Initial support for runtime modules (#29104). Contributed by @t3chguy.
- Add
Forgot recovery key?
button to encryption tab (#29202). Contributed by @florianduros. - Add KeyIcon to key storage out of sync toast (#29201). Contributed by @florianduros.
- Improve rendering of empty topics in the timeline (#29152). Contributed by @Half-Shot.
π Bug Fixes
- Fix font scaling in member list (#29285). Contributed by @florianduros.
- Grow member list search field when resizing the right panel (#29267). Contributed by @langleyd.
- Don't reload roomview on offline connectivity check (#29243). Contributed by @dbkr.
- Respect user's 12/24 hour preference consistently (#29237). Contributed by @t3chguy.
- Restore the accessibility role on call views (#29225). Contributed by @robintown.
- Revert
GoToHome
keyboard shortcut toCtrl
βShift
βH
on macOS (#28577). Contributed by @gy-mate. - Encryption tab: display correct encryption panel when user cancels the reset identity flow (#29216). Contributed by @florianduros.