Skip to content

Commit 8ed41cb

Browse files
authored
Merge pull request #121 from 7w1/changelog-updates
1.3.3 Changelog updates and version bump
2 parents bea1aa1 + 40665ed commit 8ed41cb

5 files changed

Lines changed: 21 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## 1.3.3 - 3/4/2026
4+
5+
- Fix unread counts and dot badges for muted rooms ([#118](https://github.com/7w1/sable/pull/118)) - [Evie Gauthier](https://github.com/Just-Insane)
6+
- /raw, /rawmsg, /rawacc, /delacc, /setext, /delext for modifying arbitrary data in various places. Do not use them if you don't know what they mean. It can break things. Locked behind developer tools settings. ([#120](https://github.com/7w1/sable/pull/120))
7+
- Quick reactions by typing +:emoji and hitting tab ([#132](https://github.com/7w1/sable/pull/132)) - [mini-bomba](https://github.com/mini-bomba)
8+
- Add support for [MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140) scheduled messages on homeservers that support it ([#113](https://github.com/7w1/sable/pull/113))
9+
- Add /discardsession command to force discard e2ee session in current room ([#119](https://github.com/7w1/sable/issues/119), [#123](https://github.com/7w1/sable/pull/123))
10+
- Fix consistency of nicknames in dm rooms ([#122](https://github.com/7w1/sable/pull/122)) - [Rose](https://github.com/dozro)
11+
- Message sending improvements, color change instead of "Sending..." message. ([#128](https://github.com/7w1/sable/pull/128)) - [Evie Gauthier](https://github.com/Just-Insane)
12+
- Fix view source scroll bar. ([#125](https://github.com/7w1/sable/pull/125))
13+
- Added back Cinny Light theme as an option ([#80](https://github.com/7w1/sable/issues/80), [#126](https://github.com/7w1/sable/pull/126))
14+
- Fix auto capitalization in login screen ([#131](https://github.com/7w1/sable/pull/131)) - [Rose](https://github.com/dozro)
15+
- Automated deployments with Cloudflare Workers IaC ([#116](https://github.com/7w1/sable/pull/116)) - [haz](https://github.com/hazre)
16+
- Notification delivery, account switching, and unread count toggle fixes ([#127](https://github.com/7w1/sable/pull/127)) - [Evie Gauthier](https://github.com/Just-Insane)
17+
- More sliding sync fixes: cache emoji packs and fix edit message rendering ([#134](https://github.com/7w1/sable/pull/134)) - [Evie Gauthier](https://github.com/Just-Insane)
18+
319
## 1.3.2 - 3/3/2026
420

521
- Content toggles in push notifications ([#88](https://github.com/7w1/sable/pull/88)) - [Evie Gauthier](https://github.com/Just-Insane)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.2",
3+
"version": "1.3.3",
44
"description": "Yet another matrix client fork",
55
"type": "module",
66
"packageManager": "npm@11.11.0",

src/app/pages/auth/AuthFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function AuthFooter() {
1414
target="_blank"
1515
rel="noreferrer"
1616
>
17-
v1.3.2
17+
v1.3.3
1818
</Text>
1919
<Text as="a" size="T300" href="https://matrix.org" target="_blank" rel="noreferrer">
2020
Powered by Matrix

src/app/pages/client/WelcomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function WelcomePage() {
1919
<span>
2020
Yet another matrix client fork.{' '}
2121
<a href="https://github.com/7w1/sable" target="_blank" rel="noreferrer noopener">
22-
v1.3.2
22+
v1.3.3
2323
</a>
2424
</span>
2525
}

0 commit comments

Comments
 (0)