From f90ff29c963437dcc232da704f0f1efeaace5f60 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Tue, 11 Feb 2014 17:02:46 +0700 Subject: [PATCH] Checkin release notes --- Applications/TextMate/about/Changes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 884cd4a2..5e7d8b90 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -1,5 +1,13 @@ # Changes +## 2014-02-11 ([v2.0-alpha.9509](https://github.com/textmate/textmate/compare/v2.0-alpha.9507...v2.0-alpha.9509)) + +* Added an `--uuid` option to the `mate` shell command which allows referencing untitled documents. If `mate` is called from a TextMate command without any file argument then the UUID defaults to that of the current document, meaning a command can use something like `"$TM_MATE" -l10-10:5` to select the first four characters on line 10. +* The _Bundles_ page in this about window would not show changes for 2014. This is now fixed. +* It is possible to disable restoring open tabs and file browser state when opening a folder: + + defaults write com.macromates.TextMate.preview disableFolderStateRestore -bool YES + ## 2014-02-07 ([v2.0-alpha.9507](https://github.com/textmate/textmate/compare/v2.0-alpha.9505...v2.0-alpha.9507)) * TextMate will now remember open tabs for “project folders”. This means that if you run `mate «folder»`, open a few tabs and close the window, then if you later open the same folder, TextMate will restore the open tabs (and file browser state).