Skip to content

Releases: Jguer/yay

v2.303

31 Jan 17:52
bd25a45
Compare
Choose a tag to compare

Changelog

v2.300

31 Jan 17:12
3f09df3
Compare
Choose a tag to compare

Changelog

  • Yay filters out the repository name if it's included.
    Example: yay -S aur/xst-git installs xst-git
  • Fixes #122

v2.297

31 Jan 10:57
2f5c4df
Compare
Choose a tag to compare

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

04 Dec 06:39
6305f86
Compare
Choose a tag to compare

Changelog

  • Fixed man page auto indentation

v2.217

04 Dec 02:50
4c7f341
Compare
Choose a tag to compare
v2.217 Pre-release
Pre-release

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

19 Oct 03:00
Compare
Choose a tag to compare

Changelog

  • Fixes overaggressive file permissions of the last published version.
    • In case of error: EOF on yay init, try changing your config file permissions to 0644.

v2.200

19 Oct 02:39
Compare
Choose a tag to compare

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 you yay -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

02 Oct 16:03
Compare
Choose a tag to compare

Changelog

  • Upgrade list now allows skipping upgrade install.
  • Qstats now warns about packages not available in AUR anymore.
  • Various bug fixes related to package making.

v2.152

04 Jul 17:57
Compare
Choose a tag to compare

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).

v1.114

10 Apr 01:47
Compare
Choose a tag to compare

Changelog

  • Added AUR completions (updates on first completion every 48h)
  • Small Bugfixes