Skip to content

Commit 2e08ac3

Browse files
authored
chore: prepare release 1.15.1 (#739)
> [!IMPORTANT] > Merging this PR will create a new release. ## Fixes * Fix editing messages with custom emojis being converted into html tags. ([#749](#749) by @7w1) * Fix muted rooms appearing as standard unread rooms. ([#750](#750) by @7w1) * Fix the call stack size crash on load when sliding sync is enabled. ([#748](#748) by @7w1)
2 parents 34fbfda + c63df9b commit 2e08ac3

5 files changed

Lines changed: 9 additions & 16 deletions

File tree

.changeset/fix-emojis-edits.md

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

.changeset/fix-notifs-muted.md

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

.changeset/fix-sliding-sync-call-stack-crash.md

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

CHANGELOG.md

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

3+
## 1.15.1 (2026-05-05)
4+
5+
### Fixes
6+
7+
* Fix editing messages with custom emojis being converted into html tags. ([#749](https://github.com/SableClient/Sable/pull/749) by @7w1)
8+
* Fix muted rooms appearing as standard unread rooms. ([#750](https://github.com/SableClient/Sable/pull/750) by @7w1)
9+
* Fix the call stack size crash on load when sliding sync is enabled. ([#748](https://github.com/SableClient/Sable/pull/748) by @7w1)
10+
311
## 1.15.0 (2026-05-05)
412

513
### 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.15.0",
3+
"version": "1.15.1",
44
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",

0 commit comments

Comments
 (0)