Skip to content

Releases: Jguer/yay

v10.2.3

03 Jun 20:08
v10.2.3
6e70e2a
Compare
Choose a tag to compare

🔧 Chores and Improvements

  • 6e70e2a (update) bump minor
  • c922cb3 (update) tentative fix of docker oom
  • 059ca9d (update) use ubuntu-latest for builder image
  • 418b578 (upgrade) add pacman to install list
  • a24fb50 (update) fix line break
  • 25efafe (update) update golangci and force rebuild

📦 Other

  • ba3c669 fix(sync) Don't asks for provider twice

v10.2.2

10 May 06:59
v10.2.2
4993e4d
Compare
Choose a tag to compare

🚀 Features

  • 3efb43a (query) list debug packages missing from AUR separately

🐛 Bug fixes

  • 8e6d098 (deps) fix regression on CombinedDepList
  • 64e5b9e (query) allocate capacity in filterDebugPkgs

🔧 Chores and Improvements

  • 4993e4d (makefile) tag smaller release
  • b0d87b7 (makefile) change default patch
  • ab0ce0a (deps) update dependencies

📦 Other

  • c153631 (release) tweak release

  • 662c630 diaable checking TotalDownload conf

  • faf0343 Sync with go-alpm v2.0.5

  • 7ade2af add testing with pacman-git

  • 767c797 fix test using multiple 'Architecture' value

  • de113b8 Add support for multiple 'Architecture' values

  • 29f4c43 Sort upslice by pacman repo order

  • f04a469 Make UpSlice a struct instead of a type alias

  • 5184ef6 Update eu.po

  • f3dd346 Update eu.po

  • 93d3c87 Update eu.po

v10.2.1

12 Apr 15:33
v10.2.1
85fe90c
Compare
Choose a tag to compare

🚀 Features

  • Implement support for -dd
  • Don't install check deps if --nocheck is passed.

🐛 Bug fixes

  • Don't print exit status message
  • Fix go proxy issue
  • Use upstream recommended template for building

v10.2.0

17 Mar 18:38
v10.2.0
ece81fa
Compare
Choose a tag to compare

🚀 Features

  • Add Swedish translation @riiga
  • Implemented yay -Gp for PKGBUILD printing @nycex

🐛 Bug fixes

  • Fixed sudoloop bug when sudo has custom args
  • Improved Basque translation @Porrumentzio
  • LC_MESSAGES is now given priority over LANG
  • Print error if PATH is empty @xhqr
  • Respect --deps and --explicit for -Qu @xvqxy
  • Mirror pacman return codes on run @julixau
  • prevent leaking goroutines @D1CED
  • Improved interfaces @D1CED

v10.1.2

14 Dec 18:31
v10.1.2
7d849a8
Compare
Choose a tag to compare

🚀 Features

  • None

🐛 Bug fixes

  • Improve fish completions for yay -U and upstream changes
  • Add pacman>6 support
  • Fix git child process killing for correct timeout @ccat3z

v10.1.1

17 Nov 19:35
v10.1.1
f24e211
Compare
Choose a tag to compare

🚀 Features

  • armv6h is now supported in yay-bin

🐛 Bug fixes

  • Fix save issues on missing yay config path
  • Fix makepkg settings not taking place
  • Fix slow package filtering causing delays on update

v10.1.0

18 Oct 18:41
v10.1.0
1c779da
Compare
Choose a tag to compare

🚀 Features

  • 3b2bb28 (exe) AddMakepkg builder
  • 1db5088 (vcs) refactor and test cover
  • 72f120b (config) refactor config to allow running without config
  • c5af6f8 (vcs) package vcs
  • 9ad2862 (vcs) test upDevel and extract OS runner
  • 7a3794a (interface) interface dbexecutor
  • ad9bc9e (db) abstract db ops need for dep

🐛 Bug fixes

  • f6cb0bc (provide) fix dep pool populate with unversioned deps
  • 7979279 (provide) fix provides not finding pagure-database=5.1.0
  • 678d10e (upgrade) export upgrades
  • d6aa288 (alpm) update alpm version
  • 8a0a0cf (ci) fix CI issues
  • 5ae510a (display) adapt padding to match pacman's.
  • 5c05811 (config) fix unsaved config
  • 842dfb2 (ci) update dependencies
  • ab3c66a (clean) Add clean directory warning on fail
  • ce79d53 (deps) fix wrong method implementation
  • 7b70462 (noconfirm) move noconfirm to config global
  • c305e1c (color) remove duplicate colors
  • 1ccfd3f (dbExecutor) rename functions to use dbExecutor
  • 388aaf6 (tests) test handle creation
  • f3925e2 (sync_list) remove alpmHandle
  • 6b973c6 (pkgbuild_download) remove alpmHandle
  • 0e2a02b (clean) extract alpmHandle
  • 7bcf2ec (statistics) use alpm executor
  • 005b293 (install) remove alpmHandle
  • 9fd6917 (alpm) transfer handle initialization to executor
  • 8165174 (dbExecutor) move dbExecutor to runtime config

📦 Other

  • 1c779da (version) version bump
  • 39717f3 (release) automatic changelog
  • e1b632c (deps) update dependencies
  • 3e698f3 (alpm) implement alpm interfaces
  • a80771c (dockerfile) clean pkg cache
  • 1f3020e (dockerfile) reduce image size and update readme
  • c1171d4 (runner) use command runner for commands
  • 4a761c2 (upgrade) test AUR upgrades
  • 94f650f (main) remove alpmHandle

v10.0.4

18 Aug 17:18
Compare
Choose a tag to compare

Changelog

  • Fix Providers menu display
  • Improve ru_RU translations (@Fifis)
  • Improve ja translations (@Hayao0819)
  • Improve package testing
  • Fix small display issues related to translations

v10.0.3

20 Jul 07:37
a8ba2a8
Compare
Choose a tag to compare

Changelog

v10.0.2

28 Jun 09:07
acf95ae
Compare
Choose a tag to compare

Changelog

  • Fix color options not being respected by yay -Si and some other commands.
  • Refactor some utils into smaller packages for testing