Update release notes

This commit is contained in:
1024jp 2016-09-19 07:27:20 +09:00
parent c06b425cbf
commit 427853fe04
6 changed files with 18 additions and 4 deletions

View File

@ -16,7 +16,7 @@ develop
### Fixes
- Fix an issue find string is not shared to other applications after quitting CotEditor.
- Fix an issue find string is not shared with other applications after quitting CotEditor.
- Address an issue with drawing area of zoomed character view in character inspector popover.
- [beta] Fix an issue where current line highlight was occasionally too wide when line height is 1.0.
- [beta] Fix an issue where divider in the find panel remains after closing result view.

View File

@ -25,7 +25,7 @@
<article>
<header>
<h1>CotEditor 3.0.0</h1>
<p>release: <time>2016-09-13</time></p>
<p>release: <time>2016-09</time></p>
</header>
@ -63,11 +63,16 @@
<ul>
<li>Not compatible with previous key bindings setting. Please customize again in the preferences window.</li>
</ul></li>
<li>Auto-sync Script menu with script folder.
<ul>
<li>Now, you don't need anymore to update script menu after script folder modification.</li>
</ul></li>
<li>New acknowledgements window.</li>
<li>Update “Swift” syntax style to Swift 3.0.</li>
<li>Update “Coffee Script” syntax style for the block regular expression.</li>
<li>Improve syntax highlighting algorithm with symbols.</li>
<li>New “Go To Line” panel.</li>
<li>Display “Not Found” in the find string field in the find panel also when “Find All” failed.</li>
<li>Remove the following less important text actions:
<ul>
<li>Insert Encoding Name with “charset=”</li>
@ -108,7 +113,9 @@
<h2>Fixes</h2>
<ul>
<li>Fix an issue find string is not shared with other applications after quitting CotEditor.</li>
<li>Fix an issue where some of script APIs returned always string with LF line endings.</li>
<li>Address an issue with drawing area of zoomed character view in character inspector popover.</li>
</ul>
</section>
</article>

View File

@ -31,7 +31,7 @@
<dd>Graphic images like toolbar icons and application icon were also updated to get more modern look. </dd>
<dt>Support macOS Sierra</dt>
<dd>Hello to Sierra and good-bey to Mountain Lion and Mavericks.</dd>
<dd>Hello to Sierra and good-bye to Mountain Lion and Mavericks.</dd>
</dl>

View File

@ -25,7 +25,7 @@
<article>
<header>
<h1>CotEditor 3.0.0</h1>
<p>リリース: <time>2016-09-13</time></p>
<p>リリース: <time>2016-09</time></p>
</header>
@ -62,11 +62,16 @@
<ul>
<li>以前の設定とは互換性がないため、環境設定で再設定してください</li>
</ul></li>
<li>スクリプトとフォルダとスクリプトメニューを自動で同期
<ul>
<li>CotEditor 起動中にスクリプトフォルダを変更した時に手動でスクリプトメニューを更新する必要がなくなりました</li>
</ul></li>
<li>新しい謝辞ウインドウ</li>
<li>“Swift”シンタックススタイルを Swift 3 に更新</li>
<li>“Coffee Script”シンタックススタイルでブロック正規表現に対応</li>
<li>記号周りのシンタックスカラーリングアルゴリズムを改良</li>
<li>新しい「行移動」パネル</li>
<li>「すべて検索」でマッチがなかった時も検索文字フィールドに「見つかりません」と表示するように変更</li>
<li>以下の低利用頻度のテキストアクションを削除:
<ul>
<li>“charset=”形式でエンコーディング名を挿入</li>
@ -107,7 +112,9 @@
<h2>修正</h2>
<ul>
<li>アプリケーション終了時に検索文字列が他のアプリケーションに渡されていなかった不具合を修正</li>
<li>スクリプトのいくつかの API で文字列を常に改行コード LF で返していた不具合を修正</li>
<li>文字情報ポップオーバーに表示される拡大文字の描画範囲を修正</li>
</ul>
</section>
</article>