Skip to content

Commit 59b0cd9

Browse files
chore: prepare release 1.13.0
1 parent d79673b commit 59b0cd9

10 files changed

+20
-41
lines changed

.changeset/add_location_command.md

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

.changeset/add_quickreply_keybinds.md

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

.changeset/fix-pmp-encrypted.md

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

.changeset/fix-pmp-sending-message-with-attachments.md

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

.changeset/fix-sliding-sync-known-issues-link.md

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

.changeset/fix-sw-media-auth-401.md

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

.changeset/fix_pmp_jumbo_emoji_display.md

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

.changeset/move_filtering_pronouns_by_language_setting_to_appearance.md

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

CHANGELOG.md

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

3+
## 1.13.0 (2026-03-25)
4+
5+
### Features
6+
7+
* Add /location sharing command, and a /sharemylocation command. <!-- commit:75b5abb -->
8+
* Add quick reply keybinds by using <kbd>ctrl</kbd>+<kbd>up</kbd> / <kbd>ctrl</kbd>+<kbd>down</kbd> you can now cycle through the message you are replying to with keybinds <!-- commit:9444706 -->
9+
10+
### Fixes
11+
12+
* Fixes the most recent pmp message in encrypted rooms not consistently rendering the pmp and not grouping with previous pmps. <!-- commit:9f22f3c -->
13+
* fixed sending sticker and attachments while having a persona selected <!-- commit:f6f5e19 -->
14+
* Fix broken link to Sliding Sync known issues — now points to SableClient/Sable#39 instead of the old repository. <!-- commit:9d9e995 -->
15+
* Fix service worker authenticated media requests returning 401 errors after SW restart or when session data is missing/stale. <!-- commit:c4c99a5 -->
16+
* fix the display of jumbo emojis on messages sent with a persona <!-- commit:7338be2 -->
17+
18+
### Notes
19+
20+
* moved the setting for filtering pronouns by language from experimental to the appearance setting <!-- commit:b41c86b -->
21+
322
## 1.12.3 (2026-03-24)
423

524
### Fixes

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.12.3",
3+
"version": "1.13.0",
44
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "[email protected]+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",

0 commit comments

Comments
 (0)