✨ Features
- Allow welcome.html logo to be replaced by config (#25339). Fixes #8636.
- Use semantic headings in user settings Labs (#10773). Contributed by @kerryarchibald.
- Use semantic list elements for menu lists and tab lists (#10902). Fixes #24928.
- Fix aria-required-children axe violation (#10900). Fixes #25342.
- Enable pagination for overlay timelines (#10757). Fixes vector-im/voip-internal#107.
- Add tooltip to disabled invite button due to lack of permissions (#10869). Fixes #9824.
- Respect configured auth_header_logo_url for default Welcome page (#10870).
- Specify lazy loading for avatars (#10866). Fixes #1983.
- Room and user mentions for plain text editor (#10665). Contributed by @alunturner.
- Add audible notifcation on broadcast error (#10654). Fixes #25132.
- Fall back from server generated thumbnail to original image (#10853).
- Use semantically correct elements for room sublist context menu (#10831). Fixes vector-im/customer-retainer#46.
- Avoid calling prepareToEncrypt onKeyDown (#10828).
- Allows search to recognize full room links (#8275). Contributed by @bolu-tife.
- "Show rooms with unread messages first" should not be on by default for new users (#10820). Fixes #25304. Contributed by @kerryarchibald.
- Fix emitter handler leak in ThreadView (#10803).
- Add better error for email invites without identity server (#10739). Fixes #16893.
- Move reaction message previews out of labs (#10601). Fixes #25083.
- Sort muted rooms to the bottom of their section of the room list (#10592). Fixes #25131. Contributed by @kerryarchibald.
- Use semantic headings in user settings Help & About (#10752). Contributed by @kerryarchibald.
- use ExternalLink components for external links (#10758). Contributed by @kerryarchibald.
- Use semantic headings in space settings (#10751). Contributed by @kerryarchibald.
- Use semantic headings for room settings content (#10734). Contributed by @kerryarchibald.
🐛 Bug Fixes
- Handle trailing dot FQDNs for domain-specific config.json files (#25351). Fixes #8858.
- Ignore edits in message previews when they concern messages other than latest (#10868). Fixes #14872.
- Send correct receipts when viewing a room (#10864). Fixes #25196.
- Fix timeline search bar being overlapped by the right panel (#10809). Fixes #25291. Contributed by @luixxiul.
- Fix the state shown for call in rooms (#10833).
- Add string for membership event where both displayname & avatar change (#10880). Fixes #18026.
- Fix people space notification badge not updating for new DM invites (#10849). Fixes #23248.
- Fix regression in emoji picker order mangling after clearing filter (#10854). Fixes #25323.
- Fix: Edit history modal crash (#10834). Fixes #25309. Contributed by @kerryarchibald.
- Fix long room address and name not being clipped on room info card and update
_RoomSummaryCard.pcss
(#10811). Fixes #25293. Contributed by @luixxiul. - Treat thumbnail upload failures as complete upload failures (#10829). Fixes #7069.
- Update finite automata to match user identifiers as per spec (#10798). Fixes #25246.
- Fix icon on empty notification panel (#10817). Fixes #25298 and #25302. Contributed by @luixxiul.
- Fix: Threads button is highlighted when I create a new room (#10819). Fixes #25284. Contributed by @kerryarchibald.
- Fix the top heading of notification panel (#10818). Fixes #25303. Contributed by @luixxiul.
- Fix the color of the verified E2EE icon on
RoomSummaryCard
(#10812). Fixes #25295. Contributed by @luixxiul. - Fix: No feedback when waiting for the server on a /delete_devices request with SSO (#10795). Fixes #23096. Contributed by @kerryarchibald.
- Fix: reveal images when image previews are disabled (#10781). Fixes #25271. Contributed by @kerryarchibald.
- Fix accessibility issues around the room list and space panel (#10717). Fixes #13345.
- Ensure tooltip contents is linked via aria to the target element (#10729). Fixes vector-im/customer-retainer#43.