Update release note for v2.1

This commit is contained in:
1024jp 2015-01-17 18:33:01 +01:00
parent 3f870a5a7d
commit a2afa325e8
3 changed files with 166 additions and 5 deletions

View File

@ -16,7 +16,7 @@ Change Log
### Additions/Changes
- Drop support for OS X Lion.
- Drop support for __OS X Lion.__
- Migrate document drawer to sidebar style.
- Add “show document inspector” option to preferences.
- Improve document information display.
@ -26,7 +26,7 @@ Change Log
- Enable to change multiple checkboxes in syntax style editor at once.
- Improve to display gear icon in menu bar while executing a script.
- Improve auto-outdent behavior with `}` input.
- Inprove auto-tab-expand behavior with intent that tab characters and spaces are mixed.
- Improve auto-tab-expand behavior with intent that tab characters and spaces are mixed.
- Add hidden “Reveal in Finder” menu item to syntax style action menu in Preferences (visible with `Option` key).
- Improve CotEditor Script to apply the result to the document that was frontmost when the script was launched.
- Close Preferences window with esc key.
@ -40,15 +40,15 @@ Change Log
- Delay timing to save text key bindings setting.
- Localize document types.
- Improve text rendering with non-opaque view.
- Tweak text view drawing peformance.
- Tweak text view drawing performance.
### Fixes
- Fix duplication check in key bindings editor.
- Fix an issue that the preferred file encoding for encoding detection could be set wrong after running file open panel.
- Fix an issue that incompatible character markup positions were wrong by CR/LF line endings.
- Fix “Retore Defaults” button enability on text key bindings edit sheet.
- Fix duplication check in key bindings editor.
- Fix “Restore Defaults” button enability on text key bindings edit sheet.
- Fix possible crashes on input.
- Fix an issue that application could crash after switching theme in preferences.
- Fix an issue that text font could occasionally change after pasting or inputting text from other application.

View File

@ -18,6 +18,88 @@
<article>
<header>
<h1>CotEditor 2.1.0</h1>
<p>release: <time>2015-02-xx</time></p>
</header>
<section>
<h2>New Features</h2>
<ul>
<li><code>cot</code> command-line tool.</li>
<li>New AppleScript property <code>tab width</code> for document object.</li>
<li>Now, CotEditor script receives the absolute file path of the frontmost document as an argument if available.</li>
<li>Add “New CotEditor Document with Selection” and “Open File in CotEditor” Services.</li>
<li>Add syntax styles for “Erlang” and “Julia”.</li>
</ul>
</section>
<section>
<h2>Additions/Changes</h2>
<ul>
<li>Drop support for <strong>OS X Lion.</strong></li>
<li>Migrate document drawer to sidebar style.
<ul>
<li>Add “show document inspector” option to preferences.</li>
<li>Improve document information display.</li>
</ul></li>
<li>Introduce brand-new find panel with more organized UI.
<ul>
<li>OniGmo is still be using for the regular expression engine as before.</li>
<li>Settings for find panel has been once reset. You can set them again from the gear button in the find panel.</li>
</ul></li>
<li>Enable to change multiple checkboxes in syntax style editor at once.</li>
<li>Improve to display gear icon in menu bar while executing a script.</li>
<li>Improve auto-outdent behavior with <code>}</code> input.</li>
<li>Improve auto-tab-expand behavior with intent that tab characters and spaces are mixed.</li>
<li>Add hidden “Reveal in Finder” menu item to syntax style action menu in Preferences (visible with <kbd>Option</kbd> key).</li>
<li>Improve CotEditor Script to apply the result to the document that was frontmost when the script was launched.</li>
<li>Close Preferences window with <kbd>esc</kbd> key.</li>
<li>Character inspector popover becomes detachable (on Yosemite and later).</li>
<li>Update about Console Panel:
<ul>
<li>Rename “Script Error Panel” to “Console Panel.”</li>
<li>Change toolbar style.</li>
</ul></li>
<li>Change to save <code>com.apple.TextEncoding</code> xattr only if the file already has the encoding xattr or it's a new document.</li>
<li>Move removed themes/styles to Trash instead delete them immediately.</li>
<li>Now, Utility actions perform with multiple selection.</li>
<li>Delay timing to save text key bindings setting.</li>
<li>Localize document types.</li>
<li>Improve text rendering with non-opaque view.</li>
<li>Tweak text view drawing performance.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue that the preferred file encoding for encoding detection could be set wrong after running file open panel.</li>
<li>Fix an issue that incompatible character markup positions were wrong by CR/LF line endings.</li>
<li>Fix duplication check in key bindings editor.</li>
<li>Fix “Restore Defaults” button enability on text key bindings edit sheet.</li>
<li>Fix possible crashes on input.</li>
<li>Fix an issue that application could crash after switching theme in preferences.</li>
<li>Fix an issue that text font could occasionally change after pasting or inputting text from other application.</li>
<li>Fix an issue that number of selected lines displayed less than actual count if last selected lines are blank.</li>
<li>Fix an issue that syntax highlights were removed after perform Unhighlight.</li>
<li>Fix some missing localizations in simplified Chinese. (Thanks to Wei Wang!)</li>
<li>Fix an issue that an alert message was not localized.</li>
<li>And other trivial UI fixes and enhancements.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 2.0.3</h1>

