From efdef32279f5a1666e5672653134c3064278a9a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:36:59 +0000 Subject: [PATCH] chore: prepare release 1.7.0 --- .changeset/a11y_message_composing.md | 5 ----- ...a_message_to_your_own_user_sticker_pack.md | 5 ----- .changeset/add_hide_user_pass_fields.md | 5 ----- .changeset/add_silent_reply_functionality.md | 5 ----- .changeset/clarify_notification_settings.md | 5 ----- .changeset/fix_broken_messages_images.md | 5 ----- .changeset/fix_msgtype_of_headpat_event.md | 5 ----- ..._to_call_the_relating_commands_directly.md | 5 ----- .changeset/improved_message_history_ui.md | 5 ----- ...etting_no_longer_affects_the_entire_app.md | 5 ----- CHANGELOG.md | 21 +++++++++++++++++++ package-lock.json | 6 +++--- package.json | 4 ++-- 13 files changed, 26 insertions(+), 55 deletions(-) delete mode 100644 .changeset/a11y_message_composing.md delete mode 100644 .changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md delete mode 100644 .changeset/add_hide_user_pass_fields.md delete mode 100644 .changeset/add_silent_reply_functionality.md delete mode 100644 .changeset/clarify_notification_settings.md delete mode 100644 .changeset/fix_broken_messages_images.md delete mode 100644 .changeset/fix_msgtype_of_headpat_event.md delete mode 100644 .changeset/implement_an_interface_to_allow_roomspace_profile_customization_without_needing_to_call_the_relating_commands_directly.md delete mode 100644 .changeset/improved_message_history_ui.md delete mode 100644 .changeset/underline_links_setting_no_longer_affects_the_entire_app.md diff --git a/.changeset/a11y_message_composing.md b/.changeset/a11y_message_composing.md deleted file mode 100644 index 6280bc28..00000000 --- a/.changeset/a11y_message_composing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Added a few accessibility tags to the elements involved in message composing. diff --git a/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md b/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md deleted file mode 100644 index d3dfb553..00000000 --- a/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Add button to save a sticker you see in the message timeline to your personal account sticker pack. diff --git a/.changeset/add_hide_user_pass_fields.md b/.changeset/add_hide_user_pass_fields.md deleted file mode 100644 index 6b17aabe..00000000 --- a/.changeset/add_hide_user_pass_fields.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Added config option `hideUsernamePasswordFields` for hosts to hide username and password fields from login page. diff --git a/.changeset/add_silent_reply_functionality.md b/.changeset/add_silent_reply_functionality.md deleted file mode 100644 index 3d644c3f..00000000 --- a/.changeset/add_silent_reply_functionality.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Add silent replies when clicking the bell icon during composing a reply. diff --git a/.changeset/clarify_notification_settings.md b/.changeset/clarify_notification_settings.md deleted file mode 100644 index cc0f76df..00000000 --- a/.changeset/clarify_notification_settings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Clarify notification settings and functionality once and for all. diff --git a/.changeset/fix_broken_messages_images.md b/.changeset/fix_broken_messages_images.md deleted file mode 100644 index c529b996..00000000 --- a/.changeset/fix_broken_messages_images.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix images without an empty body display as "Broken Message" diff --git a/.changeset/fix_msgtype_of_headpat_event.md b/.changeset/fix_msgtype_of_headpat_event.md deleted file mode 100644 index 235e5119..00000000 --- a/.changeset/fix_msgtype_of_headpat_event.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Change to more standard compliant msgtype `m.emote` for `/headpat` event. diff --git a/.changeset/implement_an_interface_to_allow_roomspace_profile_customization_without_needing_to_call_the_relating_commands_directly.md b/.changeset/implement_an_interface_to_allow_roomspace_profile_customization_without_needing_to_call_the_relating_commands_directly.md deleted file mode 100644 index 75f66a09..00000000 --- a/.changeset/implement_an_interface_to_allow_roomspace_profile_customization_without_needing_to_call_the_relating_commands_directly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Implement an interface to allow room/space profile customization without needing to call the relating commands directly. diff --git a/.changeset/improved_message_history_ui.md b/.changeset/improved_message_history_ui.md deleted file mode 100644 index da94e930..00000000 --- a/.changeset/improved_message_history_ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -Added hover menu inside Message Version Pop-out. diff --git a/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md b/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md deleted file mode 100644 index dbbf3574..00000000 --- a/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -"Underline Links" setting no longer affects the entire app, only links in chat, bios, and room descriptions. diff --git a/CHANGELOG.md b/CHANGELOG.md index 108b70b3..f48695b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # 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) +* Add silent replies when clicking the bell icon during composing a reply. ([#153](https://github.com/SableClient/Sable/pull/153) by @dozro) +* 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 + +* 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) +* 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) +* 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 diff --git a/package-lock.json b/package-lock.json index 2cff4eab..5db7fc84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sable", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sable", - "version": "1.6.0", + "version": "1.7.0", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -24809,4 +24809,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3c4a5630..efd7a6d6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -129,4 +129,4 @@ "esbuild": ">=0.25.0", "brace-expansion": ">=1.1.12" } -} +} \ No newline at end of file