Releases: Jguer/yay
Releases · Jguer/yay
v2.303
v2.300
v2.297
Changelog
- New argument parsing @Morganamilo (check manpage or --help for new
information) - yay -Qstats changed to yay -Ps or yay -P --stats
- yay -Cd changed to yay -Yc or yay -Y --clean
- yay -Pu (--upgrades) prints update list
- yay -Pn (--numberupgrades) prints number of updates
- yay -G also possible through -Yg or -Y --getpkgbuild (yay -G will be
discontinued once it's possible to add options to the getpkgbuild operation) - yay now counts from 1 instead of 0 @Morganamilo
- Support for ranges when selecting packages @samosaara
- Pacaur style ask all questions first and download first @Morganamilo
- Updated vendor dependencies (Fixes pacman.conf parsing errors and PKGBUILD
parsing errors) - Updated completions
v2.219
v2.217
Changelog
- Updated manpage
- Updated --help
- Fixed AUR update fails with large number of packages #59
- Check if package is already in upgrade list and skip it. #60
- Add -V and -h for flag parsing @AnthonyLam
- Prevent file corruption by truncating the files @maximbaz
- Print VCS error details @maximbaz
- Using '-' doesn't raise an error @PietroCarrara
- use Command.Dir in aur.PkgInstall; Fixes #32 #47 @afg984
- Suffix YayConf.BuildDir with uid to avoid permission issues @afg984 (Not included in last changelog)
v2.201
v2.200
Changelog
- Development github package support readded
- Use yay --gendb to generate the development package db for your existing packages.
- yay remembers when you use
yay -Syu --devel
so it will always check your devel packages for updates when youyay -Syu
after. - Use
yay -Syu --nodevel
to stop yay from check devel updates again.
- XDG_CONFIG_HOME support (#50)
- XDG_CACHE_HOME support
- #45
- #47
- #52
- #57
v2.188
v2.152
Changelog
- Fetching backend changed to Mikkel Oscar's Aur.
- Added support for development packages from github. (Will be removed in the future for a simpler and more general solution).
- Pacman backend rewritten and simplified.
- Added config framework. (config in .config/yay).