Skip to content

v2.4.0

Choose a tag to compare

@mxcl mxcl released this 11 Mar 14:16
· 179 commits to main since this release
8c595fd
  • Windows
    • Experimental & limited packages available
    • Compile it yourself for now
  • --shebang,-!
    • for faster, more efficient pkgx stubs
    • eg. #!/usr/bin/env -S pkgx -! cmake executes cmake "$@"
    • Previously this would fail due to the shebang handler adding the filename of the script after the cmake argument
    • The --shebang flag drops this argument
  • Quit littering ~.pkgx with tmp files

Full Changelog: v2.3.2...v2.4.0