Skip to content

Commit e086398

Browse files
authored
Merge pull request #334 from SableClient/release
chore: prepare release 1.9.3
2 parents 399890b + 55d27dc commit e086398

9 files changed

Lines changed: 13 additions & 36 deletions

.changeset/fix-autocomplete-selection.md

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

.changeset/fix-empty-message.md

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

.changeset/fix-enter-autocomplete.md

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

.changeset/fix-image-render.md

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

.changeset/fix-macos-casing.md

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

.changeset/improved_voice_message_recording_ui_it_should_now_feel_a_lot_more_intergrated_.md

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

.changeset/sentry-opt-in-crash-reporting.md

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

CHANGELOG.md

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

3+
## 1.9.3 (2026-03-17)
4+
5+
### Fixes
6+
7+
* Fix autocomplete Enter & Tab key always selecting the first item and the first item not being highlighted on open. ([#310](https://github.com/SableClient/Sable/pull/310) by @Just-Insane)
8+
* Fix messages with body empty but formatted body filled rendering as empty. ([#337](https://github.com/SableClient/Sable/pull/337) by @7w1)
9+
* Fix emoticon autocomplete not respecting character threshold setting. ([#337](https://github.com/SableClient/Sable/pull/337) by @7w1)
10+
* Fix images without explicit dimensions not appearing. ([#338](https://github.com/SableClient/Sable/pull/338) by @7w1)
11+
* Fix Mac OS to macOS in the the devices tab ([#328](https://github.com/SableClient/Sable/pull/328) by @DidiDidi129)
12+
* Improved voice message recording UI, it should now feel a lot more integrated. ([#311](https://github.com/SableClient/Sable/pull/311) by @hazre)
13+
* Add opt-in Sentry crash reporting with a consent banner. ([#333](https://github.com/SableClient/Sable/pull/333) by @Just-Insane)
14+
315
## 1.9.2 (2026-03-17)
416

517
### 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.9.2",
3+
"version": "1.9.3",
44
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",

0 commit comments

Comments
 (0)