Skip to content
Merged
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-close-menu-reactions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-file-extension-for-gifs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-autocomplete-crash-edits.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-call-button-reactivity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-recent-emoji-format.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 1.19.2 (2026-07-09)

### Fixes

* Fix right click menu not closing when viewing reactions. ([#1045](<https://github.com/SableClient/Sable/pull/1045>) by @7w1)
* Send gifs with proper file extensions in body. ([#1045](<https://github.com/SableClient/Sable/pull/1045>) by @7w1)
* Fix crash in autocomplete menu when editing messages. ([#1045](<https://github.com/SableClient/Sable/pull/1045>) by @7w1)
* Ensure call buttons appear/disappear when relevant state events occur. ([#1045](<https://github.com/SableClient/Sable/pull/1045>) by @7w1)
* Fix format for recent emojis and related crash. ([#1045](<https://github.com/SableClient/Sable/pull/1045>) by @7w1)
* Fix sliding sync debug saying sliding when it is in fact not sliding. ([#1045](<https://github.com/SableClient/Sable/pull/1045>) by @7w1)
* Fix very small little visual issues you probably didnt even notice 🙏 ([#1038](<https://github.com/SableClient/Sable/pull/1038>) by @nushea)

## 1.19.1 (2026-07-09)

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