Releases: SableClient/Sable
Releases · SableClient/Sable
1.11.1 (2026-03-21)
1.11.0 (2026-03-21)
Features
- Implemented improved rendering for space hierarchies in nav bar and lobby. (#252 by @KaceCottam)
- Added styling for replies to non-messages. (#416 by @nushea)
Fixes
- Fix message composer clearing when edited messages are saved. (#447 by @7w1)
- Fix editor flowing off screen when editing large messages in compact and bubble layouts. (#447 by @7w1)
- Fix extra spacing in message editor. (#447 by @7w1)
- Fix menu items not clickable due to menu transform. (#450 by @7w1)
- Fix replies not rendering matrix.to links and opening them in new tabs instead of jumping to them. (#448 by @7w1)
- Fix per-message profile messages collapsing together when different profiles are used. (#449 by @7w1)
- Fix per-message profiles not updating avatar/name if edit events are recieved. (#449 by @7w1)
- Fix editing per-message profile messages injecting profile name into message. (#451 by @7w1)
- Fix per-message profiles not rendering in encrypted rooms. (#449 by @7w1)
- Fix thread chips not appearing on thread root messages. (#446 by @7w1)
- Fix up arrow to edit messages not editing messages. (#447 by @7w1)
1.10.6 (2026-03-21)
1.10.5 (2026-03-20)
Fixes
- Hide unread dot/highlight for rooms with notification mode set to Mute. (#429 by @saschabuehrle)
- Fix thread drawer flooding console with "Ignoring event" warnings when server-side thread support is enabled. (#438 by @Just-Insane)
1.10.4 (2026-03-20)
1.10.3 (2026-03-20)
1.10.2 (2026-03-20)
1.10.1 (2026-03-20)
1.10.0 (2026-03-20)
Features
- added the posibility to send using per message profiles with
/usepmp(#309 by @dozro) - Added a setting to Appearance that attempts to convert text in names like (it/its) into a pronoun pill, enlabed by default. (#353 by @7w1)
- Rewrite the room timeline using Virtua to fix all the scroll bugs. (#175 by @7w1)
- Update calls to have RNNoise noise suppression. (#392 by @melogale)
Fixes
- fix accidental leaking of private nicknames for users to be included in the message (#365 by @dozro)
- Hide presence badge in members list for users without homeserver support, mimicking room profile apperance. (#354 by @7w1)
- Tighten sliding sync memory management: stop the polling loop on client dispose, persist then prune large room timelines when leaving a room, remove adaptive timeline-limit logic, and auto-unsubscribe when the local user leaves or is banned from a room. (#348 by @Just-Insane)
- Fix thread drawer showing no messages when using classic sync. (#343 by @Just-Insane)
- Hide the redundant "Thread" indicator badge in the compose box when inside the Thread Drawer. (#347 by @Just-Insane)
- Reduce dead space around the root message in the thread drawer. (#344 by @Just-Insane)
- Added a toggle to notifications to disable full message mention highlighting. (#355 by @7w1)
- Add a setting to disable reply mentions by default (#405 by @mini-bomba)
- Reduced the opacity of mention highlight backgrounds to be less visually intrusive while remaining noticeable. (#401 by @sachin-dul)
1.9.3 (2026-03-17)
Fixes
- Fix autocomplete Enter & Tab key always selecting the first item and the first item not being highlighted on open. (#310 by @Just-Insane)
- Fix messages with body empty but formatted body filled rendering as empty. (#337 by @7w1)
- Fix emoticon autocomplete not respecting character threshold setting. (#337 by @7w1)
- Fix images without explicit dimensions not appearing. (#338 by @7w1)
- Fix Mac OS to macOS in the the devices tab (#328 by @DidiDidi129)
- Improved voice message recording UI, it should now feel a lot more integrated. (#311 by @hazre)
- Add opt-in Sentry crash reporting with a consent banner. (#333 by @Just-Insane)