Releases: pkgxdev/pkgx
Releases · pkgxdev/pkgx
v2.7.0
v2.6.0
What's Changed
- Update faq.md by @teoljungberg in #1159
- Refactor by @mxcl in #1161
- Support
@latestby @mxcl in #1162 - --json=v2 by @mxcl in #1163
New Contributors
- @teoljungberg made their first contribution in #1159
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.0
- Windows
- Experimental & limited packages available
- Compile it yourself for now
--shebang,-!- for faster, more efficient pkgx stubs
- eg.
#!/usr/bin/env -S pkgx -! cmakeexecutescmake "$@" - Previously this would fail due to the shebang handler adding the filename of the script after the
cmakeargument - The
--shebangflag drops this argument
- Quit littering
~.pkgxwith tmp files
Full Changelog: v2.3.2...v2.4.0
v2.3.2
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
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
What's Changed
- v1: uninstall if needed during install by @felipecrs in #1111
Full Changelog: v1.4.1...v1.5.0
v2.2.1
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-certsby @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
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
- docs for python scripting update by @sanchitram1 in #1102
- Use XDG_DATA_HOME on *nix if no ~/.pkgx by @mxcl in #1104
- Bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 by @dependabot in #1087
New Contributors
- @sanchitram1 made their first contribution in #1102
Full Changelog: v2.1.4...v2.2.0