✨ Features
- Switch to notarytool (#440).
- Make clear notifications work with threads (#9575). Fixes vector-im/element-web#23751.
- Change "None" to "Off" in notification options (#9539). Contributed by @Arnei.
- Advanced audio processing settings (#8759). Fixes vector-im/element-web#6278. Contributed by @MrAnno.
- Add way to create a user notice via config.json (#9559).
- Improve design of the rich text editor (#9533).
- Enable user to zoom beyond image size (#5949). Contributed by @jaiwanth-v.
- Fix: Move "Leave Space" option to the bottom of space context menu (#9535). Contributed by @hanadi92.
🐛 Bug Fixes
- Fix encrypted message search indexing for non-default
--profile
instances. (#433). - Make build scripts work on NixOS (#23740).
- Fix integration manager
get_open_id_token
action and add E2E tests (#9520). - Fix links being mangled by markdown processing (#9570). Fixes vector-im/element-web#23743.
- Fix: inline links selecting radio button (#9543). Contributed by @hanadi92.
- fix wrong error message in registration when phone number threepid is in use. (#9571). Contributed by @bagvand.
- Fix missing avatar for show current profiles (#9563). Fixes vector-im/element-web#23733.
- fix read receipts trickling down correctly (#9567). Fixes vector-im/element-web#23746.
- Resilience fix for homeserver without thread notification support (#9565).
- Don't switch to the home page needlessly after leaving a room (#9477).
- Differentiate download and decryption errors when showing images (#9562). Fixes vector-im/element-web#3892.
- Close context menu when a modal is opened to prevent user getting stuck (#9560). Fixes vector-im/element-web#15610 and vector-im/element-web#10781.
- Fix TimelineReset handling when no room associated (#9553).
- Always use current profile on thread events (#9524). Fixes vector-im/element-web#23648.
- Fix
ThreadView
tests not using thread flag (#9547). - Fix regressions around media uploads failing and causing soft crashes (#9549). Fixes matrix-org/element-web-rageshakes#16831, matrix-org/element-web-rageshakes#16824 matrix-org/element-web-rageshakes#16810 and vector-im/element-web#23641.
- Handle deletion of
m.call
events (#9540). Fixes vector-im/element-web#23663. - Fix /myroomavatar slash command (#9536). Fixes matrix-org/synapse#14321.
- Fix incorrect notification count after leaving a room with notifications (#9518). Contributed by @Arnei.