Skip to content

Tags: ouuan/yay

Tags

v10.0.0

Toggle v10.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Jguer Jo
10.0.0

v9.4.7

Toggle v9.4.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
check len before accessing element

v9.4.6

Toggle v9.4.6's commit message

Verified

This commit was signed with the committer’s verified signature.
Jguer Jo
fix(yay): fix unescaped variable in CI

v9.4.5

Toggle v9.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Jguer Jo
fix(mod): update vendored modules

v9.4.4

Toggle v9.4.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(print): fix Jguer#1158. initialize stringset in warnings declaration

v9.4.3

Toggle v9.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Jguer Jo
fix(release): changelog doesn't need final as it's not available on c…

…heckout

v9.4.2

Toggle v9.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Jguer Jo
Changelog

- Fix issue where --absdir was not respect
- ABS dirs are copied instead of symlinked as in yay pre9.3

v9.4.1

Toggle v9.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Jguer Jo
Changelog

- Fixes issue where environment variables were not extended for absdir in config file

v9.4.0

Toggle v9.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Jguer Jo
v9.4.0

- Further uncoupling of modules
- Diffs are done from the last reviewd commit (git ref AUR_SEEN)
- --searchby can be used to search for packages using a specific field
- --batchinstall is back
- --absdir can be used to set ABS package directory
- $AURDEST can be used to set AUR package build directory

v9.3.3

Toggle v9.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Jguer Jo
Changelog

- Completions moved to a separate module
  - Completions are stored in `~/.cache/yay` by default or `$(XDG_CACHE_HOME)/yay``
- Fixes `make docker-buildocker build`
- Fixes issue of $GOPATH/pkg folders being created during runtime. Read Jguer#1047, it's weird