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/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/CHANGELOG.md b/CHANGELOG.md index 8d0dbcb8e..e5caa0990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Sable Client Changelog +## 1.14.0 (2026-03-31) + +### Features + +* Improve code blocks with faster, more accurate syntax highlighting, broader language support, and separate light and dark theme options. + +### Fixes + +* Image zooming is now centered on the cursor position +* Image zooming is now multiplicative instead of additive, resulting in a consistent "zooming speed". +* Image zoom buttons now zoom towards the center of the screen + ## 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",