Skip to content

Commit 1f6b87b

Browse files
authored
chore: prepare release 1.16.1 (SableClient#844)
> [!IMPORTANT] > Merging this PR will create a new release. ## Fixes * Fix issues related to editing messages with links losing previews or gaining \<> ([SableClient#847](<SableClient#847>) by @7w1) * Made markdown headers also function properly with single new lines instead of only two new lines. ([SableClient#837](<SableClient#837>) by @7w1) * Fix mentions not being linkfied. ([SableClient#837](<SableClient#837>) by @7w1) * Fixed crash when rendering some `m.room.pinned_events` timeline rows (old/malformed pin state edge case). ([SableClient#848](<SableClient#848>) by @7w1) * Fixed reply chips for deleted messages and media without captions showing `m.room.message` type instead of the event. ([SableClient#846](<SableClient#846>) by @7w1) * Fixed room pings looking like normal message links instead of pings. ([SableClient#837](<SableClient#837>) by @7w1) * Properly centered message loading indicators to avoid brief scrollbar shift while loading messages. ([SableClient#849](<SableClient#849>) by @7w1)
2 parents 8de7ad2 + 2a10bed commit 1f6b87b

9 files changed

Lines changed: 13 additions & 36 deletions

.changeset/fix-link-editing-issues.md

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

.changeset/fix-markdown-header-stuff.md

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

.changeset/fix-mentions-not-linked.md

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

.changeset/fix-pinned-events-timeline-crash.md

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

.changeset/fix-reply-preview-blank-bodies.md

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

.changeset/fix-room-ping-label.md

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

.changeset/fix-timeline-pagination-spinner-layout.md

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

CHANGELOG.md

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

3+
## 1.16.1 (2026-05-15)
4+
5+
### Fixes
6+
7+
* Fix issues related to editing messages with links losing previews or gaining \<> ([#847](<https://github.com/SableClient/Sable/pull/847>) by @7w1)
8+
* Made markdown headers also function properly with single new lines instead of only two new lines. ([#837](<https://github.com/SableClient/Sable/pull/837>) by @7w1)
9+
* Fix mentions not being linkfied. ([#837](<https://github.com/SableClient/Sable/pull/837>) by @7w1)
10+
* Fixed crash when rendering some `m.room.pinned_events` timeline rows (old/malformed pin state edge case). ([#848](<https://github.com/SableClient/Sable/pull/848>) by @7w1)
11+
* Fixed reply chips for deleted messages and media without captions showing `m.room.message` type instead of the event. ([#846](<https://github.com/SableClient/Sable/pull/846>) by @7w1)
12+
* Fixed room pings looking like normal message links instead of pings. ([#837](<https://github.com/SableClient/Sable/pull/837>) by @7w1)
13+
* Properly centered message loading indicators to avoid brief scrollbar shift while loading messages. ([#849](<https://github.com/SableClient/Sable/pull/849>) by @7w1)
14+
315
## 1.16.0 (2026-05-14)
416

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

0 commit comments

Comments
 (0)