From a2fe83243565b728323c36093dd6d3aff3cdccb0 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 4 May 2026 00:56:02 -0700 Subject: [PATCH] docs: note chat relation column --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac00c5..1bd868d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,3 +43,4 @@ - Add `snapshot.ImportOptions.Progress` so apps can report table/file-level import progress in CI logs. - Match `gitcrawl` action-menu muscle memory: keyboard `a` opens a general detail-pane menu, right-click keeps pane-scoped floating menus, and `q`/Esc close menus. - Keep chat/document TUI groups scoped by workspace/server so same-named channels, people, parents, or databases do not collapse into one misleading pane row. +- Add a chat member relation column so Slack/Discord message panes distinguish normal messages, thread roots, and replies at a glance.