aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-04-27 22:15:20 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-04-27 22:15:20 +0000
commita81570d9175bd8ef8079a76148e478eb67dafd95 (patch)
tree4aa5bf8653e81c94963a6b0c397debb8d07d536c /ReleaseNotes.txt
parentb4d9a4e890c31751a6b3b8dea090912ccd16a79d (diff)
[Author: dmaclach]
Adds faster version of [NSWorkspace launchedApplications] and forces AppleScript execution onto the main thread. DELTA=136 (111 added, 14 deleted, 11 changed) R=thomasvl
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index cd58def..d2fd649 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -279,6 +279,12 @@ Changes since 1.5.1
- Added support for duration to GTMLargeTypeWindow mainly to make the unittests
run at a decent speed.
+- All calls to GTMNSAppleScript+Handler execute: calls will now actually
+ execute the script on the main thread.
+
+- Added gtm_launchedApplications to GTMNSWorkspace+Running. It is significantly
+ faster than calling [NSWorkspace launchedApplications]
+
Release 1.5.1
Changes since 1.5.0