Releases: fosskers/aura
Releases · fosskers/aura
4.0.0-rc2
Added
-A
: It is now possible to build packages as theroot
user by using thenobody
user to runmakepkg
internally. This enables Aura to be used more easily in remote servers and Docker containers.-A
: new--shellcheck
flag (and config setting) to scan PKGBUILDs via Shellcheck.- New command:
free
- deps: new
--open
option automatically opens a viewer.
Changed
- deps:
dot
is automatically called internally. No more need to fight with pipes. -Ak
: prompt user again after diffs are shown.
Fixed
- When building a split package, only the requested packages will be installed.
-Ay
: refresh all clones, not just installed packages.-A
: restore--skipdepcheck
.-A
: restore--build
.- Fall back to
find
iffd
isn't installed.
Removed
- The entire
open
command. It wasn't useful.
3.2.10
This is the final planned release of the v3 Haskell series.
Added
- Hindi translations thanks to "yozachar". धन्यवाद!
- A
--turkish
flag to activate the Turkish localisations.
Fixed
- Corrections made to the Mandarin Chinese translation.
- Don't attempt to remove VCS dirs if they don't exist.
- Updated dependencies.
4.0.0-rc1
Added
- All usable localisations have been ported from the Haskell version. You can view localisation progress with
aura stats -l
. - New command:
aura thanks
- New subcommand:
-Av
for "provides"-based package searching. Tryaura -Av emacs
. -Au
: Package states are automatically saved.-Au
: reinstantiate--dryrun
Fixed
*-debug
packages won't attempt to be installed if they were never built.- Improve handling of
.install
files. - Support
-Rdd
and-Rss
. -Ss
: handling of search terms that begin with-
.-A
: Better display of dependency cycles.
4.0.0-beta04
Added
-A
: Support for building viapkgctl build
. For now, this requires manaully specifying in your~/.config/aura/config.toml
the specific packages you want built this way. Transitive AUR dependencies are supported.
[aur]
chroot = ["timelineproject-hg"]
Fixed
-Au
no longer exits when it can't find properly identify an installed package.
4.0.0-beta03
Added
- Support for
doas
. aura stats
reports various system information.- Respect
LANG
. check
: various new warnings.
Changed
- Config is now read from
~/.config/aura/config.toml
. -A
: prompt if the user tries to install an ignored package.
Fixed
-Cc
: User cache paths are maintained.deps
: account forprovides
in graph visualisations.deps
: account for packages that aren't installed.
4.0.0-beta02
Added
--nocheck
can be passed to-A
to ignorecheckdepends
.
4.0.0-alpha10
The --noconfirm
flag for -A
has been restored.