diff --git a/.changeset/change-code-block-highlighting-to-arborium.md b/.changeset/change-code-block-highlighting-to-arborium.md deleted file mode 100644 index 1071ef3dc..000000000 --- a/.changeset/change-code-block-highlighting-to-arborium.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Improve code blocks with faster, more accurate syntax highlighting, broader language support, and separate light and dark theme options. diff --git a/.changeset/feat-collpase-folder-setting.md b/.changeset/feat-collpase-folder-setting.md deleted file mode 100644 index b49339c45..000000000 --- a/.changeset/feat-collpase-folder-setting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Add a setting to collapse sidebar folders by default. diff --git a/.changeset/feat-dismiss-local-echo.md b/.changeset/feat-dismiss-local-echo.md deleted file mode 100644 index 4fa2adbb4..000000000 --- a/.changeset/feat-dismiss-local-echo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Add a "Dismiss" button to command response messages. diff --git a/.changeset/fix-focus-capture-reply.md b/.changeset/fix-focus-capture-reply.md deleted file mode 100644 index 30b559f9c..000000000 --- a/.changeset/fix-focus-capture-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix reply button not capturing editor focus. diff --git a/.changeset/fix-formatted-body-linkify.md b/.changeset/fix-formatted-body-linkify.md deleted file mode 100644 index cbd310aba..000000000 --- a/.changeset/fix-formatted-body-linkify.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fixes links not being clickable in formatted messages, including messages that use abbreviations. diff --git a/.changeset/fix-hidden-names.md b/.changeset/fix-hidden-names.md deleted file mode 100644 index b3aa8fb1a..000000000 --- a/.changeset/fix-hidden-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix some zero-width (invisible) names diff --git a/.changeset/fix-pmp-encrypted-sticky-scrolling.md b/.changeset/fix-pmp-encrypted-sticky-scrolling.md deleted file mode 100644 index df6d3b941..000000000 --- a/.changeset/fix-pmp-encrypted-sticky-scrolling.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fixed the "sticky scrolling" issue in encrypted rooms with many PMP messages. diff --git a/.changeset/pr-602-centered-zoom.md b/.changeset/pr-602-centered-zoom.md deleted file mode 100644 index 35c1a550e..000000000 --- a/.changeset/pr-602-centered-zoom.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Image zooming is now centered on the cursor position diff --git a/.changeset/pr-602-multiplicative-zoom.md b/.changeset/pr-602-multiplicative-zoom.md deleted file mode 100644 index 7a4def730..000000000 --- a/.changeset/pr-602-multiplicative-zoom.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Image zooming is now multiplicative instead of additive, resulting in a consistent "zooming speed". diff --git a/.changeset/pr-602-zoom-buttons.md b/.changeset/pr-602-zoom-buttons.md deleted file mode 100644 index 3c5ab5df6..000000000 --- a/.changeset/pr-602-zoom-buttons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Image zoom buttons now zoom towards the center of the screen diff --git a/.changeset/remove-right-click-drag.md b/.changeset/remove-right-click-drag.md deleted file mode 100644 index 1627565d1..000000000 --- a/.changeset/remove-right-click-drag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Right clicks no longer drag images in the viewer. diff --git a/.changeset/settings-links.md b/.changeset/settings-links.md deleted file mode 100644 index 7e36f2cc7..000000000 --- a/.changeset/settings-links.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -You can now share direct links to specific settings, and opening one takes you to the right section and highlights the target option. diff --git a/.changeset/settings-route-based-navigation.md b/.changeset/settings-route-based-navigation.md deleted file mode 100644 index ff0abe0cb..000000000 --- a/.changeset/settings-route-based-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Settings now use route-based navigation with improved desktop and mobile behavior, including better back and close handling. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0dbcb8e..033b6ecdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Sable Client Changelog +## 1.14.0 (2026-04-05) + +### Features + +* Improve code blocks with faster, more accurate syntax highlighting, broader language support, and separate light and dark theme options. ([#576](https://github.com/SableClient/Sable/pull/576) by @hazre) +* Add a setting to collapse sidebar folders by default. ([#624](https://github.com/SableClient/Sable/pull/624) by @7w1) +* Add a "Dismiss" button to command response messages. ([#625](https://github.com/SableClient/Sable/pull/625) by @7w1) +* You can now share direct links to specific settings, and opening one takes you to the right section and highlights the target option. ([#577](https://github.com/SableClient/Sable/pull/577) by @hazre) +* Settings now use route-based navigation with improved desktop and mobile behavior, including better back and close handling. ([#577](https://github.com/SableClient/Sable/pull/577) by @hazre) + +### Fixes + +* Fix reply button not capturing editor focus. ([#623](https://github.com/SableClient/Sable/pull/623) by @7w1) +* Fixes links not being clickable in formatted messages, including messages that use abbreviations. ([#632](https://github.com/SableClient/Sable/pull/632) by @hazre) +* Fix some zero-width (invisible) names ([#640](https://github.com/SableClient/Sable/pull/640) by @nushea) +* Fixed the "sticky scrolling" issue in encrypted rooms with many PMP messages. ([#626](https://github.com/SableClient/Sable/pull/626) by @Septicity) +* Image zooming is now centered on the cursor position ([#602](https://github.com/SableClient/Sable/pull/602) by @mini-bomba) +* Image zooming is now multiplicative instead of additive, resulting in a consistent "zooming speed". ([#602](https://github.com/SableClient/Sable/pull/602) by @mini-bomba) +* Image zoom buttons now zoom towards the center of the screen ([#602](https://github.com/SableClient/Sable/pull/602) by @mini-bomba) +* Right clicks no longer drag images in the viewer. ([#620](https://github.com/SableClient/Sable/pull/620) by @Septicity) + ## 1.13.1 (2026-03-30) ### Fixes diff --git a/package.json b/package.json index cab220bb1..980aa4b64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sable", - "version": "1.13.1", + "version": "1.14.0", "description": "An almost stable Matrix client", "type": "module", "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",