Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/change-code-block-highlighting-to-arborium.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pr-602-centered-zoom.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pr-602-multiplicative-zoom.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pr-602-zoom-buttons.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. <!-- commit:2d26424 -->

### Fixes

* Image zooming is now centered on the cursor position <!-- commit:88408ae -->
* Image zooming is now multiplicative instead of additive, resulting in a consistent "zooming speed". <!-- commit:88408ae -->
* Image zoom buttons now zoom towards the center of the screen <!-- commit:2e2c8a7 -->

## 1.13.1 (2026-03-30)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading