From ae2bb3c032ece630ee01c59441ff2fc4951efd36 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 3 May 2026 00:32:29 -0700 Subject: [PATCH] docs(tui): note notion parent labels --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbcef1e..677a711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,5 @@ - Report primary archive and desktop-cache SQLite inventories in status JSON for shared local control surfaces. - Add `notcrawl tui`, a local terminal browser for archived pages and databases backed by `crawlkit/tui`. - Render TUI rows with compact panes so page and database metadata stays in context/detail instead of crowding the row list. +- Resolve database parent names for the TUI parent pane so collection nesting is readable instead of raw IDs. - Route the TUI through read-only SQLite access and cover the JSON fallback in tests.