Skip to content

Releases: aarnt/octopi

v0.16.2

17 Jun 22:45
Compare
Choose a tag to compare
  • BugFix: Increased width of Terminal tab labels on optionsdialog.
  • BugFix: Removed a debug msg when octopi was not being executed with "-d".
  • Updated translations.

v0.16.1

09 Jun 21:10
Compare
Choose a tag to compare
  • BugFix: Updated some LANG environment variables to C.UTF-8.
  • BugFix: Info/Files tabs were always empty if they were selected at octopi's start.
  • BugFix: Do not install notifier's desktop file in /etc/xdg/autostart.
  • BugFix: Could not remove packages when internet connection was down (thanks to Theluga).
  • Added shortcut key "Ctrl+Shift+U" to upgrade outdated AUR packages.
  • Arrow keys navegation refresh Info and Files tabs again.
  • Updated translations.

v0.16.0

19 May 15:50
Compare
Choose a tag to compare
  • BugFix: '--noeditmenu' is deprecated. Use '--editmenu=false' instead (thanks to rbaruccojr).
  • BugFix: Fixed silent error when pacman's database is locked (thanks to SloppyPuppy).
  • BugFix: Files tab expand all items by default.
  • BugFix: Updated translations.
  • Now using the unified qt-sudo project (https://github.com/aarnt/qt-sudo) for privilege escalation.
  • Default to Qt6 lib build (including qtermwidget6)

v0.15.0

20 Sep 18:13
Compare
Choose a tag to compare
  • BugFix: Invalidate Info/File tabs when user is navigating packages using the keyboard.
  • BugFix: Better handle dependencies while staging packages for deletion.
  • BugFix: First yay-bin download now works again.
  • BugFix: Polished navigation on Info tab dependencies
  • BugFix: AUR passwords that contained a "+" char failed to login at aur.archlinux.org.
  • BugFix: When using the pacman backend, call "pacman -Qm" to fetch ALL foreign packages.
  • BugFix: Change install reason did not work with pacman backend.
  • Made the code Qt5/Qt6 compatible.
  • Using "pacman -Fl" to view contents of non installed packages (thanks to Zesko).
  • Added a Terminal tab to options dialog to config its colors and fonts.
  • Octopi-sudo code was synced to match project "lxqt-sudo" version 1.3.0.