quicklaunch: update to v1.8

From it's changelog:

* Remove buttons, add menu bar.
* Add menu items to temporarily override settings.
* Change some keyboard shortcuts to keep things intuitive with the new temp options.
* Add default entries to ignore list.
* Add button to reset default entries.
* Move favorite star icon to the right for less interference with icons with overlays.
* Always sort items with the same name in the same order and keep the selection on result change if possible. Thanks Máximo!
* Bugfix: Fixed false positives when filtering Trash. Thanks Máximo!
* Bugfix: Sometimes the scrollbar was needlessly active (window slightly too small). Thanks Máximo!
* Bugfix: Fixed rarely encountered 'overfiltering' bug of ignore list. Thanks Máximo!
* Bugfix: Fixed memory leaks. Thanks Máximo!
* Bugfix: Fix crash when mounting/unmounting a volume.
* Bugfix: Fix double entries when setting 'save last term' is active.
* Updated documentation.
* Updated translations.
This commit is contained in:
Humdinger
2024-12-03 14:31:12 +01:00
parent 90ecd52db6
commit 2606dfe676

View File

@@ -1,4 +1,4 @@
SUMMARY="A tool to quickly start any installed application"
SUMMARY="A tool to quickly start any installed application"
DESCRIPTION="QuickLaunch is a small launcher tool that helps you to quickly \
start any installed application (as long as it has an app-signature). Simply \
start entering the name of an application and QuickLaunch will find all \
@@ -16,7 +16,7 @@ COPYRIGHT="2010-2024 Humdinger"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="d275f0c14d64c0a42b67fd234698402d7f3a25e88b9e9bb4b19f1b8050bee46d"
CHECKSUM_SHA256=""
SOURCE_DIR="quicklaunch-$portVersion"
ARCHITECTURES="all"