Skip to content

Releases: humdingerb/quicklaunch

Release v1.7

26 Oct 11:35
Compare
Choose a tag to compare
  • Accept any dropped file - not just applications - as a favorite, tint those green.
  • More optimizations and fixes to reduce start-up and filter time.
  • Prevent the setup window obscuring the main window by floating over it.

Release v1.6.1

19 Oct 15:10
Compare
Choose a tag to compare
  • Start quicker, and become more responsive by using a separate thread to build the initial list of all installed applications.

Release v1.6

18 Oct 16:49
Compare
Choose a tag to compare
  • Support localized application names.
  • Window now "floats" instead of being "modal", allowing interaction with the rest of the system, e.g. drag&drop apps from the QuickLaunch window.
  • Improved vertical alignment of text esp. with tiny and big font sizes.
  • Bugfix: sometimes the initial window size wasn't as tall as needed.
  • Bugfix: using Japanese input methods didn't trigger the search.

Release v1.5

11 Sep 15:31
Compare
Choose a tag to compare
  • Moved the QuickLaunch binary directly into /system/apps. An alert will prompt the user to adjust their Shortcuts perferences.
  • Moved documentation into /system/documentation hierarchy.
  • Added "Open Shortcuts preferences" button to Setup window as convenience.
  • Improved color management, esp. for dark themes.
  • Update translations, thanks all translators!
  • Added Australian English translation
  • Added Norwegian translation, thanks Johan Wagenheim!
  • Added Latin American Spanish translation, thanks cafeina, victroniko, OscarL!

Release v1.4

03 Sep 14:57
Compare
Choose a tag to compare
* Fix possible crash if getting the version info failed (by augiedoggie).
* Fix input with numbers pad.
* New option to sort favorite items to the top of the result list (by augiedoggie).
* Deskbar tray icon now scales with font size (might need a Haiku newer than beta3).
* Standard AboutWindow
* Added Catalan translation, thanks by Davidmp!
* Added Chinese (simplified) translation, thanks 玉堂白鹤!
* Added Czech translation, thanks (not listed at Polyglot...)!
* Added Esperanto translation, thanks Lutrulo and Jakub Fabijan!
* Added Friulian translation, thanks tmtfx!
* Added Greek (Modern) translation, thanks blu.256!
* Added Portuguese (Brazil) translation, thanks Andrei Bosco B. Torres!
* Added Turkish translation, thanks Emir Sarı!

Release v1.3.3

30 May 06:12
Compare
Choose a tag to compare

And another bugfix release.

While the setup window is shown, switch window feel from modal
to 'normal'. Otherwise ou aren't able to e.g. drag'n'drop files
from Tracker windows into the 'Ignore list'.

Release v1.3.2

24 May 17:28
Compare
Choose a tag to compare

Another bugfix release.
Fix freeze when adding/removing an item to/from the ignore list.

Release v1.3.1 - Bugfix

21 May 05:06
Compare
Choose a tag to compare

Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136).
See issue #31.

Release v1.3

05 Mar 07:14
Compare
Choose a tag to compare
  • Add option to look for applications with the search term anywhere in their name, not just as their initial letters. Thanks to Kevin Adams for the patch.
  • Remove "Wait for a second letter before searching". My tests on very slow systems showed that Haiku's queries should be fast enough for short turn-around times.
  • Remove "Launch applications with a single click" and "Window always on top". These are now default behavior.
  • Add ALT+O as key-combo to open an app's parent folder.
  • Restore selection and scroll position when changing a setting that will alter the result list.
  • Fix crash when Favorites are missing.
  • Fix freeze when entering a "%" character.
  • Added Hungarian translation, thanks miqlas!
  • Added Indonesian, thanks mazbrili!
  • Added Portoguese, thanks Victor Domingos!
  • Added Romanian, thanks al-popa and Floren!
  • Added Swedish, thanks deejam and Knezzen!

Release v1.2

11 May 17:08
Compare
Choose a tag to compare
  • Favorites can now be drag & dropped on apps that accept a program,
    like LaunchBox - or in fact the ignore list of the Setup window.
  • Favorites cannot be moved any longer in a result list, only in the
    favorites list.
  • When opening an app's containing folder, scroll to and select the
    app.
  • Fix crash due to a race condition.
  • Closes issues: #14, #13, #12