Skip to content

Releases: pkgxdev/pkgx

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

v2.3.2

18 Feb 20:35
2105171

Choose a tag to compare

Full Changelog: v2.3.1...v2.3.2

v2.3.1

14 Feb 11:42
e681f59

Choose a tag to compare

What's Changed

  • Revert "Bump rusqlite, update rest within constraints" by @mxcl in #1128

Full Changelog: v2.3.0...v2.3.1

v2.3.0

14 Feb 00:16
891a166

Choose a tag to compare

What's Changed

  • If PKGX_PANTRY_DIR is set, don’t blow it away by @mxcl in #1121
  • Update strum requirement from 0.26 to 0.27 in /crates/lib by @dependabot in #1119
  • Update strum_macros requirement from 0.26 to 0.27 in /crates/lib by @dependabot in #1120
  • Update link in README for hydrate.rs by @catsby in #1122
  • Clone pantry to same location as pkgx^1 by @mxcl in #1125
  • Bump rusqlite, update rest within constraints by @mxcl in #1126
  • Attempt to add our TLS certificate to the binary by @mxcl in #1118

New Contributors

Full Changelog: v2.2.1...v2.3.0

v1.5.0

14 Feb 01:15
a4d9575

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v2.2.1

08 Feb 15:03
4cb6d60

Choose a tag to compare

What's Changed

  • Update reqwest requirement from 0.11 to 0.12 in /crates/lib by @dependabot in #1105
  • Update strum_macros requirement from 0.24 to 0.26 in /crates/lib by @dependabot in #1106
  • Update strum requirement from 0.24 to 0.26 in /crates/lib by @dependabot in #1109
  • Bump openssl from 0.10.68 to 0.10.70 by @dependabot in #1110
  • fix pkgx +curl.se/ca-certs by @mxcl in #1112
  • Don’t wait for lock to free & then reinstall lol by @mxcl in #1113

Full Changelog: v2.2.0...v2.2.1

v2.2.0

31 Jan 19:28
9254c63

Choose a tag to compare

Behavior Change

On *nix if $PKGX_DIR is not set, there is no ~/.pkgx directory and $XDG_DATA_HOME is set we use that to determine PKGX_DIR.

What's Changed

New Contributors

Full Changelog: v2.1.4...v2.2.0