Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Closed
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

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/feat-notification-settings-ui.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat_notification_highlight_messages.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.6.0 (2026-03-09)

### Features

* 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.

* feat: notification settings page improvements

### Fixes

* Enhance UnsupportedContent and BrokenContent to display message body

## 1.5.3 (2026-03-08)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.3",
"version": "1.6.0",
"description": "Yet another matrix client fork",
"type": "module",
"packageManager": "npm@11.11.0",
Expand Down
Loading