View File

@ -17,6 +17,85 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 2.1.0</h1>
<p>リリース: <time>2015-02-xx</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>コマンドラインツール <code>cot</code> を導入</li>
<li>AppleScript の documment オブジェクトに <code>tab width</code> プロパティを追加</li>
<li>CotEditor スクリプトが最前面書類の絶対パスを引数として受け取るように</li>
<li>OS X のサービス機能 “選択範囲を含む新規書類を CotEditor で開く” と “ファイルを CotEditor で開く” を追加</li>
<li>“Erlang”と “Julia” シンタックス定義を追加</li>
</ul>
</section>
<section>
<h2>機能改善/仕様変更</h2>
<ul>
<li>対応する OS を <strong>OS X 10.8 以上</strong> に変更</li>
<li>書類情報ドロワーをサイドパネルスタイルに移行
<ul>
<li>環境設定に書類情報の表示に関するオプションを追加</li>
<li>表示する書類情報の見直しと改善</li>
</ul></li>
<li>まったく新しい検索パネルの導入
<ul>
<li>正規表現エンジンには引き続き鬼雲を使用しています。</li>
<li>検索パネルに関する設定は一度リセットされます。再設定は検索パネルのギアボタンから行ってください。</li>
</ul></li>
<li>シンタックススタイル設定画面の表内のチェックボックスを複数同時に切り替えることができるように改善</li>
<li>スクリプト実行中にメニューバーにギアアイコンを表示し、またそこからキャンセルができるように改善</li>
<li>自動インデントが有効なとき、<code>}</code> 入力時にインデントを揃えるように変更</li>
<li>隠しメニュー項目「Finder で表示」を環境設定のシンタックススタイルアクションメニューに追加 (<kbd>Option</kbd> キーで表示)</li>
<li>スクリプト実行時に最前面だった書類にスクリプトの実行結果も常に反映させるように変更</li>
<li><kbd>esc</kbd> キーで環境設定ウインドウが閉じるように変更</li>
<li>文字情報ポップオーバーをドラッグで一時的に固定できるように変更 (Yosemite 以降)</li>
<li>コンソールパネルに関する変更:
<ul>
<li>「スクリプトエラーパネル」を「コンソールパネル」に改名</li>
<li>ツールバーのスタイルを変更</li>
</ul></li>
<li>エンコーディングに関するファイル拡張属性 <code>com.apple.TextEncoding</code> の保存を、ファイルがすでに <code>com.apple.TextEncoding</code> 属性を持っているとき、もしくは新規書類作成時のみに限定</li>
<li>テーマおよびシンタックススタイルを削除したとき、設定ファイルを即座に削除するのではなく、ゴミ箱に移動するように変更</li>
<li>選択範囲が複数あるときでも、「ユーティリティ」メニューのコマンドが正しく機能するように改良</li>
<li>テキストキーバインドのユーザ設定を保存するタイミングを遅延</li>
<li>書類情報をローカライズ</li>
<li>ビューが半透明時のテキストレンダリングを改善</li>
<li>テキスト描画のパフォーマンスを改善</li>
</ul>
</section>
<section>
<h2>バグフィックス</h2>
<ul>
<li>ファイルオープンパネルを表示したあとに、エンコーディング判定の内部設定が変更されてしまうことがあった不具合を修正</li>
<li>改行コードがCR/LFのとき、非互換文字のハイライトがずれていた不具合を修正</li>
<li>キーバインド編集時の重複チェックがうまく機能していなかった不具合を修正</li>
<li>キーバインド編集シートの「デフォルトに戻す」ボタンが無効になる条件を修正</li>
<li>テキスト入力時に、アプリケーションがクラッシュする可能性があった不具合を修正</li>
<li>環境設定でテーマを変更したときに、アプリケーションがクラッシュする可能性があった不具合を修正</li>
<li>文字をペーストしたときまたは他のソフトウェアから入力したときに、フォントが変更されてしまうことがあった不具合を修正</li>
<li>選択したテキストの末尾が空行のとき、選択行数が誤って表示されていた不具合を修正</li>
<li>ハイライトを取り消したときにシンタックスカラーリングも除去されてしまう不具合を修正</li>
<li>簡体中国語のローカライズが一部抜けていた不具合を修正 (Wei Wangさんに感謝!)</li>
<li>とあるアラートメッセージがローカライズされていなかった不具合を修正</li>
<li>ほか、UI に関する些細な修正と改善</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 2.0.3</h1>