Ericm Yup Versions Save

Arch Linux AUR Helper with ncurses functionality and better searching and sorting

v1.1.8

2 years ago

Bug Fixes

  • Fixed panic after refusing to install dependencies #38.
  • Fixed new version problem with AUR updates Fixes #31.
  • Fixed issue stopping the removal of a package with -Rscn #34.

What's Changed

New Contributors

Full Changelog: https://github.com/ericm/yup/compare/v1.1.7...v1.1.8

v1.1.7

2 years ago

FIXED

v1.1.6

3 years ago
  • Refactored dependency management
  • Added -Syyu parser

v1.1.5

3 years ago

Bug fixes

  • Fixed issue with checking newer versions of packages (#30)

  • Added fix for package dependencies checking and installation order

v1.1.4

3 years ago

New Features

  • Added check and prompt for optional dependencies to be installed

  • Added check for -R and all other removes that will check for dependents of the package and ask if you wish to uninstall them

v1.1.3

4 years ago

Minor AUR Update fixes

  • Fixed silent update for AUR
  • Added fix for commit hashed versions coming up as newer than AUR

v1.1.2

4 years ago

Minor fixes

  • Fixed issue with certain packages hanging on dependency resolution. See #29 for details

  • This in turn has fixed the dependency conflict checker. In the future when package X is being installed but conflicts with package Y, instead of doing what pacman does, yup will give you the option to remove package Y.

v1.1.1

4 years ago

Bug Fixes

  • Fixed AUR search case sensitivity issue #25

  • Fixed issue with -S not installing multiple packages

  • Fixed zsh completions

v1.1.0

4 years ago

Yup 1.1.0!!!

New Features

  • Added optional vim keybindings #24

Bug Fixes

  • Fixed issue with yup exiting with non-zero after no packages were discovered with yup -c #20 #21

  • Fixed yup cgo compile issue on latest go version cc2b48f572ee79c8d9404a45cab54bc3c1118c8f

  • Reformatted code to comply closer to Golang's style guide

Upcoming Features

  • Recursive dependency check #22

  • Fixes to conflicting package installs

v1.0.3

4 years ago

Bug fixes

  • Fixed AUR install not occurring after dependency resolution