From 4ede960bec851d1b980dfc6c19c38e95e76dcedc Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Thu, 18 Aug 2016 17:54:27 +0200 Subject: [PATCH] Checkin release notes for 2.0-beta.12.4 --- Applications/TextMate/about/Changes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 1c8d9575..ec5cb9e9 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -2,6 +2,21 @@ Title: Release Notes # Changes +## 2016-08-18 (v2.0-beta.12.4) + +I normally do not mention fixes in the release notes but since this is a regular release primarily meant to address some reported issues, I am making an exemption. + +* New: Projects with a `Package.swift` file now get the `attr.project.swift` scope. *[Ronald Wampler]* +* Fixed: Use en-space instead of em-space for estimating how many columns fits the screen (relevant when soft wrapping text using a proportional width font). +* Fixed: Specifying the same file multiple times via `mate` would cause an issue with the tab bar. +* Fixed: If a font was specified in `.tm_properties` and wasn’t using the canonical name (e.g. spaces were inserted), TextMate would ignore it. +* Fixed: Doing a folder search for a CR character would throw an exception if any file was CRLF delimited. +* Fixed: Doing a folder search followed by Replace All would not do any replacements in inactive tabs. +* Fixed: Using the indented line movement actions when there was a column selection would not split the column selection into multiple carets (one per line). +* Fixed: Documents that caused the encoding dialog to show could cause TextMate to freeze. +* Fixed: Commands with tool tip output would sometimes cause the insertion point to temporarily stop blinking. +* See [all changes since v2.0-beta.12](https://github.com/textmate/textmate/compare/v2.0-beta.12...v2.0-beta.12.4) + ## 2016-08-08 (v2.0-beta.12) * Inserting type identifiable information on first line of a document will now change the document’s 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 document’s type to reflect it.