Checkin release notes

This commit is contained in:
Allan Odgaard
2012-09-02 18:24:01 +02:00
parent eb67551e1f
commit 89d591bf23

View File

@@ -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 arent 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.