Releases: alexheretic/aurto
Releases · alexheretic/aurto
v0.14.0
v0.13.0
- Update makepkg & pacman config inline with pacman v7
DisableSandbox
by default- Enable
ParallelDownloads = 5
by default - Include "RUST LANGUAGE SUPPORT" section
- Use zstd compression default level
v0.12.10
- trust-check: replace curl, json with ureq + serde_json. Fixes http issues but bloats the trust-check binary to 1.8MB.
v0.12.9
- aurto init: Fix creation of aurto.db, create zstd compressed tar on initialisation.
- aurto remove|addpkg: Use aurto.db symlink.
v0.12.8
- Include "FAIL" lines in
aurto status
output - Update makepkg-chroot.conf to upstream defaults
v0.12.7
- Fix completion outputting curl stderr.
- Update trust-check dependencies.
Also
- Add docker image
ghcr.io/alexheretic/aurto:main
. See docker readme.
v0.12.6
- Fix update-aurto error when using
conf-disable-chroot
. - Don't use makepkg-chroot.conf, or pacman-chroot.conf when using
conf-disable-chroot
.
v0.12.5
- Fix issues adding packages where pkgname != pkgbase
v0.12.4
- Update pacman-chroot.conf & makepkg-chroot.conf.
- Update trust-check dependencies.
v0.12.3
- Set low CPUWeight & IOWeight for background services.
- Update trust-check dependencies.