Skip to content

Releases: cherio/pacbro

Catch-up with tmux updates

01 Oct 15:36
Compare
Choose a tag to compare

New versions of tmux made changes that broke pacbro.
This release addresses the issue.

It also adds Ctrl+e & Ctrl+s shortcuts in "fzf" based lists, see updated help & README

1.0.10

21 Jul 21:30
Compare
Choose a tag to compare

Fix for main info autorefresh upon package selection change

Added package tagging

12 Jun 18:40
Compare
Choose a tag to compare
  • 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

14 May 17:27
Compare
Choose a tag to compare
  • 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

13 Nov 16:11
Compare
Choose a tag to compare
  • 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

18 Oct 21:04
Compare
Choose a tag to compare

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

18 Oct 00:43
Compare
Choose a tag to compare

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

29 Sep 01:12
Compare
Choose a tag to compare

Change to rely on AUR web API instead of yay

Bug fixes; prepare to remove yay dependency

24 Sep 17:00
Compare
Choose a tag to compare
1.0.3

Bug fixes; prepare to remove yay dependency

Minor fixes: per user work directory

22 Sep 04:26
Compare
Choose a tag to compare

The temporary directory must be user specific