chore(release): close the v1.11.0 cycle
Version to 1.11.0 in the csproj, changelog and roadmap entries for the local state. Not published: the public release stays at v1.5.6 and the download links are untouched. repo.json goes back to 1.5.6.0. It had been carrying the development version while all three download links pointed at the v1.5.6 archive, which is a trap waiting for a merge: Dalamud would offer an update to a version the download does not contain, install v1.5.6 again, and offer the same update on the next launch. main is unaffected -- it only ever saw 1.5.6.0 -- but the feature branches have been inheriting the mismatch since v1.6.0. The manifest version belongs to what the links actually serve. A local state is tracked by the csproj and the changelog, which is what they are for. Testing channel deliberately not opened yet. Publishing 1.11.0 as a test build would ship a modern settings window alongside a first-run wizard and a message list that are still stock ImGui -- and 1.10.0 would ship the pinned-tell-history bug that 1.11.0 fixes.
This commit is contained in:
+5
-1
@@ -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.10.0 are local development states, and `repo.json` deliberately keeps
|
||||
Versions v1.6.0 through v1.11.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:
|
||||
@@ -24,6 +24,10 @@ Where it stands:
|
||||
- **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** — the settings window rebuilt on those widgets, and the defects that surfaced while
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user