v1.3.1
Patch release fixing #1.
- Layout editor no longer crashes when changing the reference resolution (
LayoutCycleException, reported on Windows 10, reproducible on 11). The canvas height budget read a value that depended on the canvas's own height — off by one border thickness per layout pass — so a large aspect change crawled toward its target ~2 DIP at a time until it exhausted WinUI's layout-iteration budget. The budget now comes from the window-sized row, which cannot feed back; the0x80070490/InvalidCastExceptionvariants were the same crash surfacing elsewhere. - Monitor combo item mutation is deferred out of
SelectionChanged(a classic0x80070490source while the popup is closing).
373 tests green.
Full changelog: v1.3.0...v1.3.1