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/deploy-settings-defaults.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-greedy-math.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-inline-images-behaviors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-markdown-link-preview.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-max-size-for-previews.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-read-reciept-size.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-room-avatar-settings.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-room-names-overridden-when-1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-subtext-codeblocks.md

This file was deleted.

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

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/readd-missing-settings.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/restore-old-chip-style.md

This file was deleted.

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

## 1.15.3 (2026-05-09)

### Fixes

* Self-hosted deployments can set optional `settingsDefaults` in `config.json` to override built-in client settings. See the README for details. ([#785](<https://github.com/SableClient/Sable/pull/785>) by @7w1)
* Updated the math detection to avoid accidental detection when talking about math or spamming dollar signs. ([#779](<https://github.com/SableClient/Sable/pull/779>) by @7w1)
* Added a couple new settings for max incoming inline image height and default height for unspecified. http://localhost:8080/settings/appearance?focus=incoming-inline-images-default-height&moe.sable.client.action=settings ([#772](<https://github.com/SableClient/Sable/pull/772>) by @7w1)
* Fixed links with suppressed previews not having the arrow brackets readded when editing a message. ([#772](<https://github.com/SableClient/Sable/pull/772>) by @7w1)
* Added the ability to cap preview embed size. http://localhost:8080/settings/appearance?focus=link-preview-image-max-height&moe.sable.client.action=settings ([#783](<https://github.com/SableClient/Sable/pull/783>) by @7w1)
* Fix the inconsistent sizing for the read receipt dialog boxes. ([#772](<https://github.com/SableClient/Sable/pull/772>) by @7w1)
* Fixed room avatars set in the settings cosmetics menu not applying. ([#772](<https://github.com/SableClient/Sable/pull/772>) by @7w1)
* Fix room names being overriden when only 1 other person is in a room. ([#784](<https://github.com/SableClient/Sable/pull/784>) by @7w1)
* Fix small text being parsed in code blocks and not being escapeable. ([#782](<https://github.com/SableClient/Sable/pull/782>) by @7w1)
* Fixed the hang when a message that replies to a message has a reply, and you attempt to start a thread on that message. ([#778](<https://github.com/SableClient/Sable/pull/778>) by @7w1)
* Fix RTL/LTR mixed text formatting and alignment in messages ([#743](<https://github.com/SableClient/Sable/pull/743>) by @sinasadeghi83)
* Readded various missing settings from the settings sharing list. ([#765](<https://github.com/SableClient/Sable/pull/765>) by @7w1)
* Various small adjustments to the themed profiles for better consistency. ([#777](<https://github.com/SableClient/Sable/pull/777>) by @7w1)

## 1.15.2 (2026-05-07)

### 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.15.2",
"version": "1.15.3",
"description": "An almost stable Matrix client",
"type": "module",
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
Expand Down
Loading