feat(config): add MainWindowLayoutMode + v22 migration; scaffold popout pool

This commit is contained in:
2026-05-29 11:56:18 +02:00
parent b221a6e418
commit e786257cb3
6 changed files with 253 additions and 3 deletions
+2 -2
View File
@@ -214,7 +214,7 @@ public sealed class Plugin : IAsyncDalamudPlugin
+ "Please install v1.4.2 first to migrate the configuration, then upgrade to v1.4.10."
);
}
Config.Version = 21;
Config.Version = 22;
// Unpinned TempTabs are session-only and dropped on every load. Pinned
// TempTabs survive reload — Jin's tester feedback (v1.4.7).
@@ -347,7 +347,7 @@ public sealed class Plugin : IAsyncDalamudPlugin
new SelfTests.SettingsWindowOpenStep(this),
new SelfTests.OnOpenMainUiRoutesMainWindowStep(this),
new SelfTests.TypingIpcStateStep(this),
new SelfTests.ConfigMigrationV21Step(this),
new SelfTests.ConfigMigrationV22Step(this),
new SelfTests.HoverSheenAllocStep(this),
new SelfTests.HonorificHeaderRenderStep(this),
new SelfTests.PerformanceBaselineStep(this),