Skip to content

Commit aa88750

Browse files
authored
chore: prepare release 1.18.1 (#938)
> [!IMPORTANT] > Merging this PR will create a new release. ## Fixes * Added some icon size settings. ([#941](<#941>) by @7w1) * Add 'Show Results' to show their poll's result before casting an answer ([#939](<#939>) by @nushea) * Fix edit events collapsing with normal messages. ([#941](<#941>) by @7w1) * Make more Icon changes ([#940](<#940>) by @nushea) * Fix missing the mark icon on Map, and the mark moving around when clicked ([#937](<#937>) by @nushea) * Hide membership events in read only rooms now also hides reactions and reaction redactions. ([#941](<#941>) by @7w1)
2 parents 0f57cc8 + 752a555 commit aa88750

8 files changed

Lines changed: 12 additions & 31 deletions

.changeset/add-icon-size-settings.md

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

.changeset/feat_add_snooping_polls.md

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

.changeset/fix-edit-event-collapse.md

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

.changeset/fix_change_icons.md

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

.changeset/fix_missing_the_mark.md

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

.changeset/hide-reactions-redactions-read-only.md

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

CHANGELOG.md

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

3+
## 1.18.1 (2026-06-14)
4+
5+
### Fixes
6+
7+
* Added some icon size settings. ([#941](<https://github.com/SableClient/Sable/pull/941>) by @7w1)
8+
* Add 'Show Results' to show their poll's result before casting an answer ([#939](<https://github.com/SableClient/Sable/pull/939>) by @nushea)
9+
* Fix edit events collapsing with normal messages. ([#941](<https://github.com/SableClient/Sable/pull/941>) by @7w1)
10+
* Make more Icon changes ([#940](<https://github.com/SableClient/Sable/pull/940>) by @nushea)
11+
* Fix missing the mark icon on Map, and the mark moving around when clicked ([#937](<https://github.com/SableClient/Sable/pull/937>) by @nushea)
12+
* Hide membership events in read only rooms now also hides reactions and reaction redactions. ([#941](<https://github.com/SableClient/Sable/pull/941>) by @7w1)
13+
314
## 1.18.0 (2026-06-14)
415

516
### Features

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.18.0",
3+
"version": "1.18.1",
44
"description": "An almost stable Matrix client",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",

0 commit comments

Comments
 (0)