From 0abbbc8f8a7ec84336c9c95149fa2ce6fff6b112 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Wed, 19 Aug 2026 17:48:39 +0200 Subject: [PATCH] docs(roadmap): the sidebar comes off the list, the input bar goes on Both reasons the channel-rows idea existed are gone. It was written when the sidebar was flat and unstyled; v1.10.0 gave it row surfaces and it already groups pinned and auto-tell tabs under headings. What was left was a change to how the plugin is operated rather than how it looks -- and tabs are what users have learned to use. Next two are the input bar and the first-run wizard, the last surfaces still drawn in ImGui defaults. --- docs/ROADMAP.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 2fddac7..c918a00 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -35,8 +35,14 @@ Where it stands: - **v1.13.0** — typography. Named type roles instead of one size, a channel header above the conversation, timestamps in a column of their own, and rows with a surface. Screenshot mode reached one of four surfaces that draw a tab name and now reaches all of them. -- **v1.14.0 onwards** — the sidebar moving from tab rows to channel rows, then the first-run - wizard and the input bar, which are the last two surfaces still drawn in ImGui defaults. +- **v1.14.0 onwards** — the input bar, then the first-run wizard: the last two surfaces still + drawn in ImGui defaults. + +The sidebar is no longer on this list. Earlier drafts had it moving from tab rows to channel +rows, but both reasons for that are gone: it was flat and unstyled when the idea was written, +and it is neither now — it draws its own row surfaces and already groups pinned and auto-tell +tabs under headings. What remained was a change to how the plugin is operated rather than how +it looks, and tabs are what users have learned. They stay. A tester beta follows once the visual pass is complete.