Skip to content

Releases: fosskers/aura

3.2.6

18 Sep 05:57
Compare
Choose a tag to compare

Added

  • Arabic translations thanks to "Array in the Matrix". شكرًا لك!
  • Ukranian translations thanks to Andriy Cherniy. Дякую!

3.2.5

11 Jun 23:26
Compare
Choose a tag to compare

Changed

  • Expect at least version 5.0 of the versions library.

Fixed

  • Subtle bug involving tarball path parsing. #713

3.2.4

10 Mar 23:08
Compare
Choose a tag to compare

Fixed

  • A bug involving pacman.conf field parsing. #697 #698
  • Broken ZSH completions.

3.2.3

27 Feb 03:09
Compare
Choose a tag to compare

Thanks to Cihan Alkan, Ratijas, and Evan Cameron for contributing to this release.

Added

  • -Cv to clear the VCS cache (usually /var/cache/aura/vcs/). #693
  • Turkish translations thanks to Cihan Alkan. Teşekkür ederim!

Changed

  • Man pages enhanced and reformatted. #672

3.2.2

29 Oct 22:10
Compare
Choose a tag to compare

Fixed

  • A bug involving permissions on the /tmp directory. [#661]

3.2.1

27 Oct 19:36
Compare
Choose a tag to compare

With this release, Aura has passed 2,000 commits. Thank you for your ongoing support!

Changed

  • Breaking: -As and -Ai will yield an exit code of 1 if no results were found. This matches pacman.
  • -As now accepts multiple search terms to narrow in on specific packages.

Added

  • --nocheck will be passed down to makepkg to avoid calling the check() function during the build process. #647
  • --hotedit now has a short variant: -e. #643
  • -Ars <term> or -As <term> --both can be used to yield results from both the AUR and official repos at the same time. #644

Fixed

  • -Sl and -Qil now work as expected. #636 #642
  • Aura no longer displays the misleading Please check your input. message. #639
  • File permission issues when building *-git packages. #651 #634
  • Bash completions are now possible again for Pacman commands. #641

3.1.9

11 Sep 23:42
Compare
Choose a tag to compare

Added

  • Pass -u to -Cc to save N installed packages, and remove all uninstalled ones. Example:
> sudo aura -Cc 3 -u
aura >>= The cache contains 1706 packages, consuming 7324 megabytes.
aura >>= 3 versions of each installed package will be kept.
aura >>= The rest will be deleted. Okay? [Y/n] n

Otherwise, the usual behaviour of -Cc is to save N packages in the cache, regardless of if they are installed or not.

Fixed

  • AUR packages with + in their name (e.g. libc++) can be searched and installed. #630

3.1.8

23 Aug 23:23
Compare
Choose a tag to compare

Changed

  • Updated Polish translations. Thank you, Michał Kurek!
  • Bumped dependency bounds.

3.1.7

12 Aug 22:03
Compare
Choose a tag to compare

Thanks to Sam Horvath-Hunt for contributing to this release.

Added

  • Users can now configure Aura in /home/YOU/.config/aura/aura.conf instead, which takes priority over the default one at /etc/aura.conf.

Fixed

  • Complications involving the cloning of *-git packages. #615

3.1.6

21 Jul 21:54
Compare
Choose a tag to compare

Changed

  • Binary size reduced by 60%!