Skip to content
Merged
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
2 changes: 0 additions & 2 deletions .changeset/fix-account-signout-confirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ default: patch
---

Account switcher: show a confirmation dialog before signing out of an account.

Closes #44
2 changes: 0 additions & 2 deletions .changeset/fix-autocomplete-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .changeset/fix-cancel-add-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .changeset/fix-editor-autocapitalize.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ default: patch
---

Message editor: add `autoCapitalize="sentences"` to respect the OS/keyboard capitalisation setting on mobile.

Closes #52
2 changes: 0 additions & 2 deletions .changeset/fix-favicon-mentions-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .changeset/fix-media-volume-persist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .changeset/fix-reduced-motion-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .changeset/fix-server-picker-ios-autofill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .changeset/fix-theme-color-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading