From 89d591bf23a51e1aa0355f871f73669b917bb06b Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sun, 2 Sep 2012 18:24:01 +0200 Subject: [PATCH] Checkin release notes --- Applications/TextMate/resources/ReleaseNotes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Applications/TextMate/resources/ReleaseNotes.md b/Applications/TextMate/resources/ReleaseNotes.md index 3be8a871..22501915 100644 --- a/Applications/TextMate/resources/ReleaseNotes.md +++ b/Applications/TextMate/resources/ReleaseNotes.md @@ -4,6 +4,18 @@ Not only are we back to frequent updates, but I have also started blogging about TextMate features again, so if you aren’t watching [the blog](http://blog.macromates.com/) then I recommend you do. +## 2012-09-02 + +* You can now disable SCM badges by adding this to `.tm_properties`: + + scmStatus = false + + This can be set either globally (`~/.tm_properties`) or for specific projects. If you see file browser performance issues then you should try to disable SCM badges. + +* Improve performance of obtaining subversion status by using `xsltproc` to process the XML (instead of `python`) and by skipping status parsing for clean files. *[Jeremy Whitlock]* + +* Fix issue with bundle item key equivalents sometimes eclipsing regular menu items even when the bundle item in question should not be enabled (due to scope selector). + ## 2012-08-31 * Doing authenticated saves would fail (out of memory) if you had an older (32 bit) version of the “auth server” installed. TextMate now ensures the installed version is up-to-date.