Skip to content
Merged
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/add-back-msg-toolbar.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-blockquote-md.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-empty-message-again.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-escape-arrows.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-extraneous-markdown.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-jump-to-events.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-latex-codeblock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-message-link-chips.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-pmp-proxy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-tweak-favoriting-behavior.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-tweaks-local-themes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-underline-markdown.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Sable Client Changelog

## 1.15.2 (2026-05-07)

### Fixes

* Adds back the message editor toolbar under an optional setting. No longer uses WYSIWYG, just applies markdown. http://localhost:8080/settings/general?focus=composer-formatting-toolbar&moe.sable.client.action=settings ([#762](<https://github.com/SableClient/Sable/pull/762>) by @7w1)
* Fixed blockquotes needing a double backslash to escape and require a space after the `>` in order to form a blockquote. ([#758](<https://github.com/SableClient/Sable/pull/758>) by @7w1)
* Fix empty messages being displayed as broken messages. ([#754](<https://github.com/SableClient/Sable/pull/754>) by @7w1)
* Reescape arrow brackets when editing a message. ([#763](<https://github.com/SableClient/Sable/pull/763>) by @7w1)
* Fix extraneous markdown escape characters when editing code blocks. ([#762](<https://github.com/SableClient/Sable/pull/762>) by @7w1)
* Fixed jumpting to arbitrary events (e.g. reactions, edits, pins, leaves/joins). ([#759](<https://github.com/SableClient/Sable/pull/759>) by @7w1)
* Fix latex in codeblocks getting parsed. ([#758](<https://github.com/SableClient/Sable/pull/758>) by @7w1)
* Fixed message links being rendered as full links. ([#751](<https://github.com/SableClient/Sable/pull/751>) by @7w1)
* Fixed per-message profile proxies not unwrapping and generally just not working. (`f8a9a8f`)
* Fixed tweak automatic favoriting behavior when entering/leaving the catalog. ([#757](<https://github.com/SableClient/Sable/pull/757>) by @7w1)
* Fix tweaks not applying on built-in themes. ([#756](<https://github.com/SableClient/Sable/pull/756>) by @7w1)
* Added the ability to **underline** using `__underscores__`. ([#761](<https://github.com/SableClient/Sable/pull/761>) by @7w1)

## 1.15.1 (2026-05-05)

### 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.15.1",
"version": "1.15.2",
"description": "An almost stable Matrix client",
"type": "module",
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
Expand Down
Loading