Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2023-10-31 | 469 Bytes | |
pacaptr-darwin-universal2.tar.gz | 2023-10-31 | 1.8 MB | |
pacaptr-windows-amd64.zip | 2023-10-31 | 892.3 kB | |
pacaptr-windows-arm64.zip | 2023-10-31 | 841.6 kB | |
pacaptr-linux-amd64.tar.gz | 2023-10-31 | 1.2 MB | |
pacaptr-linux-arm64.tar.gz | 2023-10-31 | 1.1 MB | |
README.md | 2023-10-31 | 1.0 kB | |
v0.20.0 source code.tar.gz | 2023-10-31 | 138.0 kB | |
v0.20.0 source code.zip | 2023-10-31 | 170.3 kB | |
Totals: 9 Items | 6.2 MB | 0 |
What's Changed
- feat(cmd): add version line before help string by @rami3l in https://github.com/rami3l/pacaptr/pull/632
- build: adjust cross-build config for
aarch64-unknown-linux-musl
by @rami3l in https://github.com/rami3l/pacaptr/pull/633 - feat!: use
$XDG_CONFIG_HOME
for config if it is set by @rami3l in https://github.com/rami3l/pacaptr/pull/635 - build!: replace the
docs
feature with#[cfg(doc)]
by @rami3l in https://github.com/rami3l/pacaptr/pull/637 - feat(pm): impl
brew_sccc
by @rami3l in https://github.com/rami3l/pacaptr/pull/642 - fix(exec): vendor
is_root
by @rami3l in https://github.com/rami3l/pacaptr/pull/643 - ci: use sccache by @rami3l in https://github.com/rami3l/pacaptr/pull/650
- fix(prompt)!: reset the cursor after
Ctrl-C
by @rami3l in https://github.com/rami3l/pacaptr/pull/651 - dist: add cargo metadata for
cargo-binstall
by @rami3l in https://github.com/rami3l/pacaptr/pull/653
Full Changelog: https://github.com/rami3l/pacaptr/compare/v0.19.2...v0.20.0