Checkin release notes

This commit is contained in:
Allan Odgaard
2016-07-06 10:36:28 +02:00
parent 6c73e4bbae
commit 4843ca3e1a

View File

@@ -2,9 +2,15 @@ Title: Release Notes
# Changes
## 2016-07-06 (v2.0-beta.11.4)
* Theme can now be changed per document type or folder by setting `theme` to the desired themes UUID in `.tm_properties` in the appropriate section, e.g. `[ *.md ]` or `[ build/** ]`.
* Only bundle items with ⌘ in their key equivalent will be executed when the windows text view is not active.
* See [all changes since v2.0-beta.11](https://github.com/textmate/textmate/compare/v2.0-beta.11...v2.0-beta.11.4)
## 2016-06-30 (v2.0-beta.11)
* Inserting type identifiable information on first line of a document will now change the documents type to match. For example in a new plain text document you can use `py⇥`, `rb⇥`, `pl⇥` or similar (at the top) to insert a “shebang” line, and now TextMate will update the documents type to reflect it.
* Inserting type identifiable information on first line of a document will now change the documents type to match. For example in a new plain text document you can use `py⇥`, `rb⇥`, `pl⇥`, `php⇥` or similar (at the top) to insert a “shebang” line, and now TextMate will update the documents type to reflect it.
* Copying multiple selections to the find clipboard (⌘E) will construct a regular expression that matches any of the items copied. For example if you select both “foo” and “bar” then using ⌘E will put `foo|bar` on the find clipboard.
* When opening a file with unknown type we no longer present a sheet forcing you to select what type to use. Instead, if the type of the document can be handled by a remote bundle, we suggest installing this bundle using a non-modal dialog above your document. Here you can hold down option (⌥) to change the “Not Now” button to “Never”.
* See [all changes since v2.0-beta.10](https://github.com/textmate/textmate/compare/v2.0-beta.10...v2.0-beta.11)