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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add_hide_user_pass_fields.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clarify_notification_settings.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_broken_messages_images.md

This file was deleted.

This file was deleted.

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

## 1.7.0 (2026-03-11)

### Features

* add button to save a sticker you see in the message timeline to your personal account sticker pack ([#107](https://github.com/SableClient/Sable/pull/107) by @dozro)
* Added config option `hideUsernamePasswordFields` for hosts to hide username and password fields from login page. ([#146](https://github.com/SableClient/Sable/pull/146) by @7w1)

### Fixes

* knope changesets ([#150](https://github.com/SableClient/Sable/pull/150) by @hazre)
* underline links from being applied everywhere ([#157](https://github.com/SableClient/Sable/pull/157) by @hazre)
* override vulnerable transitive dependencies ([#160](https://github.com/SableClient/Sable/pull/160) by @hazre)
* Clarify notification settings and functionality once and for all. ([#148](https://github.com/SableClient/Sable/pull/148) by @7w1)
* Fix images without an empty body display as "Broken Message" ([#143](https://github.com/SableClient/Sable/pull/143) by @7w1)

#### "Underline Links" setting no longer affects the entire app ([#157](https://github.com/SableClient/Sable/pull/157) by @hazre)

The "Underline Links" accessibility setting was incorrectly applying link underlines globally, including to buttons in the Lobby and Message Search in spaces. It is now scoped to only the areas where it's relevant, which is chat messages, user bios, and room descriptions. The setting description in Appearance has been updated to reflect this.

## 1.6.0 (2026-03-10)

### Features
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sable",
"version": "1.6.0",
"version": "1.7.0",
"description": "An almost stable Matrix client",
"type": "module",
"packageManager": "npm@11.11.0",
Expand Down Expand Up @@ -129,4 +129,4 @@
"esbuild": ">=0.25.0",
"brace-expansion": ">=1.1.12"
}
}
}