diff --git a/.changeset/add-misskey-flavored-markdown.md b/.changeset/add-misskey-flavored-markdown.md deleted file mode 100644 index 3ac6c8fb6..000000000 --- a/.changeset/add-misskey-flavored-markdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Add support for misskey-flavored markdown color definitions. E.g. `$[fg.color=f00 bg.color=00ff00 red on green]`. diff --git a/.changeset/add_per_room_icon_display.md b/.changeset/add_per_room_icon_display.md deleted file mode 100644 index 6e20d1371..000000000 --- a/.changeset/add_per_room_icon_display.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Add per Space setting for when to show room icons in sidebar diff --git a/.changeset/feat_image_viewer_changes.md b/.changeset/feat_image_viewer_changes.md deleted file mode 100644 index a026706b3..000000000 --- a/.changeset/feat_image_viewer_changes.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -default: minor ---- - -Change Image Viewer to feel more natural to use. - -- Fixed zoom gestures generally not working on mobile. -- Changed the % number in the top right to reflect the zoom of the original image as opposed to the change from it fitting the container. -- Made the zoom pill allow entering custom values. -- Added a button that zooms you to the original size of the image, and a button to return to the size that fills the container. -- Added a pixelated image scaling setting: choose Both, Chat, Image viewer (default), or Neither for crisp nearest-neighbor rendering. -- Transitions are now disabled for manual panning to improve responsiveness. diff --git a/.changeset/fix-arbitrary-list-starts.md b/.changeset/fix-arbitrary-list-starts.md deleted file mode 100644 index 950c19070..000000000 --- a/.changeset/fix-arbitrary-list-starts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fixed starting lists at arbitrary numbers and list markers extending off screen with long numbers. diff --git a/.changeset/fix-blockquote-newlines.md b/.changeset/fix-blockquote-newlines.md deleted file mode 100644 index 3e963a5cc..000000000 --- a/.changeset/fix-blockquote-newlines.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix single new lines after block quotes being block-quoted. diff --git a/.changeset/fix-emojis-not-rendering-in-reply.md b/.changeset/fix-emojis-not-rendering-in-reply.md deleted file mode 100644 index f584bb22a..000000000 --- a/.changeset/fix-emojis-not-rendering-in-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix emojis not rendering in reply chips. diff --git a/.changeset/fix-hardened-html-input.md b/.changeset/fix-hardened-html-input.md deleted file mode 100644 index 5ac50bec2..000000000 --- a/.changeset/fix-hardened-html-input.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Hardened html parsing in standard input box, should no longer randomly delete text in arrow brackets (unless valid, properly closed, legal html). diff --git a/.changeset/fix-matrix-to-links-arrow.md b/.changeset/fix-matrix-to-links-arrow.md deleted file mode 100644 index d1cef5d18..000000000 --- a/.changeset/fix-matrix-to-links-arrow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix matrix.to links getting arrow brackets inserted when editing messages. diff --git a/.changeset/fix-matrix-to-mentions.md b/.changeset/fix-matrix-to-mentions.md deleted file mode 100644 index 2c3201d17..000000000 --- a/.changeset/fix-matrix-to-mentions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix mentions breaking after editing messages with mentions. diff --git a/.changeset/fix-remove-bio-limit.md b/.changeset/fix-remove-bio-limit.md deleted file mode 100644 index de8f75f6c..000000000 --- a/.changeset/fix-remove-bio-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Removed the arbitrary bio limit from the bio editor. diff --git a/.changeset/fix-tablet-layout-issue.md b/.changeset/fix-tablet-layout-issue.md deleted file mode 100644 index 9efccf079..000000000 --- a/.changeset/fix-tablet-layout-issue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix tablet layouts having the sidebar fill up the screen. diff --git a/.changeset/fix-various-banner-fixes.md b/.changeset/fix-various-banner-fixes.md deleted file mode 100644 index 0c012d451..000000000 --- a/.changeset/fix-various-banner-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: fix ---- - -Various small banner changes diff --git a/.changeset/stable-mutual-rooms-endpoint.md b/.changeset/stable-mutual-rooms-endpoint.md deleted file mode 100644 index d6e1048b0..000000000 --- a/.changeset/stable-mutual-rooms-endpoint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Add support for stable mutual rooms endpoint, manually ported from [this commit](https://github.com/cinnyapp/cinny/commit/bef267257a28b3be8a96852fed1718f63cf570f9) by ajbura upstream. diff --git a/CHANGELOG.md b/CHANGELOG.md index b935d705c..fb8d118f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Sable Client Changelog +## 1.17.0 (2026-05-18) + +### Features + +* Add support for misskey-flavored markdown color definitions. E.g. `$[fg.color=f00 bg.color=00ff00 red on green]`. ([#860]() by @7w1) +* Add per Space setting for when to show room icons in sidebar ([#851]() by @nushea) + +#### Change Image Viewer to feel more natural to use. ([#686]() by @7w1, @nushea, @Septicity) + +- Fixed zoom gestures generally not working on mobile. +- Changed the % number in the top right to reflect the zoom of the original image as opposed to the change from it fitting the container. +- Made the zoom pill allow entering custom values. +- Added a button that zooms you to the original size of the image, and a button to return to the size that fills the container. +- Added a pixelated image scaling setting: choose Both, Chat, Image viewer (default), or Neither for crisp nearest-neighbor rendering. +- Transitions are now disabled for manual panning to improve responsiveness. + +### Fixes + +* Fixed starting lists at arbitrary numbers and list markers extending off screen with long numbers. ([#860]() by @7w1) +* Fix single new lines after block quotes being block-quoted. ([#860]() by @7w1) +* Fix emojis not rendering in reply chips. ([#860]() by @7w1) +* Hardened html parsing in standard input box, should no longer randomly delete text in arrow brackets (unless valid, properly closed, legal html). ([#860]() by @7w1) +* Fix matrix.to links getting arrow brackets inserted when editing messages. ([#860]() by @7w1) +* Fix mentions breaking after editing messages with mentions. ([#860]() by @7w1) +* Removed the arbitrary bio limit from the bio editor. ([#863]() by @7w1) +* Fix tablet layouts having the sidebar fill up the screen. ([#864]() by @7w1) +* Add support for stable mutual rooms endpoint, manually ported from [this commit](https://github.com/cinnyapp/cinny/commit/bef267257a28b3be8a96852fed1718f63cf570f9) by ajbura upstream. ([#852]() by @7w1) + ## 1.16.1 (2026-05-15) ### Fixes diff --git a/package.json b/package.json index 2d605aebc..828868030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sable", - "version": "1.16.1", + "version": "1.17.0", "description": "An almost stable Matrix client", "type": "module", "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",