Skip to content

v1.1.34

Compare
Choose a tag to compare
@k9spud k9spud released this 26 Jan 20:15
· 107 commits to main since this release

Now ignores differences in the "subslot" number when generating an "update:" list, to better match what Portage does.

"List files owned" now displays the package's file list in-app instead of launching an external terminal window. This is still kind of clunky though, because Qt's QTextEdit widget chokes if you get a list of files that is too long. For now, we simply truncate the list if it exceeds 2,000 entries.

Using an URL like "file:///" allows you to browse your file system like old web browsers used to do for FTP sites. Added image viewing mode.

Added right click menu option to "Build binary package" for those times when you want to build a package, but not install it immediately.

No longer uses XFCE's "exo" launcher and instead uses the "gio" launcher from dev-libs/glib for launching an external browser. This eliminates the dependency on XFCE, which itself was depending on dev-libs/glib under the hood anyway.

Fixed a bug where closing the clipboard tab could cause the program to segfault. The clipboard contents is now saved and restored when shutting down the application.

Long pressing Forward/Back buttons now pops up a menu of page history for the given direction.