Skip to content

Releases: alexheretic/aurto

v0.14.0

27 Sep 12:05
v0.14.0
Compare
Choose a tag to compare
  • Add new logic for updating vcs packages. Fixes issues with vcs package build failures causing them to be removed from the aurto db.

v0.13.0

20 Sep 12:45
v0.13.0
Compare
Choose a tag to compare
  • 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

13 Sep 12:36
v0.12.10
Compare
Choose a tag to compare
  • trust-check: replace curl, json with ureq + serde_json. Fixes http issues but bloats the trust-check binary to 1.8MB.

v0.12.9

11 Apr 00:27
v0.12.9
Compare
Choose a tag to compare
  • aurto init: Fix creation of aurto.db, create zstd compressed tar on initialisation.
  • aurto remove|addpkg: Use aurto.db symlink.

v0.12.8

05 Apr 04:39
v0.12.8
Compare
Choose a tag to compare
  • Include "FAIL" lines in aurto status output
  • Update makepkg-chroot.conf to upstream defaults

v0.12.7

21 Dec 18:04
v0.12.7
Compare
Choose a tag to compare
  • Fix completion outputting curl stderr.
  • Update trust-check dependencies.

Also

  • Add docker image ghcr.io/alexheretic/aurto:main. See docker readme.

v0.12.6

07 Aug 20:04
v0.12.6
Compare
Choose a tag to compare
  • 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

01 Jul 11:37
v0.12.5
Compare
Choose a tag to compare
  • Fix issues adding packages where pkgname != pkgbase

v0.12.4

25 Jun 10:38
v0.12.4
Compare
Choose a tag to compare
  • Update pacman-chroot.conf & makepkg-chroot.conf.
  • Update trust-check dependencies.

v0.12.3

22 Jan 00:14
v0.12.3
Compare
Choose a tag to compare
  • Set low CPUWeight & IOWeight for background services.
  • Update trust-check dependencies.