diff --git a/.changeset/deploy-settings-defaults.md b/.changeset/deploy-settings-defaults.md deleted file mode 100644 index d478585e3..000000000 --- a/.changeset/deploy-settings-defaults.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Self-hosted deployments can set optional `settingsDefaults` in `config.json` to override built-in client settings. See the README for details. diff --git a/.changeset/fix-greedy-math.md b/.changeset/fix-greedy-math.md deleted file mode 100644 index 7c065cc93..000000000 --- a/.changeset/fix-greedy-math.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Updated the math detection to avoid accidental detection when talking about math or spamming dollar signs. diff --git a/.changeset/fix-inline-images-behaviors.md b/.changeset/fix-inline-images-behaviors.md deleted file mode 100644 index d1bbf0985..000000000 --- a/.changeset/fix-inline-images-behaviors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -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 diff --git a/.changeset/fix-markdown-link-preview.md b/.changeset/fix-markdown-link-preview.md deleted file mode 100644 index 410ee3b03..000000000 --- a/.changeset/fix-markdown-link-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fixed links with suppressed previews not having the arrow brackets readded when editing a message. diff --git a/.changeset/fix-max-size-for-previews.md b/.changeset/fix-max-size-for-previews.md deleted file mode 100644 index ff5207b16..000000000 --- a/.changeset/fix-max-size-for-previews.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Added the ability to cap preview embed size. http://localhost:8080/settings/appearance?focus=link-preview-image-max-height&moe.sable.client.action=settings diff --git a/.changeset/fix-read-reciept-size.md b/.changeset/fix-read-reciept-size.md deleted file mode 100644 index 574e88ebc..000000000 --- a/.changeset/fix-read-reciept-size.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix the inconsistent sizing for the read receipt dialog boxes. diff --git a/.changeset/fix-room-avatar-settings.md b/.changeset/fix-room-avatar-settings.md deleted file mode 100644 index 5d1a80c5b..000000000 --- a/.changeset/fix-room-avatar-settings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fixed room avatars set in the settings cosmetics menu not applying. diff --git a/.changeset/fix-room-names-overridden-when-1.md b/.changeset/fix-room-names-overridden-when-1.md deleted file mode 100644 index b8f84f884..000000000 --- a/.changeset/fix-room-names-overridden-when-1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix room names being overriden when only 1 other person is in a room. diff --git a/.changeset/fix-subtext-codeblocks.md b/.changeset/fix-subtext-codeblocks.md deleted file mode 100644 index 0fb07c8a2..000000000 --- a/.changeset/fix-subtext-codeblocks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix small text being parsed in code blocks and not being escapeable. diff --git a/.changeset/fix-thread-reply-hang.md b/.changeset/fix-thread-reply-hang.md deleted file mode 100644 index ae8098b18..000000000 --- a/.changeset/fix-thread-reply-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fixed the hang when a message that replies to a message has a reply, and you attempt to start a thread on that message. diff --git a/.changeset/fix_rtlltr_mixed_text_formatting_and_alignment_in_messages.md b/.changeset/fix_rtlltr_mixed_text_formatting_and_alignment_in_messages.md deleted file mode 100644 index b3514dcfe..000000000 --- a/.changeset/fix_rtlltr_mixed_text_formatting_and_alignment_in_messages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Fix RTL/LTR mixed text formatting and alignment in messages diff --git a/.changeset/readd-missing-settings.md b/.changeset/readd-missing-settings.md deleted file mode 100644 index 1fa9d93c5..000000000 --- a/.changeset/readd-missing-settings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Readded various missing settings from the settings sharing list. diff --git a/.changeset/restore-old-chip-style.md b/.changeset/restore-old-chip-style.md deleted file mode 100644 index 9a4413884..000000000 --- a/.changeset/restore-old-chip-style.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Various small adjustments to the themed profiles for better consistency. diff --git a/CHANGELOG.md b/CHANGELOG.md index dba3ee6c1..973d89b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]() by @7w1) +* Updated the math detection to avoid accidental detection when talking about math or spamming dollar signs. ([#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]() by @7w1) +* Fixed links with suppressed previews not having the arrow brackets readded when editing a message. ([#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]() by @7w1) +* Fix the inconsistent sizing for the read receipt dialog boxes. ([#772]() by @7w1) +* Fixed room avatars set in the settings cosmetics menu not applying. ([#772]() by @7w1) +* Fix room names being overriden when only 1 other person is in a room. ([#784]() by @7w1) +* Fix small text being parsed in code blocks and not being escapeable. ([#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]() by @7w1) +* Fix RTL/LTR mixed text formatting and alignment in messages ([#743]() by @sinasadeghi83) +* Readded various missing settings from the settings sharing list. ([#765]() by @7w1) +* Various small adjustments to the themed profiles for better consistency. ([#777]() by @7w1) + ## 1.15.2 (2026-05-07) ### Fixes diff --git a/package.json b/package.json index cdcb0dea1..2438fcddf 100644 --- a/package.json +++ b/package.json @@ -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",