From 7661bfa2e49709b5cff92d869953b7cd805cb722 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:33:39 +0000 Subject: [PATCH] chore: prepare release 1.13.1 --- .changeset/add_shorts_support_to_fix_crash.md | 5 ----- .changeset/fix-matrix-html-sanitization.md | 5 ----- .changeset/fix-youtube-url-crash.md | 5 ----- .changeset/fix_pmp_id_handling.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/add_shorts_support_to_fix_crash.md delete mode 100644 .changeset/fix-matrix-html-sanitization.md delete mode 100644 .changeset/fix-youtube-url-crash.md delete mode 100644 .changeset/fix_pmp_id_handling.md diff --git a/.changeset/add_shorts_support_to_fix_crash.md b/.changeset/add_shorts_support_to_fix_crash.md deleted file mode 100644 index a7396c050..000000000 --- a/.changeset/add_shorts_support_to_fix_crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Add youtube shorts support to stop it from crashing sable. diff --git a/.changeset/fix-matrix-html-sanitization.md b/.changeset/fix-matrix-html-sanitization.md deleted file mode 100644 index 0cd57e65c..000000000 --- a/.changeset/fix-matrix-html-sanitization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix rich-text reply previews and custom-formatted messages so unsafe HTML is filtered more strictly and Matrix colors render correctly. diff --git a/.changeset/fix-youtube-url-crash.md b/.changeset/fix-youtube-url-crash.md deleted file mode 100644 index d372ff6d5..000000000 --- a/.changeset/fix-youtube-url-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix crash when previewing non-video YouTube URLs (channels, @handles, etc.) that lack query parameters. diff --git a/.changeset/fix_pmp_id_handling.md b/.changeset/fix_pmp_id_handling.md deleted file mode 100644 index 77dac71f5..000000000 --- a/.changeset/fix_pmp_id_handling.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -fix id handling and id generation for Personas diff --git a/CHANGELOG.md b/CHANGELOG.md index 9808f917d..8d0dbcb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Sable Client Changelog +## 1.13.1 (2026-03-30) + +### Fixes + +* Add youtube shorts support to stop it from crashing sable. ([#578](https://github.com/SableClient/Sable/pull/578) by @nushea) +* Fix rich-text reply previews and custom-formatted messages so unsafe HTML is filtered more strictly and Matrix colors render correctly. ([#571](https://github.com/SableClient/Sable/pull/571) by @hazre) +* Fix crash when previewing non-video YouTube URLs (channels, @handles, etc.) that lack query parameters. ([#584](https://github.com/SableClient/Sable/pull/584) by @Just-Insane) +* fix id handling and id generation for Personas ([#583](https://github.com/SableClient/Sable/pull/583) by @dozro) + ## 1.13.0 (2026-03-28) ### Features diff --git a/package.json b/package.json index 3480ad70b..0f8bd3df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sable", - "version": "1.13.0", + "version": "1.13.1", "description": "An almost stable Matrix client", "type": "module", "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",