chore(release): bump assembly version to 1.10.0

Style foundation cycle closed. Smoke tests green across the sidebar, the tab
strip, the status bar, the theme preview and both message densities.

Download links stay on v1.5.6 deliberately: v1.6.0 through v1.10.0 are local
development states and nobody should update into one. The README badge stays
there too, since it points at the published release.

The roadmap now reflects the actual sequence -- the old "next cycle" entry
still named v1.5.7 ad-block, which has been behind the v2.x UI rebuild since
May.

Verified file by file: csproj, repo.json (both assembly versions, links
untouched), CHANGELOG, ROADMAP. Four TODOs remain in the tree, all pre-existing
and none from this cycle.
This commit is contained in:
2026-08-18 10:13:19 +02:00
parent 2686a8f74b
commit af242db6f6
4 changed files with 80 additions and 5 deletions
+21 -2
View File
@@ -10,9 +10,28 @@ be a poor fit for the plugin's privacy-first scope during brainstorming.
---
## Next Cycle
## Current development (unreleased)
**v1.5.7 — Ad-Block / Spam-Filter** is the next planned scope: the hybrid ad-block and
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.10.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:
- **v1.6.0 to v1.8.x** — new window layer, settings window, channel pop-outs, and the restoration
pass that brought v1.5.6 behaviour back onto it.
- **v1.9.0** — polish and a concurrency hardening pass.
- **v1.10.0** — the style foundation: a scale-aware layout layer, held hover state, and five drawn
widgets, applied to the sidebar, the tab strip and the status bar.
- **v1.11.0 onwards** — settings window, then the sidebar moving from tab rows to channel rows,
then typography and message cards.
A tester beta follows once the visual pass is complete.
## After that
**v1.5.7 — Ad-Block / Spam-Filter** remains the next feature scope: the hybrid ad-block and
spam-filter cycle, combining a lightweight built-in filter with optional `NoSoliciting`
IPC integration. Plugin Integrations Wave 2-6 (Context-Menu, NotificationMaster, Moodles,
ExtraChat, XIVIM Quick-DM) follows.