Skip to content

v8.998

Compare
Choose a tag to compare
@Jguer Jguer released this 02 Aug 08:39
v8.998
714556f

Changelog

Features

  • Reworked shell completions for extra speed
    • cache is updated on package installs concurrently so as to have no impact on completion speed
    • -Pc prints completion list
    • -Pcc forces completion cache to be refreshed
    • -Pcf has been removed
    • --completioninterval can be used to change interval between automatic cache refresh
    • .cache/yay/aur_fish.cache and .cache/yay/aur_sh.cache are safe to delete
  • yay now waits for pacman lock if it's present before continuing
  • New wrapped operation -Sp, repo only for now
  • -Si information has been extended to include Keywords, AUR URL, Groups, First Submitted, Last Modified.
  • -Sii information has been extended to include ID, Package Base ID, Package Base, Snapshot URL
  • -Sc now supports --aur and --repo constraints

GNU/Flags

  • --[no]makepkgconf can be used to set or unset a makepkg.conf location to use

  • Remove make

    • --removemake will remove make dependencies after install
    • --noremovemake will not remove make dependencies after install
    • --askremovemake will ask you if you want to remove make dependencies after install
  • Typical refactoring, bug fixes and trying to squeeze juice out of yay