<div class="markdown">
<p>Been a hectic week here with all the user feedback and at the same time our christmas celebrations which served as a nice distraction, but yesterday I found time to address some of the initial feedback and r8949 is now available as a “beta build” — in retrospect this option is mislabeled — though go to Preferences → Software Update and switch to beta builds to see the update. Release notes below.</p>
<p>I haven’t devised a strategy yet as for regular vs beta builds, but I expect most updates to also be pushed out as regular builds — it’s more that beta builds could have some overlooked issue that prompts a quick re-release of a proper build, where the “regular builds” option should hopefully never see such issues (but still be alpha software).</p>
<hr>
<h1>Release Notes</h1>
<h2>2011-12-16: r8949</h2>
<ul>
<li>HTML output can open in its own window: <code>defaults write com.macromates.TextMate.preview htmlOutputPlacement window</code>.</li>
<li>Anti-alias can be disabled: <code>defaults write com.macromates.TextMate.preview disableAntiAlias -bool YES</code>.</li>
<li>File browser can be placed on the right side: <code>defaults write com.macromates.TextMate.preview fileBrowserPlacement right</code>.</li>
<li>With multiple carets, ⌘-clicking one of them removes it (i.e. it’s a toggle).</li>
<li>Carriage returns (<code><CR></code>) on the general clipboard are converted to regular newlines when pasting.</li>
<li>Rename help book to “TextMate 2” which fixes issues where <em>Help → TextMate Help</em> showed TextMate 1.5’s help book.</li>
<li>TextMate 1.x and 2.0 can run at the same time.</li>
<li>Setting <code>TM_HG</code> and <code>TM_GIT</code> in Preferences is no longer eclipsed by the default properties (which set them to point at <code>/opt/local/bin</code>).</li>
<li>Fix potential crash when deleting bundles on disk (<code>rm -rf</code>).</li>
</ul>
</div>