Skip to content

Commit fe1c4f9

Browse files
chore: prepare release 1.10.0
1 parent a6b6292 commit fe1c4f9

7 files changed

Lines changed: 14 additions & 26 deletions

.changeset/fix-color-parser.md

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

.changeset/fix-delated-file-uploads.md

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

.changeset/fix-reply-rendering.md

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

.changeset/fix-thread-replies.md

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

.changeset/remove_pip_video_setting_now_that_we_have_sable_call.md

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

CHANGELOG.md

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

3+
## 1.10.0 (2026-03-17)
4+
5+
### Features
6+
7+
* Remove pip video setting now that we have sable call ([#324](https://github.com/SableClient/Sable/pull/324) by @beef331)
8+
9+
### Fixes
10+
11+
* Fix opacity rendering in name colors. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1)
12+
* Fix sending scheduled file attachments. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1)
13+
* Fix replies rendering new lines when messages have lists. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1)
14+
* Fix threads rendering fallback replies. ([#325](https://github.com/SableClient/Sable/pull/325) by @7w1)
15+
316
## 1.9.1 (2026-03-17)
417

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

0 commit comments

Comments
 (0)