• fix(build): include browser.rs clear_viewport/via_relay (#47) + cargo fmt

    oimwiodev released this 2026-06-18 02:39:11 +00:00 | 6 commits to main since this release

    v1.5.24 (d5cd9cd) shipped a commands.rs caller of clear_viewport but not the
    browser.rs method it lives in (a concurrent in-progress #47 viewport/resize edit
    was only partly staged), so main didn't compile and the format check failed.
    Commit the matching browser.rs method + via_relay() helper and run cargo fmt.
    Full tree builds; 863 tests pass.

    Downloads