You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
----
- Fix typos at various points
- Remove makedeps will run even if makepkg is killed or errors out ( Jguer#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
- Support -Sl
- Add support for building using docker
- Add support for multiarch builds
- Typo fixes
- Code readability improvements
- Code quality improvements
- 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
- 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
- `-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`