Releases: cherio/pacbro
Releases · cherio/pacbro
Catch-up with tmux updates
1.0.10
Added package tagging
- Added package tagging (a.k.a. bookmarking).
Alt+x
tags or un-tags packages.Alt+t
switches to display only tagged packages and back. - Newer versions of
fzf
started drawing a separator line above the list. This slightly messed up the popup. This version adds--no-separator
argument to mitigate the issue. - Updated README
adjust for fzf new behavior
- Adjust for new fzf behavior which forces a header separator line, causing lists not to fit inside popups.
- Numerous small corrections
Info pane refresh tweak; repo name fix for foreign packages
less
occasionally did not refresh package information when it was scrolled down and the top lines were not in the view. Forcing scrolling the content to the top upon navigation.- Repository name was missing for AUR packages when executed without
--aur
parameter (fixed). - Started work on miscellaneous reports (circular dependency detection, detached sets of orphan packages)
Filter verbiage; more consistent popups
Added more consistency to list (single/multi select) popups
Made status line filter information more compact for smaller terminal windows
Added screenshot with comments
Removed auto-loading package details while scrolling (performance)
Small enhancements
Better file viewer popup
More comments in the code
Exit delay bug fix
Alt+q to exit any dialog and the whole program
Removed dependency on yay
Change to rely on AUR
web API instead of yay
Bug fixes; prepare to remove yay dependency
1.0.3 Bug fixes; prepare to remove yay dependency
Minor fixes: per user work directory
The temporary directory must be user specific