diff --git a/.changeset/fix-color-parser.md b/.changeset/fix-color-parser.md deleted file mode 100644 index 0abdd8938..000000000 --- a/.changeset/fix-color-parser.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix opacity rendering in name colors. diff --git a/.changeset/fix-delated-file-uploads.md b/.changeset/fix-delated-file-uploads.md deleted file mode 100644 index c3d5f936d..000000000 --- a/.changeset/fix-delated-file-uploads.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix sending scheduled file attachments. diff --git a/.changeset/fix-reply-rendering.md b/.changeset/fix-reply-rendering.md deleted file mode 100644 index 413388960..000000000 --- a/.changeset/fix-reply-rendering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix replies rendering new lines when messages have lists. diff --git a/.changeset/fix-thread-replies.md b/.changeset/fix-thread-replies.md deleted file mode 100644 index d10cf9d9f..000000000 --- a/.changeset/fix-thread-replies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix threads rendering fallback replies. diff --git a/.changeset/remove_pip_video_setting_now_that_we_have_sable_call.md b/.changeset/remove_pip_video_setting_now_that_we_have_sable_call.md deleted file mode 100644 index 808f85877..000000000 --- a/.changeset/remove_pip_video_setting_now_that_we_have_sable_call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Remove pip video setting now that we have sable call diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8da7e0e..1f6792b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Sable Client Changelog +## 1.9.2 (2026-03-17) + +### Fixes + +* Fix opacity rendering in name colors. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1) +* Fix sending scheduled file attachments. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1) +* Fix replies rendering new lines when messages have lists. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1) +* Fix threads rendering fallback replies. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1) +* Remove pip video setting now that we have sable call ([#324](https://github.com/SableClient/Sable/pull/324) by @beef331) + ## 1.9.1 (2026-03-17) ### Fixes diff --git a/package.json b/package.json index b62cac81b..af125cf18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sable", - "version": "1.9.1", + "version": "1.9.2", "description": "An almost stable Matrix client", "type": "module", "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",