Skip to content

Releases: alexheretic/aurto

v0.7.1

01 Jun 13:44
v0.7.1
3020e5f
Compare
Choose a tag to compare
  • Check trust for all aur dependencies
  • Clean aurutils cache after aurto-update
  • Clean chroot after git aurto-update

v0.7

31 May 11:27
v0.7
292f4e7
Compare
Choose a tag to compare
  • Add optional maintainer trust system, including automatic removal of packages from the aurto repo that have changed to an unknown maintainer read more.
    • Existing users must opt-in by sudo touch /etc/aurto/trusted-users; sudo chown USERNAME /etc/aurto/trusted-users
  • Add automatic removal of packages from the aurto repo that are no longer in the AUR.

v0.6.7

22 May 09:38
v0.6.7
6f5116e
Compare
Choose a tag to compare
  • Wait for network-online before update-aurto service

v0.6.6

15 Apr 10:14
v0.6.6
bcd4fc3
Compare
Choose a tag to compare
  • Add bash/fish shell aurto remove completion of packages in the aurto repo
  • Improve fish shell subcommand completion

v0.6.5

13 Apr 07:38
v0.6.5
cf6a9ac
Compare
Choose a tag to compare
  • Add basic bash shell completion
  • Add basic fish shell completion

v0.6.4

29 Mar 15:02
v0.6.4
2e9b3f4
Compare
Choose a tag to compare
  • Fix help formatting
  • Handle running aurto as root by re-running as installer user
  • Handle running /usr/lib/aurto/update-aurto as non-root by re-running as root

v0.6.3

29 Mar 11:50
v0.6.3
ad32134
Compare
Choose a tag to compare
  • Prompt /var/lib/pacman/local dir listeners after updating a package in the aurto repo. This allows gnome extension arch-update to show timely messages.

v0.6.2

29 Mar 08:58
v0.6.2
c1b1c23
Compare
Choose a tag to compare
  • Update repository just after system startup

v0.6.1

16 Mar 15:00
v0.6.1
7cd1ebf
Compare
Choose a tag to compare
  • Don't fail on pacsync aurto failures during update-aurto checks (pacman locks)
  • Use simple non-blocking systemd service for update-aurto (previously oneshot)

v0.6.0

02 Mar 12:36
v0.6.0
b0c5d20
Compare
Choose a tag to compare
  • Print pacman install hint after aurto add
  • Simplify Running: cmd printing
  • Improve print color usage & clarity