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.