Update release notes

This commit is contained in:
1024jp 2016-05-10 23:13:56 +09:00
parent 526b0ab086
commit 03b9272a24
3 changed files with 114 additions and 1 deletions

View File

@ -15,8 +15,10 @@ develop
- Improve line-height handling with composite font:
- Remove “Fix line height with composite font” option, and now, the height of lines is always uniform.
- Update line-height calculation to fix that the line height by “Fix line height with composite font” option was a bit higher than actual line height of the used font.
- From this change, the line hight will get reduced than the previous versions. Please reset the line-height to your favorite number on the Appearance pane in the preferences.
- Improve line-height calcuration.
- Optimize performance to apply syntax highlight to document significantly.
- Now, the setting changes of status bar, appearance tab and invisible chars are applied to documents immediately.
- Now, the setting changes of status bar, appearance, tab and invisible chars are applied to documents immediately.
- Update “INI” syntax style.
- Remove “Delay coloring” option.
- Enable move between input fields in syntax style editor with Tab key.

View File

@ -22,6 +22,61 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 2.5.3</h1>
<p>release: <time>2016-05</time></p>
</header>
<section>
<h2>New Features</h2>
<ul>
<li>Add new normalization form “Modified NFD” (unofficial normalization form adopted by HFS+) to the Unicode normalization action in Text menu (Thanks to DoraTeX!).</li>
</ul>
</section>
<section>
<h2>Improvements</h2>
<ul>
<li>Improve line-height handling with composite font:
<ul>
<li>Remove “Fix line height with composite font” option, and now, the height of lines is always uniform.</li>
<li>Update line-height calculation to fix that the line height by “Fix line height with composite font” option was a bit higher than actual line height of the used font.<ul>
<li>From this change, the line hight will get reduced than the previous versions. Please reset the line-height to your favorite number on the Appearance pane in the preferences.</li>
</ul></li>
<li>Improve line-height calcuration.</li>
</ul></li>
<li>Optimize performance to apply syntax highlight to document significantly.</li>
<li>Now, the setting changes of status bar, appearance, tab and invisible chars are applied to documents immediately.</li>
<li>Update “INI” syntax style.</li>
<li>Remove “Delay coloring” option.</li>
<li>Enable move between input fields in syntax style editor with Tab key.</li>
<li>Apply font-face to font fields in preferences.</li>
<li>Apply document line height on “Copy with Style”.</li>
<li>Adjust preferences layout.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where wordwrap broke mid-word when a line is indented.</li>
<li>Fix an issue where hanging indent reset if font is changed.</li>
<li>Fix an issue where some highlight definitions in Comments, Strings or Characters types were ignored.</li>
<li>Fix an issue where syntax was always highlighted even if syntax highlight is disabled.</li>
<li>Fix an issue where application crashed if empty character is input from the Unicode hex panel.</li>
<li>Fix line numbers position when text scaled.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 2.5.2</h1>

View File

@ -22,6 +22,62 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 2.5.3</h1>
<p>リリース: <time>2016-05</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>新しい Unicode 正規化形式「修正 NFC」NFS+ で使用されている非公式の正規化方式)をテキストメニューの 「Unicode 正規化」に追加 (doraTeX さんに感謝!)<ul>
</ul>
</section>
<section>
<h2>改良</h2>
<ul>
<li>複合フォント(和文の混ざった欧文フォント)での行高計算を改良:
<ul>
<li>“複合フォントで行高を固定”オプションを廃止し、行の高さは常に固定され一定になるように変更</li>
<li>“複合フォントで行高を固定”したとき、行高を設定値よりも少し大きくとっていた仕様を撤廃
<ul>
<li>これにより、これまで複合フォントで行高を固定していた場合、今までまでよりも行が詰まって表示されます。環境設定で行高の値を見直し好みの行高に再設定してください。</li>
</ul></li>
<li>ほか、行高計算処理の改良</li>
</ul></li>
<li>シンタックスカラーを書類に適用する処理の速度を大幅に改善</li>
<li>ステータスバーおよび表示・タブ・不可視文字に関する設定の変更が、開いている書類にすぐに反映されるように改良</li>
<li>INI シンタックス定義を更新</li>
<li>“カラーリングを遅延”オプションを廃止</li>
<li>シンタックススタイル編集シートでテキストフィールド間をタブキーで移動できるよう改良</li>
<li>環境設定のフォント欄を選択したフォントで描画</li>
<li>“スタイルをコピー”で行高設定も反映</li>
<li>環境設定のレイアウトを調整</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>折り返しが単語途中でも行われていた不具合を修正</li>
<li>フォントの変更でぶら下がりインデントが解除された不具合を修正</li>
<li>コメント、文字列および文字のハイライト定義が効かないことがあった不具合を修正</li>
<li>シンタックスハイライトを無効にしててもハイライトが行われることがあった不具合を修正</li>
<li>16 進数で Unicode 文字を入力するパネルで空の値を入力しようとするとアプリケーションがクラッシュした不具合を修正</li>
<li>ズームしたときの行番号位置を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 2.5.2</h1>