Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit f460217

Browse files
Release packages
1 parent 786a7c0 commit f460217

6 files changed

Lines changed: 15 additions & 27 deletions

.changeset/enhance_unsupportedcontent_and_brokencontent_to_display_message_body.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/feat-notification-settings-ui.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/feat_notification_highlight_messages.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Sable Client Changelog
22

3+
## 1.6.0 (2026-03-09)
4+
5+
### Features
6+
7+
* Messages that trigger a push rule with `highlight: true` (e.g. @mentions, keyword matches) now receive a full-width background highlight in the room timeline. Notifications with a sound tweak ("Notify Loud") use a warning-amber colour; silent highlights use the secondary-surface colour. Both colours adapt automatically to the active theme.
8+
9+
* feat: notification settings page improvements
10+
11+
### Fixes
12+
13+
* Enhance UnsupportedContent and BrokenContent to display message body
14+
315
## 1.5.3 (2026-03-08)
416

517
### Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sable",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Yet another matrix client fork",
55
"type": "module",
66
"packageManager": "npm@11.11.0",

0 commit comments

Comments
 (0)