mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Checkin release notes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user