Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 23:29
· 55 commits to main since this release

Security

  • Hardened how DevWebUI launches detached processes on Windows. The fallback path used by
    desktop shortcuts and the auto-update relaunch handed its command line to cmd.exe, which
    re-parsed &, | and ^. Those are legal in Windows paths, so a repo or profile folder
    containing one was re-split by a second parser on its way to the process launcher. The
    fallback now passes an argument array straight through with no shell in the middle. Shared
    with the other LunarWerx apps; DevWebUI had been running behind that fix.