v1.12.24-rc.0Pre-release
Added 15
- Add user status to autocomplete suggestions
- Add user status to DM room header
- Add user status to room summary card
- Implement sending URL Preview Bundles (MSC 4095)
- Add config parameter to disable client wellknown fetch
- Implement ongoing call tiles view-models and store
- Implement ongoing call tiles views
- Add user status emoji to member list
- Add user status in user info right panel card
- Add Favourites and Low Priority filters to room list when sections are disabled
- Add user status to DM rooms in the room list
- Implement tombstone tiles for calls in room and DM
- Add UI for setting user status
- Add module API for overriding the composer preview
- Add URL preview above message composer
Changed 3
- Adapt OAuth2 implementation to Matrix Spec v1.18
- Allow disabling legacy calls and rename Voice & Video settings to Legacy Voice & Video
- Start voice call in PiP instead of fullscreen
Fixed 13
- Fix icon in Jitsi lobby not rendering correctly
- Automatically recover from a renderer crash instead of leaving a blank window
- Fetch authenticated media through the session for Save image as
- Fix room list scroll when clicked in thread activity centre
- Center long user IDs in the user menu
- Fix composer preview getting stuck on a single module API preview
- Throttle notification sounds so a backlog does not play them all at once
- Change user ID colour to secondary
- Fix map tooltip overlapping message composer
- Clear the composer preview after sending a message
- Fix unnecessary re-rendering of room list items while scrolling
- Improve performance with smarter custom section loading in room list
- Pluralise the multi-session remove button and confirmation dialog
Removed 1
- Remove legacy room list
✨ Features
- Add user status to autocomplete suggestion (#34241). Contributed by @dbkr.
- Add user status to dm room header (#34225). Contributed by @dbkr.
- User status in room summary card (#34239). Contributed by @dbkr.
- Sending URL Preview Bundles (MSC 4095) (#34150). Contributed by @Siriusmart.
- Add config param to disable client wellknown fetch (#34084). Contributed by @langleyd.
- Ongoing call tiles - Implement the view-models and store (#34198). Contributed by @MidhunSureshR.
- Ongoing call tiles - Implement the required views (#34197). Contributed by @MidhunSureshR.
- Add user status emoji to member list (#34210). Contributed by @dbkr.
- Add user status in user info right panel card (#34212). Contributed by @dbkr.
- RoomList: add back Favourites and Low Priority filters when sections are disabled (#34162). Contributed by @florianduros.
- Add user status to DM rooms in the room list (#34191). Contributed by @dbkr.
- Adapt OAuth2 implementation to Matrix Spec v1.18 (#34026). Contributed by @t3chguy.
- Implement tombstone tiles for calls in room and DM (#34141). Contributed by @MidhunSureshR.
- Allow disabling legacy calls and make
Voice & VideosettingsLegacy Voice & Video(#33692). Contributed by @toger5. - UI for setting user status (#33856). Contributed by @dbkr.
- Start voice call in PiP (not in fullscreen) (#34055). Contributed by @toger5.
- Add a module API for overriding the composer preview. (#33978). Contributed by @Half-Shot.
- Remove legacy room list (#34040). Contributed by @florianduros.
- Add URL preview above message composer (#33964). Contributed by @Half-Shot.
🐛 Bug Fixes
- Fix icon in Jitsi lobby not rendering correctly (#34246). Contributed by @t3chguy.
- Automatically recover from a renderer crash instead of leaving a blank window (#33988). Contributed by @hayaksi1.
- Fetch authenticated media through the session for "Save image as" (#33997). Contributed by @hayaksi1.
- RoomList: fix room scroll when clicked in thread activity centre (#34179). Contributed by @florianduros.
- Center long user ids in the user menu (#34182). Contributed by @dbkr.
- Fix composer preview getting stuck on a single module API preview (#34173). Contributed by @Half-Shot.
- Throttle notification sounds so a backlog doesn't play them all at once (#33989). Contributed by @hayaksi1.
- Change user ID colour to secondary (#34129). Contributed by @dbkr.
- Fix map tooltip overlapping message composer (#33982). Contributed by @Tamajit-005.
- Clear the composer preview after sending a message. (#34116). Contributed by @Half-Shot.
- Room list: fix unnecessary re-rendering of room list items while scrolling (#34112). Contributed by @florianduros.
- Room list: improve performance with smarter custom section loading (#34102). Contributed by @florianduros.
- Pluralise the multi-session remove button and confirmation dialog (#33983). Contributed by @nnhhoang.