Skip to content

Releases: pkgxdev/pkgx

v2.10.3

28 Mar 01:09
f08aa7c

Choose a tag to compare

What's Changed

Full Changelog: v2.10.2...v2.10.3

v2.10.2

28 Mar 00:00
525dd34

Choose a tag to compare

What's Changed

Full Changelog: v2.10.1...v2.10.2

v2.10.1

27 Mar 20:36
fcb5ffd

Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0

27 Mar 19:39
3a17b7d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

03 Feb 02:49
6a30e17

Choose a tag to compare

What's Changed

Full Changelog: v2...v2.9.0

v2.8.0

03 Feb 02:21
82e573a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.8.0

v2.7.0

06 May 19:45
1026250

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

02 Apr 14:37
04d6ab9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

24 Mar 21:14
8660a06

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

11 Mar 14:16
8c595fd

Choose a tag to compare

  • 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