From 4fcf2a9d5a2f82eb9b7ca0cebf255aef2df243f8 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Thu, 21 Mar 2013 23:33:09 +0100 Subject: [PATCH] Checkin release notes --- Applications/TextMate/about/Changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 8bf27264..2e651df3 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -1,5 +1,11 @@ # Changes +## 2013-03-21 ([a9403](https://github.com/textmate/textmate/compare/a9401...a9403)) + + * Add _Filter Through Command_ bound to ⌘|. I am aware that this keybinding might not work for all users. For now you will have to rebind manually via _System Preferences → Keyboard → Keyboard Shortcuts_. + + The dialog doesn’t include all the options of 1.x, but I think most of that wasn’t being used, and by keeping the choices limited, we can improve keyboard usability. A few options are however likely going to appear, like indication of the input unit (which presently is selection and falling back on document) and outputting to a new window. *[Jacob Bandes-Storch + Allan Odgaard]* + ## 2013-03-20 ([a9401](https://github.com/textmate/textmate/compare/a9399...a9401)) * Tweaks and improvements.