chore(release): close the v1.12.0 cycle

Version to 1.12.0 in the csproj, with the changelog and roadmap entries for the
local state. Not published: the public release stays at v1.5.6, repo.json keeps
its 1.5.6.0 manifest and all three download links are untouched.

The changelog leads with the storage change rather than burying it under fixes.
Until this release the unknown-channel failsafe was applied to known channels
too, so an installation that had unticked channels and left the failsafe on was
storing more than the grid said. From here the grid decides, which means those
installations store less than they did yesterday. Nothing already written is
touched, but a user who compares the database against last week should find the
reason in the notes and not have to guess.

Config version 25 is recorded there for the same reason. There is no migration
behind it -- the storage rule changed shape, and the stamp says so.

Known issues carry the honest tail: the database viewer and the emoji picker are
still English, 245 orphaned resource keys remain as the inventory of what the
v1.6.0 rebuild lost, and the licence text still contradicts itself between the
About tab and the translated resources.
This commit is contained in:
2026-08-19 08:35:18 +02:00
parent e0c9efca05
commit b388dcb2de
3 changed files with 81 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.11.0 are local development states, and `repo.json` deliberately keeps
Versions v1.6.0 through v1.12.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:
@@ -28,8 +28,12 @@ Where it stands:
doing it: three settings with no control, a pinned tell tab that never loaded its history, six
switches that changed nothing, and dropdowns listing blank rows. Contrast is measured against the
surface now rather than taken from the theme.
- **v1.11.0 onwards** — settings window, then the sidebar moving from tab rows to channel rows,
then typography and message cards.
- **v1.12.0** — the reconnection pass. The v1.6.0 window rebuild had left export, the tab editor,
database maintenance and pinning unreachable, and 433 of 824 translation keys with no caller. All
four features are back, the settings window is translated into 25 languages, and the channel grid
is authoritative over what gets stored.
- **v1.13.0 onwards** — typography and the message list: the font size ladder, channel headers and
message cards, then the sidebar moving from tab rows to channel rows.
A tester beta follows once the visual pass is complete.