chore(release): close the v1.14.0 cycle

Version to 1.14.0 in the csproj, changelog and roadmap for the local state. Not
published: repo.json stays on 1.5.6.0, links untouched.

The changelog leads with what the row became and is honest about how it got
there: every style decision in this cycle was made by looking at variants in the
lab, in-game, against the live theme -- and the two recurring traps of the day
(the RGBA/ABGR contrast swap, popups that do not size to their content) each
left a guard behind rather than just a fix.

Smoke-tested continuously by Flo through the evening rather than at a single
gate: the contrast bug, the clipped menu, the hover speed and the seam hardness
were all his catches, live, and each is named in the log where it was fixed.
This commit is contained in:
2026-08-19 19:35:35 +02:00
parent 9e62ed762d
commit dcc8ff1867
3 changed files with 85 additions and 4 deletions
+7 -3
View File
@@ -14,7 +14,7 @@ be a poor fit for the plugin's privacy-first scope during brainstorming.
The published release is **v1.5.6**. Development since then runs as a UI rebuild towards v2.0.0 and
is not published: the whole window layer is being rewritten from ImGui defaults to custom drawing.
Versions v1.6.0 through v1.13.0 are local development states, and `repo.json` deliberately keeps
Versions v1.6.0 through v1.14.0 are local development states, and `repo.json` deliberately keeps
its download links on v1.5.6 so nobody updates into a partial state.
Where it stands:
@@ -35,8 +35,12 @@ 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 input bar, then the first-run wizard: the last two surfaces still
drawn in ImGui defaults.
- **v1.14.0** — the input row: two ghost buttons and a menu where five filled defaults sat, a
field with its own surface and focus rail, popups built from the sidebar's row shape, and a
softened seam between the tab list and the conversation. Plus a style lab under
`/hellion lab` and a preflight guard for the RGBA/ABGR contrast trap.
- **v1.15.0** — the first-run wizard, the last surface still drawn in ImGui defaults, and the
first thing a tester sees.
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,