From 005414fd86190999ebc5c366440f352e6ea7fa2a Mon Sep 17 00:00:00 2001 From: 7w1 Date: Mon, 16 Mar 2026 20:59:04 -0500 Subject: [PATCH] fix changesets --- .changeset/fix-account-signout-confirm.md | 2 -- .changeset/fix-autocomplete-selection.md | 2 -- .changeset/fix-cancel-add-account.md | 2 -- .changeset/fix-editor-autocapitalize.md | 2 -- .changeset/fix-favicon-mentions-only.md | 2 -- .changeset/fix-media-volume-persist.md | 2 -- .changeset/fix-reduced-motion-animation.md | 2 -- .changeset/fix-server-picker-ios-autofill.md | 2 -- .changeset/fix-theme-color-meta.md | 2 -- 9 files changed, 18 deletions(-) diff --git a/.changeset/fix-account-signout-confirm.md b/.changeset/fix-account-signout-confirm.md index 52a09d17..d0968392 100644 --- a/.changeset/fix-account-signout-confirm.md +++ b/.changeset/fix-account-signout-confirm.md @@ -3,5 +3,3 @@ default: patch --- Account switcher: show a confirmation dialog before signing out of an account. - -Closes #44 diff --git a/.changeset/fix-autocomplete-selection.md b/.changeset/fix-autocomplete-selection.md index ffacbd70..5aa27881 100644 --- a/.changeset/fix-autocomplete-selection.md +++ b/.changeset/fix-autocomplete-selection.md @@ -3,5 +3,3 @@ default: patch --- Autocomplete: pressing Enter now selects the highlighted item instead of sending the message. The first item is highlighted on open and ArrowUp/Down navigate the list while keeping typing focus in the editor. Focus returns to the message editor after completing a mention or emoji. - -Closes #35, #69, #79 diff --git a/.changeset/fix-cancel-add-account.md b/.changeset/fix-cancel-add-account.md index ef027e09..9d41f9bd 100644 --- a/.changeset/fix-cancel-add-account.md +++ b/.changeset/fix-cancel-add-account.md @@ -3,5 +3,3 @@ default: patch --- Adding account: show a "Cancel" button next to the "Adding account" label so users can abort the flow. - -Closes #66 diff --git a/.changeset/fix-editor-autocapitalize.md b/.changeset/fix-editor-autocapitalize.md index b122b49c..d5ab1790 100644 --- a/.changeset/fix-editor-autocapitalize.md +++ b/.changeset/fix-editor-autocapitalize.md @@ -3,5 +3,3 @@ default: patch --- Message editor: add `autoCapitalize="sentences"` to respect the OS/keyboard capitalisation setting on mobile. - -Closes #52 diff --git a/.changeset/fix-favicon-mentions-only.md b/.changeset/fix-favicon-mentions-only.md index ba8ce5d9..06400e69 100644 --- a/.changeset/fix-favicon-mentions-only.md +++ b/.changeset/fix-favicon-mentions-only.md @@ -3,5 +3,3 @@ default: patch --- Notifications: add "Favicon Dot: Mentions Only" setting — when enabled, the favicon badge only changes for mentions/keywords, not plain unreads. - -Closes #168 diff --git a/.changeset/fix-media-volume-persist.md b/.changeset/fix-media-volume-persist.md index 00790b8d..55e18b93 100644 --- a/.changeset/fix-media-volume-persist.md +++ b/.changeset/fix-media-volume-persist.md @@ -3,5 +3,3 @@ default: patch --- Video and audio messages: volume level is now persisted across page loads via `localStorage` and shared between all media players. - -Closes #120 diff --git a/.changeset/fix-reduced-motion-animation.md b/.changeset/fix-reduced-motion-animation.md index 804c456c..6b7f1c71 100644 --- a/.changeset/fix-reduced-motion-animation.md +++ b/.changeset/fix-reduced-motion-animation.md @@ -3,5 +3,3 @@ default: patch --- Reduced-motion: add `animation-iteration-count: 1` so spinners stop after one cycle instead of running indefinitely at near-zero speed. - -Closes #2 diff --git a/.changeset/fix-server-picker-ios-autofill.md b/.changeset/fix-server-picker-ios-autofill.md index 52f8df4c..9f627143 100644 --- a/.changeset/fix-server-picker-ios-autofill.md +++ b/.changeset/fix-server-picker-ios-autofill.md @@ -3,5 +3,3 @@ default: patch --- Server picker: prevent iOS from restoring the old server name while the user is actively editing the input. - -Closes #45 diff --git a/.changeset/fix-theme-color-meta.md b/.changeset/fix-theme-color-meta.md index ce316079..a3631591 100644 --- a/.changeset/fix-theme-color-meta.md +++ b/.changeset/fix-theme-color-meta.md @@ -3,5 +3,3 @@ default: patch --- Browser tab/PWA: use the correct light (`#ffffff`) and dark (`#1b1a21`) theme-color values via `media` attribute on the meta tags. - -Closes #103