Skip to content

Releases: Jguer/yay

v9.3.2

04 Oct 20:18
v9.3.2
a04ece5
Compare
Choose a tag to compare

Changelog

  • Change depsolver to not use a preallocated slice to get make only deps. Fixes weird crashes when cleaning make dependencies
  • Makefile improvements
  • Use BuildDir instead of cacheHome to store ABS PKGBUILDS with -G
  • Remove #788 group-transactions as second order deps with --nobatchinstall were being wrongly detected, feature was also added without a manpage entry, may come back once issues are solved.

v9.3.1

20 Sep 17:52
v9.3.1
Compare
Choose a tag to compare

Changelog

  • -G for ABS now uses git and symlinks. Packages are kept in the ~/.cache/yay and the result is symlinked to the working directory
  • Fixes some information messages
  • Out-of date format change
  • Fixes typos
  • Fixes issues in bash completion

v9.2.1

20 Jun 09:54
v9.2.1
Compare
Choose a tag to compare

Changelog

  • Fix typos at various points
  • Remove makedeps will run even if makepkg is killed or errors out ( #961) (think more pkill makepkg than Ctrl+C on yay)
  • Small fixups to Pass to Makepkg
  • armv7h and aarch64 builds are now fully supported in yay-bin

v9.2.0

06 Apr 12:58
v9.2.0
eb468fc
Compare
Choose a tag to compare

Changelog

  • Support -Sl
  • Add support for building using docker
  • Add support for multiarch builds
  • Typo fixes
  • Code readability improvements
  • Code quality improvements

aarch64 builds have been included for this release but are untested. If nothing goes wrong they will be included in every release from now on.

v9.1.0

20 Jan 15:56
v9.1.0
0f57ed0
Compare
Choose a tag to compare

Changelog

  • Fix -G bash completions
  • Fix datetime format
  • Revert changes to dependency solver which caused various issues

v9.0.1

07 Dec 14:04
v9.0.1
d3a9082
Compare
Choose a tag to compare

Changelog

  • Add support for gcc-go flags
  • Fix issue with gcc-go 1.10.3 in core

v9.0.0

06 Dec 11:21
v9.0.0
47373c5
Compare
Choose a tag to compare

Changelog

  • Transition to semantic versioning
  • Transition to go modules
  • Print errors in stderr
  • Hide provider menu when checking for the existence of a package in
    the repos
  • Improved depSolver
  • Inner conflicts no longer abort installs
  • --noprovides hides yay's provider menu

v8.1173.0

18 Oct 08:30
v8.1173.0
1f1cee7
Compare
Choose a tag to compare

Changelog

  • Don't ignore ignored packages if they are explicitely stated
  • Be more verbose in the presence of db.lck
  • Add pacman flag ask to recognized flags
  • Don't abort on inner conflicts as they may still work

v8.1157.0

08 Oct 18:21
621b8aa
Compare
Choose a tag to compare

Changelog

  • Fix #736 (Cache VCS repositories only)
  • Fix #730 (yay tries to install packages as dependencies that are already satisfied)
  • Typo fixes
  • Fix provider menu showing when it shouldn't
  • Fix dangling src/ directory
  • Rename afterclean to cleanafter
    • --cleanafter or --nocleanafter are the new accepted flags

Notes

Starting next version, yay will transition to full semantic versioning and drop git count versioning for simplicity and for go mod. So next version should be 9.0.0 or (8.1159.0 cough cough cough)

v8.1139

24 Sep 16:52
v8.1139
9ac4ab6
Compare
Choose a tag to compare

Changelog

  • -Qu now respects --quiet or -q
  • Update fish completions
  • Accept --assume-installed as a pacman flag
  • Touch up makefile
  • Touch up manpages
  • Fix bugs related with siglevel
  • Fix build when go module is enabled
  • Pacman config is now read faster using github.com/morganamilo/go-pacmanconf

Mostly a maintenance release, the new config reader should be the biggest addition but shouldn't detract from the stability of the release.