See Github for latest release notes
QSProcessMonitor
crashes by using the threadsafe dict in more placesQSThreadSafeMutableDictionary
by switching to @synchronized
QSProcessMonitor
Requires macOS 10.14+
Requires macOS 10.14+
This release is all about stability. v2.3.0 brings over 50 changes and bug fixes to Quicksilver!
Requires macOS 10.14+
Recent plugin updates include:
Requires macOS 10.14+
Requires macOS 10.14+
Requires macOS 10.14+
Requires macOS 10.14+
Requires macOS 10.14+
Note: some users are experiencing issues updating from Quicksilver v2.0.0-v2.0.3. If you encounter problems updating, you can try manually updating by downloading the latest version from https://qsapp.com/download.php
Requires macOS 10.14+
Note: some users are experiencing issues updating from Quicksilver v2.0.0-v2.0.3. If you encounter problems updating, you can try manually updating by downloading the latest version from https://qsapp.com/download.php
Requires macOS 10.14+
Note: some users are experiencing issues updating from Quicksilver v2.0.0-v2.0.3. If you encounter problems updating, you can try manually updating by downloading the latest version from https://qsapp.com/download.php
Requires macOS 10.14+
Requires macOS 10.14+
.scptd
AppleScript files (#2603, #1268)qsrelease
script (#2582)Info.plist
to help with packaging (#2527, #2528)qsrelease
to successfully sign the application bundle (#2674)qssign
script (#2655)buildDMG.pl
script (#2655)Requires macOS 10.12+
/System/Applications
by default (#2510)cachedProxyTarget
method to find out what a proxy object last pointed to without resolving it again (#2489)NSRunningApplication
(#2500)Requires macOS 10.12+
Requires macOS 10.10+
Requires macOS 10.10+
Requires macOS 10.10+
Requires macOS 10.10+
Requires macOS 10.10+
xctool
(#2353)xctool
(#2362)Requires macOS 10.10+
Requires macOS 10.10+
userInfo[kQSInterfaceDeactivatedReason]
. Possible values are "execution", "cancel", and "fade". (#2322)Requires macOS 10.10+
Requires macOS 10.10+
QSTask
class and its API (#1611)QSObjectSource
and QSObjectHandler
(#2250)NSApplication
interface to make Xcode 8 happy (#2270)cacheTimeForProxy:
(#2179)QSAlertManager
and notifications (#2146)⌃⌘]
. This is the inverse of ⌘A
. (#2092)⌃[
and ⌃]
(#2092)⌃⌘[
(#2092)⌃U
will also remove comma-trick collections (#2092, #2189, #2190)⌫
removes the last selected item and selects the next in line (allowing multiple items to be quickly removed in order)⌥,
removes the most recent item from the collection, but preserves the curent selection-[QSObject isEqual:]
(#2092)-[QSObject isEqual:]
(#2092)$
variables in Spotlight queries (#2140, #2141)/
when typing quickly (#2077, #2078)/
too long won't descend into the hard drive (#2078)QS_DEPRECATED
and QS_DEPRECATED_MSG
macros (#1966)/
will be recognized as a URL. Entering qsapp/
will be expanded to http://www.qsapp.com/
. This emulates the behavior of Safari 6's address bar. (#1594).opdownload
) when identifying the Latest Download (#1676)*
(#1777, #1779, #1807)QSResourceManager
thread safe to avoid a number of crashes (#1861, #1871)http://
to auto-detected hostnames when pasting or dragging (#1887, #1892)/var
, /tmp
, and /etc
(#1922)NSURL
instead of LSInfoRecord
(#1770)QSFilePathType
changed from "NSFilenamesPboardType" to "public.data"QSTextType
changed from "NSStringPboardType" to "public.utf8-plain-text"stringstool
to assist with localization (#1222)runOnMainQueueSync
→ QSGCDMainSync
runOnQueueSync
→ QSGCDQueueSync
qs-push-plugin
(#1620)directTypes
for an action using UTIs (deprecating directFileTypes
and the need to first specify NSFilenamsPboardType
) (#1638)NSLocalizedStringForThisBundle()
- useful for plugin localization (#1638)QSDownloads
class is available to plug-ins (#1714)QSUTI
functions (#1708):QSIsUTI()
determines if a given string is an existing UTI or notQSTypeConformsTo()
is an improved wrapper around UTTypeConformsTo()
that is more reliable when dealing with unregistered typesQSUTIForAnyTypeString()
can now accept a file extension, type code, or UTI (#1740)Info.plist
matches, or set its value to "${EXECUTABLE_NAME}". (#1738)QSThreadSafeMutableDictionary
class (#1794)replaceString:with:
method (#1821)minHostVersion
) and maximum (maxHostVersion
) supported build number for Quicksilver (#1835)isExecutable
method for file QSObjects (#1770)canBeExecutedByScript
method for file QSObjects (#1770)PkgInfo
files to allow code signing under Xcode 6 (#1931)This release requires 10.7+ and is 64-bit.
With the release of Quicksilver v1.1.0 we will be celebrating a t-shirt competition. See the blog post, and get designing!
QSTypeDefinitions
will give an object an icon (#1406)New convenience method to run code on all objects in an array (#1505)
- (NSArray *)arrayByEnumeratingArrayUsingBock:(id (^)(id obj))block;
New convenience method for splitting strings by line more reliably than - [NSArray lines]
(#1505)
- (NSArray *)componentsSeparatedByLineSeparators;
loadChildrenForObject:
now only works if objectHasChildren:
returns YES (#1505)
This will be the last release to support Mac OS X 10.6 and 32-bit mode.
QSFilePreviewTypes
preference (#1149, #1180)QSSearchURLType
(#625, #1082)indirectTypes
(#1120)isPackage
, isAlias
, isDirectory
, fileExtension
, and fileUTI
. Improved isApplication
and isFolder
. (#1180)directFileTypes
can now be a UTI (not just an extension) (#1185)*
in the settings for QSDefaultsObjectSource
can now go through dictionaries (#1169)qs-push-plugin
script (#1060, #1061)scoredArrayForType:
method in QSLibrarian to get a list of objects sorted by rank (#1162)isProxyObject
method for testing QSObject
sQSObject
when resolved instead of a QSBasicObject
QSObject
to QSProxyObject
QSGCD
class for easily handing blocks to a specific queue (#1319).xcconfig
files (#956)indirectTypes
key for actions to filter what's acceptable in the third pane (#620, #1057, #1074, #1088, #1091)relatedPaths
key. Plug-ins can now be recommended based on the existence of a file or directory. (#1001, #1079)NEW: Running applications and processes are monitored in real time (improves use of 'Quit' actions and application proxy objects) (#575)
NEW: Allow browsing of Quicksilver's objects using ⌘[ and ⌘] (#573)
NEW: Simplification of preferences and addition of section titles (#788)
NEW: Icons for preferences items (#788)
CHANGE: Improve speed of action loading for objects (#340, #782)
CHANGE: Improve speed of catalog searches (#758, #780, #782)
FIX: 'Current Selection' proxy object in Sandboxed apps in OS X Lion (#710)
FIX: Do not prepend 'http://' to URLs copied and pasted to the Quicksilver clipboard (#775, #776)
FIX: Consistently honour the 'focus action when returning results to Quicksilver' setting (#283, #784)
FIX: Correctly scan for new plugins when checking for updates (#803)
FIX: Do not duplicate objects in the catalog when adding them to the object history (#573)
FIX: Do not lose focus of the selected Quicksilver pane when the results window displays (#325)
FIX: Odd behaviour when grabbing multiple items from Finder (#753, #755)
FIX: Get localised names of displays for the 'Displays' module (#789, #790)
FIX: Crash when getting displays for the 'Displays' module (#789, #790)
FIX: Correctly restore docked panels when Quicksilver starts (#691, #692)
FIX: Correctly display multi-line 'Large Type' text (#733)
FIX: Only scan catalog items once when the rescan entry button is pressed (#765)
CHANGE: Do not clear the 1st pane object after 10 minutes (#399, #782)
CHANGE: Improved handling of plugin actions within Quicksilver (#773)
CHANGE: Removal of deprecated methods and use 10.6+ methods only (#648, #781)
CHANGE: Make the 'Unsure Quit' dialogue a hidden preference (#788)
NEW: Quick Look support. Quick look files or URLs (including proxy objects) from Quicksilver using ⌘Y, ⌘⌥Y or ␣ (spacebar - set in preferences) #23, #115 #660, #715
NEW: Updated Plugins Preferences sidebars and new 'Extended Documentation' window #697
CHANGE: Improved wording for the Application Updater #662, 682
FIX: 'Show Entry in Catalog' and 'Show Source in Catalog' actions crash #714, #716
FIX: Clear Quicksilver's 1st pane when objects are passed to it #670, #699
FIX: Triggers now work for actions that display a result #623, #699
FIX: Prevent Quicksilver from freezing and ignoring input on login #580
FIX: Honour 'jump to action' preference when grabbing objects using the 'Get Selection' service #643
FIX: Disable editing of tab names in Plugin Preference pane #644
FIX: Make 3rd pane visible for AppleScript actions that expect a file #661 #603
FIX: 'Show Entry in Catalog' action only shows for objects in the catalog #678
CHANGE: Allow non-admin users to set the dock icon preference #690 #686 #689
CHANGE: Only allow disabling of the Catalog (by holding ⌥ on luanch) in Debug builds
CHANGE: When using the Move To.../Copy To... actions display the file's parent folder in the 3rd pane #665
CHANGE: Allow Quicksilver to set URLs as 'remote host' types #497
CHANGE: Development settings and CHANGELOG creation method #599 #658
FIX: Prevent all plug-ins from being deleted on launch
FIX: Prevent some interfaces from showing <QSCommand 0xffff>
as the command
FIX: The plug-in download progress bar works
FIX: Accented characters no longer wipe out the search string (Issue #539)
FIX: Latest Download proxy object works with a symlinked Downloads folder (Issue #596, #616)
FIX: Correctly display dynamically generated details for objects and actions (Issue #591)
FIX: Correctly notify the user when there's no internet connection (Issue #640)
FIX: Prevent a crash when trying to run an AppleScript that was moved or deleted
FIX: Better handling of Dock icon preferences and crash protection (Issue #587)
CHANGE: If the name and details are identical, don't show both
CHANGE: Simplified the wording in the Setup Assistant
CHANGE: Updated QSDroplet icon to reflect the new style
FIX: Fixed a serious bug in ß62 that could cause user's custom catalogs to be erased
FIX: Fixed a bugin Quicksilver's internal updating mechanism. Note: ß63 will need to be downloaded manually by all users
FIX: Ensured the new 'Clear caches' option in the crash dialogue only clears the catalog cache (Issue #582)
FIX: Fixed a bug that could cause Quicksilver to launch twice when honouring the dock icon preferences (Issue #585)
CHANGE: So called "advanced features" are now just on all the time (Issues #479, #341)
CHANGE: Proxy objects are enabled by default for new users (Issue #479)
CHANGE: Selection is pulled from any application by default (instead of Finder only) for new users (Issue #479)
NEW: Quicksilver will detect if it crashed previously and offer some actions that might help (Issue #532)
NEW: Quicksilver can identify (and optionally remove) plug-ins that cause it to crash (Issue #532)
FIX: When replacing plug-ins, Quicksilver will no longer remove those inside the application itself (such as Core Support) (Issue #534)
FIX: Triggers are saved more reliably during editing (Issues #240, #248)
FIX: Mouse triggers will continue to work after a restart (Issue #542)
FIX: The command builder (the panel used to create/edit triggers) can be dismissed with ⎋ repeatedly (Issue #537)
FIX: The command builder uses consistent colors to ensure readability (Issue #549)
FIX: Custom icons for actions in ~/Library/Application Support/Quicksilver/Actions
are displayed in the second pane (Issue #361)
FIX: Corrected typos in the French localization (Issue #554)
FIX: Prevent a rare crash when loading plug-ins (Issue #561)
FIX: Respect the preference to NOT check for updates (Issue #560)
NEW: Quicksilver is now 10.6+ (Snow Leopard or higher) only
NEW: New built-in plugins repository for downloading and automatic-updating of plugins (Issue #491)
NEW: New Quicksilver icon thanks to Dan Deming-Henes (Issue #383)
NEW: vi bindings in command interface (⌃h, ⌃j, ⌃k, ⌃l) (Issue #368)
NEW: Paste as Plain text action (Issue #230)
NEW: Quicksilver now stores RTF and HTML data for URLs, allowing more versatile pasting into Rich Text Editors (Issue #439)
NEW: New UI Agent. Fixes for remote plugin fetching (Issue #355, #374)
NEW: Added the ability for AppleScripts to use indirect (3rd pane) objects (Issue #366)
FIX: Drag multiple files onto 1st pane folder correctly 'moves' the files (if residing on the same filesystem) (Issue #508)
FIX: Closing the Command window in the Triggers Pref pane could cause sporadic behaviour (Issue #89, #350)
FIX: Crash on image creation (unretained) (Issue #500)
FIX: Small interface changes for Lion compatibility (Issues #391, #411)
FIX: Docking window fixes to stop it sporadicaly appearing (Issue #321)
FIX: Latest Downloads proxy to show packages (e.g. .app, .pages) (Issue #443)
FIX: Crash when rendering fonts in Quicksilver's 1st pane (Issue #386)
FIX: Display of plugin icons in the icons prefs (Issue #410)
FIX: Symlinks are correctly displayed and resolved (Issue #288, #351)
FIX: Assigning more reliable assignment of URL objects (Issue #370)
FIX: Plugin preference pane now displays the date in localised format (e.g. EU: dd/mm/yyy, US: mm/d/yy) (Issue #373)
FIX: Many more small fixes and changes, see the commit history for more detail
FIX: Split view fixes. Specify a (non-zero) default size to avoid confusion, and fix 'requires relaunch' prompt (Issue #349)
FIX: Allow QS's built-in browser to browse more URLs (PHP URLs ending in ?...) (Issue #379)
FIX: Re-evoking Quicksilver could cause the 1st pane object to be mistaken as the 3rd pane object (Issue #384)
FIX: Asynchronous icon loading is now more reliable, doesn't cause actions to reload (Issue #338, #339, #388)
FIX: Trash sound on Lion (Issue #389)
FIX: Current proxy object now works with multiple files (Issue #210)
FIX: Display the correct label for objects (Issue #405)
FIX: Avoid storing of useless mnemonics that clog up Quicksilver's Application Support folder (Issue #446)
FIX: Bug in the HTML parser when dealing with strangely-formatted links (Issue #345)
FIX: Fixed the trigger (null) bugs where objects were not saved to the catalog (Issue #27)
FIX: Encoding warnings in the console (Issue #403)
FIX: Bezel interface displaying on all spaces (Issue #358, #387)
CHANGE: Simplified splitObjects method: now the recommended method for plugin developers using the comma trick (Issue #422)
CHANGE: Method for determining IP Addresses is more thorough, only recognising a.b.c.d (where a,b,c,d are numbers of 1-3 digits only (Issue #455)
CHANGE: Xcodeproj now creates a .dmg on 'Release' building (Issue #496)
CHANGE: Renamed the 'Paste with Clipboard' action to simply 'Paste' (Issue #439)
CHANGE: Improved the stringValue method to return more reliable info (Issue #424)
CHANGE: Improved reliability of sniffing file path strings and turning them into file objects (Issue #430)
CHANGE: Removed #def DEBUG definitions from code, cleaning up the release version of Quicksilver. Speed improvements (Issue #334)
CHANGE: Small change to debug builds of Quicksilver and its dock icon to make debugging easier (Issue #381)
CHANGE: Removed OS9 Applications catalog preset (Issue #384)
CHANGE: Minor changes to the way Quicksilver loads and saves plugins (Issue #352)
CHANGE: Interface classes to allow for further font customisation in interfaces (Issue #363)
CHANGE: Further improvements to the latest download proxy. More reliable and displays packages (Issues #377, #443)
CHANGE: Changes for Xcode 4 compatibility (Issue #444)
PLUGIN: Small fix for Constellation interface (Issue #239)
PLUGIN: Menu Interface fix for Mac OS X Lion (Issue #436)
PLUGIN: Various 1Password plugin fixes
PLUGIN: Fixes and improvements to the TextStart Ranker (Formerly TextMate Ranker) (Issue #359, #376)
PLUGIN: New current document proxy object in the UI Access plugin (Issue #62)
PLUGIN: Terminal plugin fixes: Only open 1 Terminal window, improved actions
PLUGIN: NEW Microsoft Office plugin. Allows right arrowing into Office apps for recent documents
PLUGIN: Growl plugin update to make use of the latest framework
PLUGIN: Airport module rewrite for Mac OS X Snow Leopard and above
PLUGIN: Improvements to the calculator plugin. Now displays the results in realtime
PLUGIN: Items labelled with this tag are for new/updated plugins available from http://qsapp.com/plugins
NEW: Search by file extension. e.g. type 'mp3' will show you all .mp3s (or files with mp3 in the name)
NEW: 'Delete' and 'Move to Trash' actions now give sound notification of completion (like Finder's behaviour)
NEW: 'Running Applications' proxy object (Issue #221)
NEW: Interfaces sorted by name within the Preferences (Issue #294)
NEW: Optimisation and memory management improvements using CLang's static analyser
NEW: Recent documents for applications by right arrowing into them (e.g. Preview) in 10.6 (Issue #109)
NEW: Creation of 'Actions' folder in Quicksilver's support folder to make saving custom actions easier (Issue #266)
NEW: Superior string sniffing. Quicksilver now knows that define:word and a.b.c.d are not a URLs. (Issue #214)
NEW: Quicksilver correctly selects the 1st item in the list after using the 'show contents' action (Issue #226)
NEW: ß60+ versions of Quicksilver will not launch on 10.4 machines or below (Issue #279)
NEW: 1st object in the results list is selected by default when viewing children of objects (Issue #226)
NEW: Quicksilver source is now distributed via MacPorts (for install, see http://qsapp.com/wiki/Building_Quicksilver )
NEW: Asynchronous loading of icons; no beach balling when finding file icons (Issue #98)
NEW: Show link's images when browsing URLs/websites in Quicksilver (Issue #316)
NEW: Web Search Icons now show the magnifying glass and the URLs favIcon (thanks to http://g.etfv.co and http://potatolondon.com) (Issue #315)
NEW: Python HTML Link extractor for browsing in Quicksilver. Adds image title or alt to image labels (Issue #317)
NEW: Reduced open/close/resize times for the Bezel Interface. Now feels more responsive (Issue #323)
NEW: Rename action no longer selects the file extension in the 3rd pane (mimicking Finder's behaviour) (Issue #328)
NEW: Preference that allows jumping to the action automatically for actions that return results (Issue #225)
PLUGIN: Renamed the 'Current Webpage' proxies to reflect which browser they come from (Issue #59)
PLUGIN: Fixed right arrowing into 'Current Web Page (Safari)' proxy object (Issue #59)
PLUGIN: Mail Module rewritten to fix right arrowing into Mail.app
PLUGIN: OmniWeb plugin rewritten to be more consistent with naming of proxies and added documentation
PLUGIN: UI Access plugin fixed to show icons of windows for 'Windows...' actions, speed increases
PLUGIN: UI Access plugin includes a new 'Show all Menu Items' action
PLUGIN: Made Window Interface appear on all spaces (Issue #61)
CHANGED: Task Viewer modified to make it more robust
CHANGED: Localisation improvements and refactoring (Issue #260)
CHANGED: Implementation of fast enumeration for easier reading and possible speed improvements (Issue #323)
CHANGED: Small speed improvement to object ranking (Issue #336)
CHANGED: Get Path renamed to Get Absolute Path, new Get Path action returns things like ~/Documents
(Issue #331)
FIX: Crash when Quicksilver tries to combine the same object (Issue #342)
FIX: Searches like "Itchy & Scratchy" are now correctly passed to the browser (Issue #313)
FIX: When using Quicksilver to browse the web (right arrow into URLs), the correct icons are shown (Issue #302)
FIX: Websites with any top level domain (e.g. .uk) can now be browsed within Quicksilver (Issue #316)
FIX: Link parser now correctly returns all the links on a page (Issue #316)
FIX: Crash when changing interfaces (Issue #272)
FIX: Task Viewer no longer shows 'null' when rescanning catalog entries (Issue #276)
FIX: Down arrow does not wipe the result of an action, returned to Quicksilver (Issue #282)
FIX: 'Latest Download' proxy no longer causes conflicts with cataloged items (Issue #308)
FIX: Correct numbering of results (1 of 1) when an action returns an object to Quicksilver (Issue #282)
FIX: Exception when entering nonBaseCharacters (Issue #275)
FIX: TextMate String Ranker now works as previously (Issue #14)
FIX: 'Type to Search' text in the command window panes (and more localisation fixes) (Issue #250)
FIX: Pressing '/' to enter items could accidentally drill down to the root (Issue #63)
FIX: The about window stops rendering images when closed
FIX: Assignment of mailto: strings as objects with Email actions (Issue #267)
FIX: Always display the interface when Quicksilver returns a result (Issue #232)
FIX: URLs with <>|#"?$! characters are parsed properly
FIX: Copy To… action only shows folders in the 3rd pane
FIX: 'Visible Applications' proxy displays only apps that aren't hidden (Issue #221)
FIX: Bezel and Primer interface names display correctly in the preferences (Issue #190)
FIX: Changing interface properly registers '.' as a special character to enter text mode (Issue #233)
FIX: Incorrect size settings for two .xibs
FIX: Size of result window remembered on relaunch (Issue #176)
FIX: Possible crashes when installing plugins (Issue #241)
FIX: 1st pane (and comma items) are cleared when an action returns an object (Issue #203)
FIX: Primer interface appears on all spaces (Issue #64)
FIX: Preference pane appears on all spaces (Issue #64)
FIX: Result window size saved on relaunch (Issue #176)
FIX: Get Path action returns strings instead of files (Issue #182)
FIX: Get Path action works with the comma trick (Issue #203)
FIX: Search results 'x of y' showing correctly in the result window (Issue #207)
FIX: Clicking 'Defaults' in the Appearance Preferences would crash Quicksilver (Issue #212)
FIX: PlugIn file path renamed correctly for compilation on case-sensitive systems (MacPorts) (Issue #309)
FIX: Compilation fixes for 10.5 and isSnowLeopard method (moved to a new class) (Issue #287)
Special thanks to: Potatolondon.com for providing the favIcon lookup service ( http://f.etfv.com )
PLUGIN: Items labelled with this tag are for plugins available from http://qsapp.com/plugins
NEW: New 'Latest Download' proxy, corresponding to the latest file in the ~/Downloads folder (Bug #70)
NEW: Auto Update of Application using QSApp.com (this is the last time you'll ever have to go looking for a new release!)
NEW: New menu bar icon
NEW: French localisation for the Finder Module
NEW: German localisation for actions
NEW: an 'Open Url in Background action'. Also set as alternate action to 'Open URL' (hit CMD+RTN)
NEW: Speed improvements through the use of 'fast enumeration' in Leopard and Snow Leopard
NEW: Added 'descend into bundle' option for catalog entries (containing Mac OS X bundles)
NEW: Changes to build Quicksilver as a 64 bit application in the future
NEW: Proxy objects for applications and windows use the correct application's icon
NEW: PPC build support removed
PLUGIN: New Cyberduck Plugin
PLUGIN: Mail Module fixed to allow right arrowing
PLUGIN: UI Elements plugin updated to enable menu services (Bug #19)
PLUGIN: Fix small clipboard leak
PLUGIN: New Yojimbo plugin
PLUGIN: New 1Password Module for interaction with 1Password
PLUGIN: New Remote Hosts Module
PLUGIN: Fixed Dictionary Plugin to work with 10.5+
PLUGIN: Pinboard.in added to del.icio.us Plugin
PLUGIN: Added 'Current Focused Window' proxy to UI Elements Plugin
PLUGIN: Newly written documentation on plugin development (see Quicksilver Plugins source on GitHub)
CHANGE: Framework and source code tidy up
CHANGE: Updated deprecated NSFileManager actions (10.5+)
CHANGE: Changed links to reflect change to QSApp.com website
CHANGE: Quietened noisy logs, giving less (unwanted) console logs
FIX: AppleScript 'Process Text' fix (Bug #144)
FIX: 'Do Not Open At Login' action fixed (Bug #35)
FIX: Proxy Objects now work again as previously (Bug #8 & more)
FIX: A crash when installing an already installed plugin
FIX: Calling AppleScripts now works as expected (revert old commit)
FIX: Disabled items in catalog are now ignored
FIX: Typos and incorrect tooltips (Bug #138 & more)
FIX: 'Make Hard Link' and 'Make Link' actions fixed
FIX: Memory leak fixes as returned by Clang checker
FIX: Show Quicksilver Command Window when a result is required to be shown
FIX: AppleScript actions now show the result in the Quicksilver Command Window
FIX: Fixed build warnings within XCode, and made Source Code compiling much quicker and easier
FIX: Crashes on interface rapid changing
FIX: Make the 'Eject' action validate to reduce lag/wait times (Bug #56)
FIX: Sizing of drawers in the Quicksilver preferences (Bug #71)
FIX: Task viewer now reliably loads (Bug #119)
FIX: Webkit fixes (Bug #113)
Thanks for this release goes to:
Development from:
Patrick Robertson, Rob McBroom, Etienne Samson, Qiushi (Billy) He, Matt Beshara, Henning Jungkurth, Michael Guntsche, Paul Kohut, Yiwen Wu, Florian Heckl.
Also, special thanks to:
'scotnery' for the new Menu Bar icon.
Jeff Cox for his support for the development team.
Philip Dooher for setting up @LoveQuicksilver & lovequicksilver.com.
Patrick Robertson for initiating QSApp.com.
Rob McBroom for his Plugin Development documentation.
All contributors to the Wiki at http://qsapp.com/wiki.
GitHub for hosting the source and downloads.
NEW: Make shell scripts with "additional shebang" info work.
README: Make real links.
CHANGE: Disable Info.plist preprocessing on Plugins.
CHANGE: Removed dangling NSLog calls
CHANGE: Add Core Plugins to Release Build
CHANGE: Menus improved
CHANGE: Object context menus improved
CHANGE: Update score ranking code
CHANGE: NSEnumerator - loop optimization
CHANGE: Turn on a couple release optimizations
FIX: Error messages
FIX: Droplets work again, using the 10.5+ NSConnection vending method
FIX: The G in BROWSING no longer gets cut off in the result window
FIX: Don't show object descriptions in the result window if there's not enough room (rows <34px high)
FIX: Recent Items made Snow Leopard compatible
FIX: Text fields only allow plain text
FIX: Bug creating an indexSet from the UI Access plugin
FIX: 10.5 compilation issue
FIX: Do Not Open At Login Action now working (Issue #35)
FIX: Issue #34
FIX: relaunch action for fussy apps that did not quit straight away
FIX: Incorrect display of Websearch (Issue #39)
FIX: Issues 26, 47, 57 and 61
FIX: lingering issue PjRobertson found
FIX: single/double tap Modifier Key Activation
And thanks to any other I may have inadvertently missed.