chore(release): finalize 2.4.2

Only a fix since 2.4.1, so PATCH per the project's SemVer rule.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-07-31 13:07:36 +02:00
parent 20e1a67dc9
commit 44d14d7c34
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
2.5.0-dev
2.4.2
+4
View File
@@ -10,6 +10,10 @@ For deep technical notes, see [architecture.md](architecture.md). For the full g
## Unreleased
---
## 2.4.2 — 2026-07-31
### Fixes
- **Unread counts stand out in the channel list on a phone.** On a wide screen, a channel with unread messages shows the count in a blue badge next to its name. On a narrow screen the channel list is a drop-down from the top bar, and there the same number was drawn in plain text, the same colour and size as everything else in the row — easy to read as part of the timestamp and easy to miss entirely. It is now the same blue badge as on a wide screen.