Skip to content

Commit 5a5b38f

Browse files
authored
Merge pull request cinnyapp#86 from 7w1/7w1-patch-1
bump version
2 parents 8b90207 + 1bc44df commit 5a5b38f

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## 1.3.1 - 3/3/2026
4+
5+
- Important sliding sync config patches, notifications fixes, and client side toggle ([#85](https://github.com/7w1/sable/pull/85))
6+
37
## 1.3.0 - 3/2/2026
48

59
- Mobile push notifications! ([#44](https://github.com/7w1/sable/issues/44), [#49](https://github.com/7w1/sable/pull/49)) - [Evie Gauthier](https://github.com/Just-Insane)
6-
- Beta Simplified Sliding Sync support ([#67](https://github.com/7w1/sable/pull/67), ([#75](https://github.com/7w1/sable/pull/75)) - [Evie Gauthier](https://github.com/Just-Insane)
10+
- Beta Simplified Sliding Sync support ([#67](https://github.com/7w1/sable/pull/67), [#75](https://github.com/7w1/sable/pull/75)) - [Evie Gauthier](https://github.com/Just-Insane)
711
- Codebase cleanups, CI improvements, and docker builds ([#26](https://github.com/7w1/sable/pull/26), [#35](https://github.com/7w1/sable/pull/35), [#62](https://github.com/7w1/sable/pull/62), [#64](https://github.com/7w1/sable/pull/64), [#65](https://github.com/7w1/sable/pull/65)) - [haz](https://github.com/hazre)
812
- Add room/space specific pronouns, when enabled by room/space admin. ([#30](https://github.com/7w1/sable/issues/30))
913
- Add validation to timezones before rendering.

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.0",
3+
"version": "1.3.1",
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.0
17+
v1.3.1
1818
</Text>
1919
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
2020
Twitter

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.0
22+
v1.3.1
2323
</a>
2424
</span>
2525
}

0 commit comments

Comments
 (0)