diff --git a/.changeset/fix-edit-button.md b/.changeset/fix-edit-button.md deleted file mode 100644 index 99ebc6fb7..000000000 --- a/.changeset/fix-edit-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix edit button not always editing. diff --git a/.changeset/fix-search.md b/.changeset/fix-search.md deleted file mode 100644 index 3e23d0afd..000000000 --- a/.changeset/fix-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix search/nav/links/etc not loading messages. diff --git a/.changeset/fix-timeline-scroll.md b/.changeset/fix-timeline-scroll.md deleted file mode 100644 index ea6ad4c5b..000000000 --- a/.changeset/fix-timeline-scroll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix timeline not sticking to the bottom in non-reduced motion setting. diff --git a/.changeset/replace-morg.md b/.changeset/replace-morg.md deleted file mode 100644 index 232670fda..000000000 --- a/.changeset/replace-morg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Replace matrix.org with matrixrooms.info in default featured servers section. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdc954d4..74a36479c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Sable Client Changelog +## 1.10.2 (2026-03-20) + +### Fixes + +* Fix edit button not always editing. ([#413](https://github.com/SableClient/Sable/pull/413) by @7w1) +* Fix search/nav/links/etc not loading messages. ([#413](https://github.com/SableClient/Sable/pull/413) by @7w1) +* Fix timeline not sticking to the bottom in non-reduced motion setting. ([#413](https://github.com/SableClient/Sable/pull/413) by @7w1) +* Replace matrix.org with matrixrooms.info in default featured servers section. ([#413](https://github.com/SableClient/Sable/pull/413) by @7w1) + ## 1.10.1 (2026-03-20) ### Fixes diff --git a/package.json b/package.json index fd5e08d8b..80fac15a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sable", - "version": "1.10.1", + "version": "1.10.2", "description": "An almost stable Matrix client", "type": "module", "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",