Releases: fosskers/aura
Releases · fosskers/aura
4.0.0-rc2
Added
-A: It is now possible to build packages as therootuser by using thenobodyuser to runmakepkginternally. This enables Aura to be used more easily in remote servers and Docker containers.-A: new--shellcheckflag (and config setting) to scan PKGBUILDs via Shellcheck.- New command:
free - deps: new
--openoption automatically opens a viewer.
Changed
- deps:
dotis 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
findiffdisn't installed.
Removed
- The entire
opencommand. 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
--turkishflag 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:
-Avfor "provides"-based package searching. Tryaura -Av emacs. -Au: Package states are automatically saved.-Au: reinstantiate--dryrun
Fixed
*-debugpackages won't attempt to be installed if they were never built.- Improve handling of
.installfiles. - Support
-Rddand-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.tomlthe specific packages you want built this way. Transitive AUR dependencies are supported.
[aur]
chroot = ["timelineproject-hg"]Fixed
-Auno longer exits when it can't find properly identify an installed package.
4.0.0-beta03
Added
- Support for
doas. aura statsreports 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 forprovidesin graph visualisations.deps: account for packages that aren't installed.
4.0.0-beta02
Added
--nocheckcan be passed to-Ato ignorecheckdepends.
4.0.0-alpha10
The --noconfirm flag for -A has been restored.