Skip to content

gui-v0.4.37

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 23:53
· 20 commits to master since this release
  • Fixed: the nav rail's bug-report button opened the Documents folder
    instead of the browser.
    Both it and the update banner's "Download" link
    launched explorer <url> with runInShell: true — on Windows that routes
    through cmd.exe, which treats an unescaped & as a command separator.
    The report URL has several &-joined query params (template/title/
    labels/ocforge-version/os/interface/hardware), so cmd.exe split it into
    multiple commands at the first &, leaving explorer a mangled fragment
    instead of the real URL. Reproduced directly (cmd /c explorer <url>
    errors out mid-split); fixed by launching explorer directly with no
    shell in between, so the full URL reaches it as one argument.

Full Changelog: gui-v0.4.36...gui-v0.4.37