Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cache-sliding-sync-room-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-bridged-avatars-sliding-sync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-sliding-sync-member-profiles.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-sliding-sync-subspaces.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-space-icons-sliding-sync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-sticker-packs-sliding-sync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-timeline-auto-follow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-typing-indicator-scroll-snap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-various-visual-fixes.md

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Sable Client Changelog

## 1.20.1 (2026-07-19)

### Fixes

* Cache room banners, abbreviations, power-level labels, and widgets for faster sliding sync warm starts. ([#1118](<https://github.com/SableClient/Sable/pull/1118>) by @7w1)
* Fix missing profile pictures for bridged users in the timeline when using sliding sync. ([#1112](<https://github.com/SableClient/Sable/pull/1112>) by @7w1, @eleboucher)
* Fix display names for read receipts, event relations, and state events when using sliding sync with the member drawer closed. ([#1111](<https://github.com/SableClient/Sable/pull/1111>) by @7w1)
* Fix a regression making subspaces with emote packs being listed as separate spaces on sliding-sync. ([#1119](<https://github.com/SableClient/Sable/pull/1119>) by @mortebrume)
* Fix space icons staying blank on first open with sliding sync until the sidebar was remounted. ([#1112](<https://github.com/SableClient/Sable/pull/1112>) by @7w1, @eleboucher)
* Fix sticker and emote packs hosted on space rooms not loading with sliding sync, and load pack rooms before the emoji board is first opened. ([#1112](<https://github.com/SableClient/Sable/pull/1112>) by @7w1, @eleboucher)
* Fix the timeline not reliably following new messages when pinned to the bottom, and stop the browser's scroll anchoring from fighting the virtualized message list. ([#1105](<https://github.com/SableClient/Sable/pull/1105>) by @eleboucher)
* Show the typing indicator as its own row instead of an overlay so it no longer hides the last message, and stop the timeline from snapping to the bottom when you scroll back down after messages arrived off-screen. ([#1113](<https://github.com/SableClient/Sable/pull/1113>) by @eleboucher)
* Various visual tweaks ([#1114](<https://github.com/SableClient/Sable/pull/1114>) by @nushea)
* Fix overlapping Bookmarks and Bold Text shortcut ([#1120](<https://github.com/SableClient/Sable/pull/1120>) by @cyrneko)

## 1.20.0 (2026-07-17)

### Security
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sable",
"version": "1.20.0",
"version": "1.20.1",
"description": "An almost stable Matrix client",
"keywords": [],
"license": "AGPL-3.0-only",
Expand Down
Loading