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/fix-editor-clearing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-editor-fullwidth.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-extra-space-editor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-menu-not-clickable.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-message-reply-render.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-pmp-collapsing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-pmp-edit-render.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-pmp-editing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-pmp-encrypted-rooms.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-up-to-edit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/implements_improved_subspace_rendering.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/styling-state-event-replies.md

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.11.0 (2026-03-21)

### Features

* Implemented improved rendering for space hierarchies in nav bar and lobby. ([#252](https://github.com/SableClient/Sable/pull/252) by @KaceCottam)
* Added styling for replies to non-messages. ([#416](https://github.com/SableClient/Sable/pull/416) by @nushea)

### Fixes

* Fix message composer clearing when edited messages are saved. ([#447](https://github.com/SableClient/Sable/pull/447) by @7w1)
* Fix editor flowing off screen when editing large messages in compact and bubble layouts. ([#447](https://github.com/SableClient/Sable/pull/447) by @7w1)
* Fix extra spacing in message editor. ([#447](https://github.com/SableClient/Sable/pull/447) by @7w1)
* Fix menu items not clickable due to menu transform. ([#450](https://github.com/SableClient/Sable/pull/450) by @7w1)
* Fix replies not rendering matrix.to links and opening them in new tabs instead of jumping to them. ([#448](https://github.com/SableClient/Sable/pull/448) by @7w1)
* Fix per-message profile messages collapsing together when different profiles are used. ([#449](https://github.com/SableClient/Sable/pull/449) by @7w1)
* Fix per-message profiles not updating avatar/name if edit events are recieved. ([#449](https://github.com/SableClient/Sable/pull/449) by @7w1)
* Fix editing per-message profile messages injecting profile name into message. ([#451](https://github.com/SableClient/Sable/pull/451) by @7w1)
* Fix per-message profiles not rendering in encrypted rooms. ([#449](https://github.com/SableClient/Sable/pull/449) by @7w1)
* Fix thread chips not appearing on thread root messages. ([#446](https://github.com/SableClient/Sable/pull/446) by @7w1)
* Fix up arrow to edit messages not editing messages. ([#447](https://github.com/SableClient/Sable/pull/447) by @7w1)

## 1.10.6 (2026-03-21)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sable",
"version": "1.10.6",
"version": "1.11.0",
"description": "An almost stable Matrix client",
"type": "module",
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
Expand Down
Loading