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/a11y_message_composing.md

This file was deleted.

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

This file was deleted.

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/add_silent_reply_functionality.md

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

## 1.7.0 (2026-03-11)

### Features

* add dynamic device display name ([#187](https://github.com/SableClient/Sable/pull/187) by @hazre)
* Merge in upstream call things and remove the duplicate new voice room button. ([#184](https://github.com/SableClient/Sable/pull/184) by @7w1)
* 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)
* Add silent replies when clicking the bell icon during composing a reply. ([#153](https://github.com/SableClient/Sable/pull/153) by @dozro)
* Device names are now dynamic, showing your browser and OS (e.g., "Sable on Firefox for Windows") instead of just "Sable Web". ([#187](https://github.com/SableClient/Sable/pull/187) by @hazre)
* Implement an interface to allow room/space profile customization without needing to call the relating commands directly. ([#129](https://github.com/SableClient/Sable/pull/129) by @Rosy-iso)
* Added hover menu inside Message Version Pop-out. ([#170](https://github.com/SableClient/Sable/pull/170) by @nushea)

### Fixes

* call ui imorovements (#2749) ([#184](https://github.com/SableClient/Sable/pull/184) by @7w1)
* 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)
* type and fmt issues ([#177](https://github.com/SableClient/Sable/pull/177) by @hazre)
* resolve peer dependency and matrix-sdk-crypto-wasm issues ([#177](https://github.com/SableClient/Sable/pull/177) by @hazre)
* Added a few accessibility tags to the elements involved in message composing. ([#163](https://github.com/SableClient/Sable/pull/163) by @dozro)
* 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)
* Prevent overly wide emotes from taking up the entire screen width. ([#164](https://github.com/SableClient/Sable/pull/164) by @Sugaryyyy)
* Change to more standard compliant msgtype `m.emote` for `/headpat` event. ([#145](https://github.com/SableClient/Sable/pull/145) by @dozro)
* "Underline Links" setting no longer affects the entire app, only links in chat, bios, and room descriptions. ([#157](https://github.com/SableClient/Sable/pull/157) by @hazre)

## 1.6.0 (2026-03-10)

### Features
Expand Down
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": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
Expand Down Expand Up @@ -123,4 +123,4 @@
"vite-plugin-top-level-await": "^1.6.0",
"wrangler": "^4.70.0"
}
}
}