Skip to content

Releases: SableClient/Sable

1.11.1 (2026-03-21)

21 Mar 05:47
253afea

Choose a tag to compare

Fixes

  • Fix conditional memo in reply renderer leading to crashes. (#453 by @7w1)

1.11.0 (2026-03-21)

21 Mar 05:35
920d35f

Choose a tag to compare

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)

21 Mar 00:40
8cebcd6

Choose a tag to compare

Fixes

  • Change default notification server. (#443 by @7w1)

1.10.5 (2026-03-20)

20 Mar 21:01
05bc9d8

Choose a tag to compare

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)

20 Mar 15:55
8107a5b

Choose a tag to compare

Fixes

  • Change default push notification server. (#433 by @7w1)

1.10.3 (2026-03-20)

20 Mar 15:33
67c673e

Choose a tag to compare

Fixes

  • Place persona settings behind a toggle in experimental. (#431 by @7w1)

1.10.2 (2026-03-20)

20 Mar 06:07
a7c2ac3

Choose a tag to compare

Fixes

  • Fix edit button not always editing. (#413 by @7w1)
  • Fix search/nav/links/etc not loading messages. (#413 by @7w1)
  • Fix timeline not sticking to the bottom in non-reduced motion setting. (#413 by @7w1)
  • Replace matrix.org with matrixrooms.info in default featured servers section. (#413 by @7w1)

1.10.1 (2026-03-20)

20 Mar 04:12
4af4339

Choose a tag to compare

Fixes

  • Fix messages overlapping in timeline. (#411 by @7w1)

1.10.0 (2026-03-20)

20 Mar 03:42
1f96a47

Choose a tag to compare

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)

17 Mar 21:45
e086398

Choose a tag to compare

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)