Skip to content

v1.1.59

Compare
Choose a tag to compare
@k9spud k9spud released this 07 Nov 03:34
· 38 commits to main since this release

Added right click "Copy flag to clipboard" context menu for USE flags.

Viewing an app that is already installed now highlights dependencies that aren't installed in red (which normally shouldn't happen) and dependencies that may be upgradable in yellow. Note that this does not do any checking whether the newer versions satisfy all dependency constraints however.

Improved left click and hold to work a little easier. Previously, if you moved the mouse cursor a little too much (easy to do on a touch pad), it would fail to open the context menu.

Pressing enter in the URL input box repeatedly now does a soft reload instead of navigating to the same URL over again. This prevents the Back history from getting filled up with the same URL multiple times.

App icons that are too big (>33% of the view) are now forced to 33% of the view width (solves app:app-editors/vscodium looking like crap).

Fixed a dependency parsing bug where a slot number containing a "-" could confuse the regular expression used to sort it out.