Skip to content

Commit e33a88f

Browse files
chore: prepare release 1.13.1
1 parent f60bd22 commit e33a88f

6 files changed

Lines changed: 10 additions & 21 deletions

File tree

.changeset/add_shorts_support_to_fix_crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-matrix-html-sanitization.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-youtube-url-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix_pmp_id_handling.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Sable Client Changelog
22

3+
## 1.13.1 (2026-03-30)
4+
5+
### Fixes
6+
7+
* Add youtube shorts support to stop it from crashing sable. <!-- commit:f4ddda6 -->
8+
* Fix rich-text reply previews and custom-formatted messages so unsafe HTML is filtered more strictly and Matrix colors render correctly. <!-- commit:768a05f -->
9+
* Fix crash when previewing non-video YouTube URLs (channels, @handles, etc.) that lack query parameters. <!-- commit:4a110ea -->
10+
* fix id handling and id generation for Personas <!-- commit:dae8e6a -->
11+
312
## 1.13.0 (2026-03-28)
413

514
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sable",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",

0 commit comments

Comments
 (0)