Skip to content

Reframe v1.3.1

Latest

Choose a tag to compare

@shuiandy shuiandy released this 02 Aug 06:47

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; the 0x80070490 / InvalidCastException variants were the same crash surfacing elsewhere.
  • Monitor combo item mutation is deferred out of SelectionChanged (a classic 0x80070490 source while the popup is closing).

373 tests green.

Full changelog: v1.3.0...v1.3.1