Skip to content

v5.4.1

Choose a tag to compare

@Byron Byron released this 05 Aug 15:21
· 5 commits to main since this release
e548a4e

Bug Fixes

  • Forward WSL targets to PowerShell to make open actually work there

    Opening a URL from WSL failed because the Windows process did not receive
    OPEN_RS_TARGET, even though it was present in the Linux command environment.
    The failure reproduces with cargo run -- https://google.com on Ubuntu under
    WSL, where Start-Process receives a null FilePath and exits unsuccessfully.

    Add OPEN_RS_TARGET to WSLENV so WSL interop forwards the target into the
    PowerShell environment. Preserve existing WSLENV entries and their flags,
    while keeping the PowerShell command fixed so targets remain data rather than
    shell code.

    Validated with focused WSL tests, the all-features test suite, rustfmt,
    Clippy with warnings denied, and an end-to-end cargo run from WSL.

Commit Statistics

  • 1 commit contributed to the release.
  • 24 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #128

Commit Details

view details
  • #128
    • Forward WSL targets to PowerShell to make open actually work there (96fa673)