Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add_pmp_sending.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-mentions-leaking-nicknames.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-presence-badge-member-list.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-sliding-sync-memory.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-thread-classic-sync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-thread-indicator-badge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-thread-ui-spacing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mention-highlight-toggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pr405-silent-reply-setting.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pronoun-pills.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/reduce-mention-highlight-opacity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/timeline-rewrite.md

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Sable Client Changelog

## 1.10.0 (2026-03-20)

### Features

* added the posibility to send using per message profiles with `/usepmp` ([#309](https://github.com/SableClient/Sable/pull/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](https://github.com/SableClient/Sable/pull/353) by @7w1)
* Rewrite the room timeline using Virtua to fix all the scroll bugs. ([#175](https://github.com/SableClient/Sable/pull/175) by @7w1)
* Update calls to have RNNoise noise suppression. ([#392](https://github.com/SableClient/Sable/pull/392) by @melogale)

### Fixes

* fix [accidental leaking of private nicknames](https://github.com/SableClient/Sable/issues/362) for users to be included in the message ([#365](https://github.com/SableClient/Sable/pull/365) by @dozro)
* Hide presence badge in members list for users without homeserver support, mimicking room profile apperance. ([#354](https://github.com/SableClient/Sable/pull/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](https://github.com/SableClient/Sable/pull/348) by @Just-Insane)
* Fix thread drawer showing no messages when using classic sync. ([#343](https://github.com/SableClient/Sable/pull/343) by @Just-Insane)
* Hide the redundant "Thread" indicator badge in the compose box when inside the Thread Drawer. ([#347](https://github.com/SableClient/Sable/pull/347) by @Just-Insane)
* Reduce dead space around the root message in the thread drawer. ([#344](https://github.com/SableClient/Sable/pull/344) by @Just-Insane)
* Added a toggle to notifications to disable full message mention highlighting. ([#355](https://github.com/SableClient/Sable/pull/355) by @7w1)
* Add a setting to disable reply mentions by default ([#405](https://github.com/SableClient/Sable/pull/405) by @mini-bomba)
* Reduced the opacity of mention highlight backgrounds to be less visually intrusive while remaining noticeable. ([#401](https://github.com/SableClient/Sable/pull/401) by @sachin-dul)

## 1.9.3 (2026-03-17)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sable",
"version": "1.9.3",
"version": "1.10.0",
"description": "An almost stable Matrix client",
"type": "module",
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
Expand Down Expand Up @@ -138,4 +138,4 @@
"vitest": "^4.1.0",
"wrangler": "^4.70.0"
}
}
}
Loading