aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-08-21 03:02:17 +0000
committerGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-08-21 03:02:17 +0000
commit5a1a87dbfba0ad19a9bb9a8a3ea36496cc359da8 (patch)
tree4715a1d73c11681ec3c0be6be4cad4f58cb2f8ae /ReleaseNotes.txt
parent7063d76a007fbf636250d7199d6f24ec487163b1 (diff)
- Added GTMGetURLHandler class that gives you a very easy way of supporting
Get URL events just by adding a key to your plists, and adding a single method to your class. See GTMGetURLHandler.m for more details. - Added XcodeProject, AppleScript, and InterfaceBuilder Spotlight Plugins. Allows you to index .xcodeproj, .scpt, .scptd, .xib, .nib, and .aib files. See Readmes beside individual projects in SpotlightPlugins.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index c3bab2b..047935d 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -76,7 +76,14 @@ Changes since 1.5.1
- Significant updates to GTMNSAppleScript+Handler allowing you to
list all handlers and properties (including inherited) and cleans up
several errors in how scripting was being handled.
-
+
+- Added GTMGetURLHandler class that gives you a very easy way of supporting
+ Get URL events just by adding a key to your plists, and adding a single
+ method to your class. See GTMGetURLHandler.m for more details.
+
+- Added XcodeProject, AppleScript, and InterfaceBuilder Spotlight Plugins.
+ Allows you to index .xcodeproj, .scpt, .scptd, .xib, .nib, and
+ .aib files. See Readmes beside individual projects in SpotlightPlugins.
Release 1.5.1
Changes since 1.5.0