Skip to content

Releases: ericm/yup

v1.1.8

18 Mar 21:51
Compare
Choose a tag to compare

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: v1.1.7...v1.1.8

v1.1.7

13 Sep 14:01
4368489
Compare
Choose a tag to compare

FIXED

v1.1.6

06 Nov 23:37
Compare
Choose a tag to compare
  • Refactored dependency management
  • Added -Syyu parser

v1.1.5

29 Jun 17:47
Compare
Choose a tag to compare

Bug fixes

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

  • Added fix for package dependencies checking and installation order

v1.1.4

29 May 18:22
Compare
Choose a tag to compare

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

15 Apr 22:27
Compare
Choose a tag to compare

Minor AUR Update fixes

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

v1.1.2

06 Apr 23:13
Compare
Choose a tag to compare

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

25 Mar 15:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixed AUR search case sensitivity issue #25

  • Fixed issue with -S not installing multiple packages

  • Fixed zsh completions

v1.1.0

09 Mar 22:50
Compare
Choose a tag to compare

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 cc2b48f

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

Upcoming Features

  • Recursive dependency check #22

  • Fixes to conflicting package installs

v1.0.3

28 Jan 09:50
143955f
Compare
Choose a tag to compare

Bug fixes

  • Fixed AUR install not occurring after dependency resolution