docs(tui): note dm pane labels

This commit is contained in:
Vincent Koc 2026-05-03 00:32:29 -07:00
parent 7e3df6e1aa
commit 082d384792
No known key found for this signature in database

View File

@ -26,6 +26,10 @@
- Refreshed dependency and CI tooling pins, including GoReleaser, `go-toml`, golangci-lint, and gosec.
- Tightened CI compatibility with the latest linters and made signal-cancellation and sync fixture tests deterministic under the race detector.
### Fixes
- Label direct-message TUI panes as direct messages instead of raw `@me` guild rows, keeping DM channel/person context readable.
## 0.6.3 - 2026-05-01
### Changes