Skip to content

Releases: Jguer/yay

v10.0.1

17 Jun 23:35
9d93a1f
Compare
Choose a tag to compare

Features

Fixes

  • Fix panic on AUR search without match #1298
  • Small fixes and improvements to locales
    • pt (@guiananias)
    • zh_CN (@ouuan)

v10.0.0

13 Jun 21:42
v10.0.0
1769ba9
Compare
Choose a tag to compare

10.0.0 (2020-06-13)

Features

  • Added translation base work
  • Added pt translation
  • Added zh_CN translation (thank you @Hill-98 )
  • Added fr_FR translation (thank you @benjaminvialle )
  • Install *-debug packages if built by makepkg (thank you @Ferdi265 )

Bug Fixes

  • Fix AUR package completions (use yay -Pcc to force cache refresh if issue persists)
  • Change default proxy to https://gocenter.io,direct, should work better for chinese users

Maintainability

  • Refactored CI to tag and release separately

v9.4.7

01 May 15:03
Compare
Choose a tag to compare

9.4.7 (2020-05-01)

v9.4.6

29 Feb 18:08
352667f
Compare
Choose a tag to compare

9.4.6 (2020-02-29)

Bug Fixes

yay: remove vendoring
yay: fix unescaped variable in CI ()

v9.4.5

27 Feb 18:51
f4503ad
Compare
Choose a tag to compare

Changelog

  • fix(mod): update vendored modules

  • Bugfix apostrophe and bracket

  • Move note yay --option /= yay -Syu --option.

  • Fix -U complete

  • Add missing diff completions for zsh

  • Fix typos in man page

  • fix(ci): add previous_tag from git describe

v9.4.4

17 Jan 20:14
Compare
Choose a tag to compare

Changelog

v9.4.3

12 Jan 18:52
87fcfbf
Compare
Choose a tag to compare

Changelog

fix: add auto-tag

Merge pull request #1147 from msAlcantara/master
Add error handler on saveConfig
Add error handler on saveConfig

Merge pull request #1136 from Jguer/1135-fixCachedABS
Fix cached abs not getting the latest version
fix #1135: pull and fast forward abs instead of just fetching latest head

update module dependencies

Merge pull request #1115 from Morganamilo/ignoreignore
Hide warnings for ignored packages
Merge pull request #1102 from Jguer/fix-completions
Update completions for zsh and bash to pacman 5.2
Hide warnings for ignored packages

Merge pull request #1111 from Morganamilo/notar
Remove tar support
Remove tar support
tar is slower and harder to diff. I doubt any one still uses it intentially.

There's a chance some people have not cleared their cache in two years
and still have tar based packages around. But forcing them to clear
their cache is not a big deal at all.

Updated zsh and bash completions to pacman 5.2 and yay 9.4.*
Removes tar completions
Removes --owns from bash/zsh
Bash now prints repo pkgs if no letter is entered and AUR and repo if
there's a letter

Merge pull request #1107 from Morganamilo/igorediffret
Ignore errors while diffing
Ignore errors while diffing
std{out,err} all passed to the call so errors should print just as
before, the only difference is now yay will not abort after an error
occurs. We always provide a confirmation dialog after viewing diffs so
this should be safe.

Merge pull request #1106 from Morganamilo/fixfish
Remove -F in fish completion
Remove -F in fish completion
This flag is only in fish-git, making it broken for most people.

Merge pull request #1100 from akiirui/fish-patch-2
completions/fish: refine from pacman 5.2.0 and yay 9.4.2
Merge pull request #1101 from Morganamilo/#942
Add SudoBin and SudoFlags
Add SudoBin and SudoFlags

completions/fish: refine from pacman 5.2.0 and yay 9.4.2

fixed some completions for bash and zsh. Closer to pacman 5.2

Merge pull request #1088 from akiirui/fish-completions-patch
completions/fish: update for pacman 5.2
completions/fish: update for pacman 5.2 -F: Remove -s --search Remove -o --owns Add -x --regex -S -U: Remove --force Add --overwrite and another fix: -Qo remove -f in complete -U add .zst zstd completion

v9.4.2

23 Oct 11:53
v9.4.2
290d3d2
Compare
Choose a tag to compare

Terms and conditions of v9.4.0 still apply

I use manjaro and this doesn't work!

Manjaro packages pacman separately, therefore you're still in an old version. Manjaro also packages yay so all you have to do is wait and ignore this update for now

I use ARM and this doesn't work

Archlinux ARM hasn't updated to pacman 5.2 yet, yay v9.3.3 will serve you well until then. I'll package a new release with ARM binaries as soon as it becomes available.

Changelog

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

v9.4.0

22 Oct 10:13
v9.4.0
c0e78c8
Compare
Choose a tag to compare

This release requires pacman>=5.2

Check if you're automatically upgrading #1084

Changelog

  • 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

bin packages will be provided for armv7h and aarch64 once pacman 5.2 reaches core in those platforms.

v9.3.3

05 Oct 11:07
v9.3.3
fdcfeba
Compare
Choose a tag to compare

Changelog

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