Skip to content

Commit 1fe6bf1

Browse files
chore: prepare release 1.8.1
1 parent 621f402 commit 1fe6bf1

5 files changed

Lines changed: 9 additions & 16 deletions

File tree

.changeset/fix-direct-tab-double-badge.md

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

.changeset/fix-thread-fallback-reply-spec.md

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

.changeset/fix-timeline-refresh-scroll.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.8.1 (2026-03-15)
4+
5+
### Fixes
6+
7+
* Fix duplicate unread badges on the /direct/ icon for DM rooms already shown as individual sidebar avatars ([#289](https://github.com/SableClient/Sable/pull/289) by @Just-Insane)
8+
* Fix thread messages to include the required `m.in_reply_to` fallback pointing to the latest thread event, so unthreaded clients can display the reply chain correctly per the Matrix spec. ([#288](https://github.com/SableClient/Sable/pull/288) by @Just-Insane)
9+
* Fix spurious scroll-to-bottom and MaxListeners warnings on sync gap: stable callback refs and prevEventsLength guard in RoomTimeline, correct CallEmbed .bind(this) listener leak, stable refs in useCallSignaling, and unreadInfoRef to stop per-message listener churn ([#279](https://github.com/SableClient/Sable/pull/279) by @Just-Insane)
10+
311
## 1.8.0 (2026-03-14)
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.8.0",
3+
"version": "1.8.1",
44
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",

0 commit comments

Comments
 (0)