gui-v0.4.37
Pre-release
Pre-release
·
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
launchedexplorer <url>withrunInShell: true— on Windows that routes
throughcmd.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), socmd.exesplit it into
multiple commands at the first&, leavingexplorera mangled fragment
instead of the real URL. Reproduced directly (cmd /c explorer <url>
errors out mid-split); fixed by launchingexplorerdirectly with no
shell in between, so the full URL reaches it as one argument.
Full Changelog: gui-v0.4.36...gui-v0.4.37