yup

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

GPL-3.0 License

Stars
139
Committers
6

Bot releases are visible (Hide)

yup - v1.1.8 Latest Release

Published by ericm over 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

yup - v1.1.7

Published by ericm about 3 years ago

FIXED

yup - v1.1.6

Published by ericm almost 4 years ago

  • Refactored dependency management
  • Added -Syyu parser
yup - v1.1.5

Published by ericm over 4 years ago

Bug fixes

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

  • Added fix for package dependencies checking and installation order

yup - v1.1.4

Published by ericm over 4 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

yup - v1.1.3

Published by ericm over 4 years ago

Minor AUR Update fixes

  • Fixed silent update for AUR
  • Added fix for commit hashed versions coming up as newer than AUR
yup - v1.1.2

Published by ericm over 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.

yup - v1.1.1

Published by ericm over 4 years ago

Bug Fixes

  • Fixed AUR search case sensitivity issue #25

  • Fixed issue with -S not installing multiple packages

  • Fixed zsh completions

yup - v1.1.0

Published by ericm over 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

yup - v1.0.3

Published by ericm over 4 years ago

Bug fixes

  • Fixed AUR install not occurring after dependency resolution
yup - v1.0.2

Published by ericm almost 5 years ago

Bug Fixes

  • Fixed AUR dependency issues.
yup - v1.0.1

Published by ericm almost 5 years ago

Some minor fixes

yup - v1.0.0

Published by ericm almost 5 years ago

1.0.0 is here!

Features

  • Added check for newer AUR version of type rXXX during yup -a

  • Added terminal resize event in ncurses

  • Reduced limit for package sort for faster queries

  • Added configuration items for pacman / AUR query limits.

  • Added configuration item for sort mode: closest or none.

  • Changed default settings (recreate config).

  • Refactored code for search query parsing.

Bug Fixes

  • Fixed yup cache clearing issue with deleting necessary files
  • Fixed issue where yup asks to remake config upon install
  • Fixed issue with silent update not updating dependencies

Major Speed Boost

yup - v1.0.0-rc3

Published by ericm almost 5 years ago

Major speed boost.

  • Changed default settings (recreate config).

  • Refactored code for search query parsing.

yup - v1.0.0-rc2

Published by ericm almost 5 years ago

New Features

  • Added configuration items for pacman / AUR query limits.
  • Added configuration item for sort mode: closest or none.
yup - v1.0.0-rc1

Published by ericm almost 5 years ago

Features

  • Added check for newer AUR version of type rXXX during yup -a
  • Added terminal resize event in ncurses
  • Reduced limit for package sort for faster queries

Bug Fixes

  • Fixed yup cache clearing issue with deleting necessary files
  • Fixed issue where yup asks to remake config upon install
yup - v0.3.0-beta

Published by ericm about 5 years ago

Features

  • Added package groups (such as xorg) to search results

Bug fixes

  • Stopped crash before filtering when a package got matched with a faulty regex, tricking it into thinking it was installed.
yup - v0.2.1-beta

Published by ericm about 5 years ago

  • Added message for no results
  • Added default case for other repos in ncurses menu
yup - v0.2.0-beta

Published by ericm about 5 years ago

New Features

  • Added filter for same dependencies being added
  • Added local dependency check for edited PKGBUILDs
yup - v0.1.9-beta

Published by ericm about 5 years ago

Bug Fixes

  • Fixed Makefile to put binary in /usr/bin.
  • Added index out of range checks for pacman info parsing during search.
  • Fixed issue with AUR dependency tree installing dependencies in wrong order.

New Features

  • Added support for downloading split packages using the pkgbase.
  • Improved cache clearing for yup -C.