Skip to content

Tags: guimmp/yay

Tags

v9.1.0

Toggle v9.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- Fix `-G` bash completions

- Fix datetime format
- Revert changes to dependency solver which caused various issues

v9.0.1

Toggle v9.0.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- Update makefile to support gcc-go in core

v9.0.0

Toggle v9.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- 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

Toggle v8.1173.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- 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

Toggle v8.1157.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Jguer Jo
Update constant version. Add transitional support for patch version

v8.1139

Toggle v8.1139's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- `-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`

v8.1115

Toggle v8.1115's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- Fix `$HOME` being created on new users config

- Default Build dir to cache and not config

v8.1110

Toggle v8.1110's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- Fix depends sometimes being ordered incorrectly

- Variables are now extended from config ($HOME works in config)
- Limit download goroutines to 25

v8.1101

Toggle v8.1101's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
- Fixes, fixes, fixes

- Documentation updates
- Completion updates
- don't overwrite directories with `-G` by default
 - can be forced with `-Gf`
- `--aururl` can be used to set the AUR url to use
  - `https://aur.archlinux.org` by default
- PKGBUILD retrieval is now done in parallel
- Gendb is now done in parallel
- Devel update sourcing should be more accurate
- `--option=x` is format for options is now supported
- Bash completions optimized to reduce lag from package completion list
- Drop conflicting arguments
  - `-P --print` renamed to `-P --show`
  - `-g --config` renamed to `-g --currentconfig`

v8.998

Toggle v8.998's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Jguer Jo
* Reworked shell completions for extra speed

  - cache is updated on package installs concurrently so as to have no impact on completion speed
  - `-Pc` prints completion list
  - `-Pcc` forces completion cache to be refreshed
  - `-Pcf` has been removed
  - `--completioninterval` can be used to change interval between automatic cache refresh
  - `.cache/yay/aur_fish.cache` and `.cache/yay/aur_sh.cache` are safe to delete
* `yay` now waits for pacman lock if it's present before continuing
* New wrapped operation `-Sp`, repo only for now
* `-Si` information has been extended to include Keywords, AUR URL, Groups, First Submitted, Last Modified.
* `-Sii` information has been extended to include ID, Package Base ID, Package Base, Snapshot URL
* `-Sc` now supports `--aur` and `--repo` constraints
* `--[no]makepkgconf` can be used to set or unset a makepkg.conf location to use
* Remove make
  - `--removemake` will remove make dependencies after install
  - `--noremovemake` will not remove make dependencies after install
  - `--askremovemake` will ask you if you want to remove make dependencies after install