Skip to content

Commit

Permalink
mention #1708 in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfer committed Apr 14, 2014
1 parent d6f131b commit a73be65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Quicksilver/SharedSupport/CHANGELOG
Expand Up @@ -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 ###

Expand All @@ -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 ###
Expand All @@ -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 ###

Expand All @@ -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) ##

Expand Down

0 comments on commit a73be65

Please sign in to comment.