Skip to content

Optimized for Tiling Window Managers

Compare
Choose a tag to compare
@excalibur1234 excalibur1234 released this 08 Apr 09:55
· 277 commits to master since this release

This release includes many fixes and improvements. Here are the most noteworthy:

  • Support for Pikaur. Multiple fixes for yaourt and yay.

  • PacUI should now fix - with its 'maintain system' option - problems occuring during updates.

  • PacUI tries to prevent partially updated systems whenever possible now. If you want to achieve the same, please update your system before installing any packages.

  • PacUI's UI should now behave much more flexible when started in small tty/terminal windows. fzf is now displayed at the bottom when started in terminal windows narrower than 120 columns. For very narrow terminal windows, 'pacui h' is recommended instead of 'pacui'.

  • The help page can now be called via 'pacui help' or 'pacui --help'. Short help is still available via 'pacui h' or 'pacui -h'.

  • There is now a new '--flag' argument, which can be used for scripting. As a side effect, you can now use multiple different ways to call pacui options directly in your terminal. For example, PacUI can now update all AUR packages with the following commands:
    'pacui 13'
    'pacui ua'
    'pacui fua'
    'pacui forceupdateaur'
    'pacui updateaur'
    'pacui force-update-aur'
    (including all variants with one or two dashes).
    This means that you can start PacUI via tty/terminal with the same arguments as in the UI!

  • Added preview window to hidden 'downgrade' option.