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/add-native-oidc-login.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-attachment-download-filenames.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-new-messages-divider-filtered-anchor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-new-messages-divider-refocus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-redacted-message-display.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-redacted-state-events.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_animal_idenity_reset.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_one_time_key_replenishment.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_unlickable_handles.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hide-register-when-disabled.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/improve-sable-theme-management.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/page-title-unread-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/show-room-members-dev-tools.md

This file was deleted.

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

## 1.20.0 (2026-07-16)

### Features

* Add Native OIDC (OAuth 2.0) login so you can sign in to and register on homeservers that use delegated authentication, such as continuwuity and Synapse with the Matrix Authentication Service. Sessions stay signed in through automatic token refresh, and signing out revokes the tokens on the server. ([#1071](<https://github.com/SableClient/Sable/pull/1071>) by @eleboucher)
* Show the unread mention count in the page title. ([#1093](<https://github.com/SableClient/Sable/pull/1093>) by @eleboucher)

### Fixes

* Use attachment filenames instead of captions when downloading files and harden unsafe download names. ([#1086](<https://github.com/SableClient/Sable/pull/1086>) by @7w1)
* Fix the new messages divider not appearing when the read receipt points at an event hidden from the timeline (reaction, edit, thread reply). ([#1101](<https://github.com/SableClient/Sable/pull/1101>) by @eleboucher)
* Fix the new messages divider staying at the room-open position instead of re-anchoring at the last read when the window loses focus. ([#1095](<https://github.com/SableClient/Sable/pull/1095>) by @eleboucher)
* Fix redacted messages rendering as "Unsupported message (no body)" instead of "Message deleted" with sliding sync. ([#1089](<https://github.com/SableClient/Sable/pull/1089>) by @eleboucher)
* Display redacted state events (membership, room name/topic/avatar, pins and other state events) as a "deleted" tombstone in the timeline instead of rendering them with empty/redacted content or hiding them, so the reply-to of a redaction highlights the redacted event. ([#1090](<https://github.com/SableClient/Sable/pull/1090>) by @eleboucher)
* Fix joining spaces with sliding sync enabled. ([#1085](<https://github.com/SableClient/Sable/pull/1085>) by @eleboucher)
* Fix resetting animal identity ([#1070](<https://github.com/SableClient/Sable/pull/1070>) by @nushea)
* Fix the sliding-sync presence fallback consuming one-time-key updates and to-device messages without processing them. ([#1078](<https://github.com/SableClient/Sable/pull/1078>) by @7w1)
* Fix clickable handles ([#1068](<https://github.com/SableClient/Sable/pull/1068>) by @nushea)
* Hide the "Register" link on the login page when the homeserver has registration disabled and offers no SSO to register through, so you are no longer sent to a dead-end registration page. ([#1073](<https://github.com/SableClient/Sable/pull/1073>) by @eleboucher)
* Add uploaded Sable CSS theme loading, automatic catalog updates, and a cleaner theme browser with full CSS viewing. ([#1087](<https://github.com/SableClient/Sable/pull/1087>) by @7w1)
* Show room members in developer tools. ([#1088](<https://github.com/SableClient/Sable/pull/1088>) by @7w1)

## 1.19.4 (2026-07-12)

### Fixes
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.19.4",
"version": "1.20.0",
"description": "An almost stable Matrix client",
"keywords": [],
"license": "AGPL-3.0-only",
Expand Down
Loading