Releases: ericm/yup
Releases · ericm/yup
v1.1.8
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
- Pacman search: Return error if exec failed by @juergenhoetzel in #37
- Fixing newerVersion() by @Ballasi in #39
New Contributors
- @juergenhoetzel made their first contribution in #37
Full Changelog: v1.1.7...v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
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
Xis being installed but conflicts with packageY, instead of doing what pacman does, yup will give you the option to remove packageY.
v1.1.1
v1.1.0
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