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/feat_add_allow_arbitrary_animal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-cat-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-encrypted-thread-messages.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-pin-crash-sticker.md

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-twemoji-font-unicode-range.md

This file was deleted.

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

## 1.19.0 (2026-06-23)

### Features

* Change animal identity to allow arbitrary animals ([#984](<https://github.com/SableClient/Sable/pull/984>) by @nushea)
* Change profile handle part to a button that copies it ([#981](<https://github.com/SableClient/Sable/pull/981>) by @nushea)
* Add search message keybind and combine sidebar items. ([#943](<https://github.com/SableClient/Sable/pull/943>) by @nushea)
* Add option for showing icons only when available and changed default to it ([#978](<https://github.com/SableClient/Sable/pull/978>) by @nushea)
* Add CTRL+E shortcut to editor to bring sticker menu up ([#982](<https://github.com/SableClient/Sable/pull/982>) by @nushea)

### Fixes

* Fix cat status not being present on its own. ([#971](<https://github.com/SableClient/Sable/pull/971>) by @nikiwastaken)
* Fix encrypted thread messages not appearing until reopened. ([#975](<https://github.com/SableClient/Sable/pull/975>) by @7w1)
* Fix crash when opening pins with stickers. ([#972](<https://github.com/SableClient/Sable/pull/972>) by @7w1)
* Reverse the order of message header elements in the right aligned bubbles layout. ([#967](<https://github.com/SableClient/Sable/pull/967>) by @EphemeralFog)
* Fix timeline sorting order regression when "show hidden events" is enabled. ([#974](<https://github.com/SableClient/Sable/pull/974>) by @7w1)
* Fix Collapsed mode showing the wrong icon ([#978](<https://github.com/SableClient/Sable/pull/978>) by @nushea)
* Fix poll crashing sable if interacted with different clients ([#969](<https://github.com/SableClient/Sable/pull/969>) by @nushea)
* Update `@sableclient/twemoji-font` to fix missing Twemoji emoji coverage. ([#964](<https://github.com/SableClient/Sable/pull/964>) by @7w1)

## 1.18.3 (2026-06-17)

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