Skip to content

Commit a8b3341

Browse files
chore: prepare release 1.21.1
1 parent a12f550 commit a8b3341

5 files changed

Lines changed: 21 additions & 12 deletions

File tree

.changeset/fix-forum-routing.md

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

CHANGELOG.md

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

3+
## 1.21.1 (2026-08-18)
4+
5+
### Fixes
6+
7+
* Fix forum rooms opening in the normal chat view and improve forum post and thread navigation. by @7w1 in #1839
8+
39
## 1.21.0 (2026-08-17)
410

511
### Features

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.21.0",
3+
"version": "1.21.1",
44
"description": "An almost stable Matrix client",
55
"keywords": [],
66
"license": "AGPL-3.0-only",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sable"
3-
version = "1.21.0"
3+
version = "1.21.1"
44
description = "Yet another matrix client but better"
55
authors = ["Sable Maintainers"]
66
license = "AGPL-3.0-or-later"

src-tauri/tauri.conf.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Sable",
4-
"version": "1.21.0",
4+
"version": "1.21.1",
55
"identifier": "moe.sable.client",
66
"build": {
77
"frontendDist": "../dist",
@@ -64,7 +64,9 @@
6464
},
6565
"plugins": {
6666
"updater": {
67-
"endpoints": ["https://github.com/SableClient/Sable/releases/latest/download/latest.json"],
67+
"endpoints": [
68+
"https://github.com/SableClient/Sable/releases/latest/download/latest.json"
69+
],
6870
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEM0NDc2QkI0NjdCODlEQUUKUldTdW5iaG50R3RIeFBQeGFwcDZNcGhCQ2Y4UFgzVnptRmNRZjRoVDl0MkdOZmREdC9pTUZrZnAK"
6971
},
7072
"typegen": {
@@ -78,11 +80,17 @@
7880
},
7981
"deep-link": {
8082
"desktop": {
81-
"schemes": ["sable", "moe.sable.app"]
83+
"schemes": [
84+
"sable",
85+
"moe.sable.app"
86+
]
8287
},
8388
"mobile": [
8489
{
85-
"scheme": ["sable", "moe.sable.app"],
90+
"scheme": [
91+
"sable",
92+
"moe.sable.app"
93+
],
8694
"appLink": false
8795
}
8896
]
@@ -104,4 +112,4 @@
104112
]
105113
}
106114
}
107-
}
115+
}

0 commit comments

Comments
 (0)