From 6e3e719e4ad64c41c7ec613760ca85ebe84ab288 Mon Sep 17 00:00:00 2001 From: Rob McBroom Date: Fri, 17 Jan 2014 09:14:40 -0500 Subject: [PATCH] mention #1708 in the release notes --- Quicksilver/SharedSupport/CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Quicksilver/SharedSupport/CHANGELOG b/Quicksilver/SharedSupport/CHANGELOG index 555f8abd0..d45201484 100644 --- a/Quicksilver/SharedSupport/CHANGELOG +++ b/Quicksilver/SharedSupport/CHANGELOG @@ -7,6 +7,7 @@ * Modifier-only activation is more reliable and now works in password fields and Terminal with "Secure Keyboard Entry" enabled (#1586, #1713, #1715, #1712, #1723) * Show more detail when moving or copying files fails (#1668) * Ignore incomplete downloads from Opera (`.opdownload`) when identifying the Latest Download (#1676) + * Include and exclude files using [UTIs](https://en.wikipedia.org/wiki/Uniform_Type_Identifier) (#1708) ### Fixed ### @@ -29,6 +30,8 @@ * Prevent user-disabled items from appearing in the interface (#1685, #1688) * Prevent corruption of pasted strings in triggers (#1597, #1730) * Fix a crash when running some Internal Commands (#1724) + * Including/excluding files using unregistered extensions now works (#1469, #1708) + * Folders that that appear to have file extensions are correctly identified as folders when excluding/excluding (#1742, #1708) * Internal Improvements (#1583, #1584, #1585, #1586, #1665, #1625, #1648, #1638, #1695, #1714) ### Changed ### @@ -41,6 +44,7 @@ * Use integrated graphics hardware whenever possible (#1645, #1646) * Improve the format of the User-Agent String (#1699) * Applications added to trigger scopes are displayed more clearly (#1531, #1705) + * Types specified in the include/exclude options are displayed more clearly (#1708) ### Development ### @@ -57,6 +61,9 @@ * You can now specify `directTypes` for an action using UTIs (deprecating `directFileTypes` and the need to first specify `NSFilenamsPboardType`) (#1638) * New macro to get a localized string from the current bundle `NSLocalizedStringForThisBundle()` - useful for plugin localization (#1638) * The `QSDownloads` class is available to plug-ins (#1714) + * New `QSUTI` functions (#1708): + * `QSIsUTI()` determines if a given string is an existing UTI or not + * `QSTypeConformsTo()` is an improved wrapper around `UTTypeConformsTo()` that is more reliable when dealing with unregistered types ## Changes - 1.1.3 (4007) ##