Skip to content

Commit 4dbf29d

Browse files
authored
Merge pull request #94 from 7w1/changelog-updates
1.3.2 changelog and metadata updates
2 parents 1b77588 + a4da422 commit 4dbf29d

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# Sable Client Changelog
22

3-
## 1.3.2 - in dev
4-
5-
- Replace `-#` small html tag with sub html tag to comply with spec.
3+
## 1.3.2 - 3/3/2026
4+
5+
- Content toggles in push notifications ([#88](https://github.com/7w1/sable/pull/88)) - [Evie Gauthier](https://github.com/Just-Insane)
6+
- /rainbow command, supports markdown ([#105](https://github.com/7w1/sable/pull/105))
7+
- Settings interface consistency updates ([#89](https://github.com/7w1/sable/pull/89), [#97](https://github.com/7w1/sable/pull/97)) - [Rosy-iso](https://github.com/Rosy-iso)
8+
- Display statuses ([#98](https://github.com/7w1/sable/pull/98)) - [Shea](https://github.com/nushea)
9+
- Set statuses and improve member list status apperance ([#110](https://github.com/7w1/sable/pull/110))
10+
- More sliding sync bug fixes and improvements ([#87](https://github.com/7w1/sable/pull/87)) - [Evie Gauthier](https://github.com/Just-Insane)
11+
- Replace `-#` small html tag with sub html tag to comply with spec. ([#90](https://github.com/7w1/sable/pull/90))
12+
- Update reset all notifications button styles to conform better. ([#100](https://github.com/7w1/sable/pull/100))
13+
- Fix user registration flow ([#101](https://github.com/7w1/sable/pull/101)) - [Evie Gauthier](https://github.com/Just-Insane)
14+
- Add homeserver info to About page ([#84](https://github.com/7w1/sable/pull/84)) - [Rosy-iso](https://github.com/Rosy-iso)
15+
- Add Accord theme, similar to another -cord ([#102](https://github.com/7w1/sable/pull/102)) - [kr0nst](https://github.com/kr0nst)
16+
- Add Cinny Silver theme ([#80](https://github.com/7w1/sable/issues/80), [#108](https://github.com/7w1/sable/pull/108))
17+
- Potentially fix bio scroll appearing when it shouldn't ([#104](https://github.com/7w1/sable/pull/104))
18+
- Add /raw command to send raw message events ([#96](https://github.com/7w1/sable/issues/96), [#106](https://github.com/7w1/sable/pull/106))
19+
- Adds a reset button and changes the system sync button to text for clarity ([#103](https://github.com/7w1/sable/issues/103), [#107](https://github.com/7w1/sable/pull/107))
20+
- Fix logout flow to improve UX ([#111](https://github.com/7w1/sable/pull/111))
621

722
## 1.3.1 - 3/3/2026
823

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ After that, you can copy the dist/ directory to your server and serve it.
6767
Execute the following commands to start a development server:
6868
```sh
6969
npm ci # Installs all dependencies
70-
npm start # Serve a development version
70+
npm run dev # Serve a development version
7171
```
7272

7373
To build the app:

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.1",
3+
"version": "1.3.2",
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.1
17+
v1.3.2
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.1
22+
v1.3.2
2323
</a>
2424
</span>
2525
}

0 commit comments

Comments
 (0)