Skip to content

Releases: quicksilver/Quicksilver

v2.5.6

14 Feb 16:20

Choose a tag to compare

Quicksilver v2.5.6 Release Notes

This release is a minor update to v2.5.5 to avoid a potential crash

New Features

  • Extract text from images — Image objects now have their text extracted, allowing you to search for text within images
  • Additional search context for objects — Objects can now carry hidden search context (e.g. text extracted from images) that improves search without cluttering the UI
  • Open plugin docs on the web — Plugin documentation now opens on the web when available

Improvements

  • Resolve indirect objects on a background thread — Avoids blocking the main UI and a potential deadlock
  • Bring up main window synchronously — If already on the main thread, avoids an unnecessary dispatch that could cause a laggy feeling
  • Improve opening the Preferences pane — Using ⌘, now more consistently brings the Preferences window to the front
  • ⌘F now focuses search bars in Preferences — Works across General, Actions, and Advanced preference panes (#1011)
  • Score 3rd pane objects when displaying — Improves relevance of results shown in the third pane
  • More fuzzy searching for plugin names — e.g. searching "mail" now returns "E-Mail Support"
  • Tweak to insertSpace — Avoids resolving objects when not needed
  • Filter out non-bundle applications from results

Plugin Updates

Plugins

  • Emojis Plugin (v1.1.1)

    • Update list of emojis
    • Set 'paste' as the default action for emojis
  • Contacts Plugin (v2.3.1)

    • Fix scanning contacts and → into Contacts.app
  • Clipboard Plugin (v1.8.7)

    • Fix a small issue that meant the clipboard could struggle to paste in some apps
  • Calendar & Reminders Plugin (v1.5.1)

    • Adds a 'Next Online Meeting' proxy that allows you to quickly bring up the next online meeting URL to open it
    • Various minor improvements
  • User Interface Plugin (v2.6.1)

    • Improve current document proxy: now picks up files from VSCode and Chrome
  • Apple Mail Plugin (v3.2.0)

    • Apple Silicon Support
    • Various minor improvements
  • E-mail Support (v3.0.1)

    • Apple Silicon Support
    • Various minor improvements
  • Gmail Plugin (v1.3.0)

    • Apple Silicon Support
    • Various minor improvements

Bug Fixes

  • Fix ⌘⇧ with actions using kQSObjectDefaultAction — Previously this would crash when iterating over the action array structure
  • Fix using backspace in the action selector — Previously searched the whole QSLib instead of only actions
  • Fix bezel interface auto layout issues
  • Switch Bezel to use auto layout — Fixes layout for text mode as well
  • Fix a crash when copy/pasting an NSColor
  • Fix trigger hot keys not clearing when deleting with backspace in the trigger sidebar pane

UI & Appearance

  • Update plugin changelog text color for dark mode

Maintenance

  • Update search documentation URL to the mkdocs instance
  • Update donate URL to latest page

v2.5.5

12 Feb 18:29

Choose a tag to compare

Quicksilver v2.5.5 Release Notes

New Features

  • Extract text from images — Image objects now have their text extracted, allowing you to search for text within images
  • Additional search context for objects — Objects can now carry hidden search context (e.g. text extracted from images) that improves search without cluttering the UI
  • Open plugin docs on the web — Plugin documentation now opens on the web when available

Improvements

  • Resolve indirect objects on a background thread — Avoids blocking the main UI and a potential deadlock
  • Bring up main window synchronously — If already on the main thread, avoids an unnecessary dispatch that could cause a laggy feeling
  • Improve opening the Preferences pane — Using ⌘, now more consistently brings the Preferences window to the front
  • ⌘F now focuses search bars in Preferences — Works across General, Actions, and Advanced preference panes (#1011)
  • Score 3rd pane objects when displaying — Improves relevance of results shown in the third pane
  • More fuzzy searching for plugin names — e.g. searching "mail" now returns "E-Mail Support"
  • Tweak to insertSpace — Avoids resolving objects when not needed
  • Filter out non-bundle applications from results

Plugin Updates

Plugins

  • Emojis Plugin (v1.1.1)

    • Update list of emojis
    • Set 'paste' as the default action for emojis
  • Contacts Plugin (v2.3.1)

    • Fix scanning contacts and → into Contacts.app
  • Clipboard Plugin (v1.8.7)

    • Fix a small issue that meant the clipboard could struggle to paste in some apps
  • Calendar & Reminders Plugin (v1.5.1)

    • Adds a 'Next Online Meeting' proxy that allows you to quickly bring up the next online meeting URL to open it
    • Various minor improvements
  • User Interface Plugin (v2.6.1)

    • Improve current document proxy: now picks up files from VSCode and Chrome
  • Apple Mail Plugin (v3.2.0)

    • Apple Silicon Support
    • Various minor improvements
  • E-mail Support (v3.0.1)

    • Apple Silicon Support
    • Various minor improvements
  • Gmail Plugin (v1.3.0)

    • Apple Silicon Support
    • Various minor improvements

Bug Fixes

  • Fix ⌘⇧ with actions using kQSObjectDefaultAction — Previously this would crash when iterating over the action array structure
  • Fix using backspace in the action selector — Previously searched the whole QSLib instead of only actions
  • Fix bezel interface auto layout issues
  • Switch Bezel to use auto layout — Fixes layout for text mode as well
  • Fix a crash when copy/pasting an NSColor
  • Fix trigger hot keys not clearing when deleting with backspace in the trigger sidebar pane

UI & Appearance

  • Update plugin changelog text color for dark mode

Maintenance

  • Update search documentation URL to the mkdocs instance
  • Update donate URL to latest page

v2.5.4

30 Jan 20:34

Choose a tag to compare

What's Changed

  • Fix for input methods (e.g. cangjie/pinyin - 倉頡/拼音): by @pjrobertson in #3078
  • Updated Calendar plugin with a new 'Next Online Meeting' proxy object to quickly find your next meeting!
Screen Region 2026-02-02 at 22 18 22 2
  • Updated Mail support, Apple Mail and Gmail support for latest versions of macOS 🎉
  • Drag drop deprecations by @pjrobertson in #3079
  • Fix adding Finder sidebar items and 'recent documents' to the catalog by @pjrobertson in #3083
  • Various small fixes and improvements based on crash reports (please keep submitting them!) by @pjrobertson in #3084
  • Fixes to accelerate and avoid processsor hogging in QSProcessMonitor.m: by @mauritium in #3087
  • Silence some superfluous logs @n8henrie in #3076

Development

New Contributors

Full Changelog: v2.5.3...v2.5.4

v2.5.3

14 Sep 12:12

Choose a tag to compare

What's Changed

  • Fix rare crash when using the current selection proxy @pjrobertson in #3067
  • Updated Czech, Dutch and Spanish translations [see more]
  • New feature: option to close the Quicksilver window after dragging and dropping @pjrobertson in #3066
Screen.Recording.2025-09-14.at.14.20.20.mov

Full Changelog: v2.5.2...v2.5.3

v2.5.2

09 Jun 14:24

Choose a tag to compare

What's Changed

Development

Full Changelog: v2.5.1...v2.5.2

v2.5.1

16 Apr 07:20

Choose a tag to compare

Build version: 4044

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

21 Mar 10:52

Choose a tag to compare

Build version 4043

What's Changed

Full Changelog: v2.4.3...v2.5.0

v2.4.3

14 Oct 15:17
v2.4.3

Choose a tag to compare

v2.4.3

v2.4.2

28 Dec 13:20
v2.4.2

Choose a tag to compare

Version 2.4.2 of Quicksilver, for full list of changes, see: https://…

v2.4.1

06 Sep 05:43
5a77943

Choose a tag to compare

Version 2.4.1 of Quicksilver, for full list of changes see: https://q…