Update releasenotes

This commit is contained in:
1024jp 2018-10-28 23:09:25 +09:00
parent 8fc41fef35
commit 98ce6bb5e1
5 changed files with 79 additions and 3 deletions

View File

@ -8,12 +8,12 @@ Change Log
### Improvements
- Assign `⌘⇧[` shortcut to “Show Next Tab” command instead of “Surround Selection with Brackets” command.
- Treat a losical line, which are delimited by line ending characters, as one line in VoiceOver, instead of a visual (wrapped) line.
- Treat a logical line, which is delimited by line ending characters, as one line in VoiceOver, instead of a visual (wrapped) line.
- Thereby, users can now also know the current line number by pressing VoiceOver shortcut VO+F3.
- Improve the accessibility of user interface elements with VoiceOver.
- Avoid perforiming custom sort with an invalid parameter.
- Avoid performing custom sort with an invalid parameter.
- Display default setting values as the input field's placeholder in preferences window when empty.
- [trivial] Move the focus to the target input field when clear button in the find panel was pressed.
- [trivial] Move the focus to the target input field when the clear button in the find panel was pressed.
### Fixes

View File

@ -21,6 +21,44 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 3.6.3</h1>
<p>release: <time>2018-10-29</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Assign <code>⌘⇧[</code> shortcut to “Show Next Tab” command instead of “Surround Selection with Brackets” command.</li>
<li>Treat a logical line, which is delimited by line ending characters, as one line in VoiceOver, instead of a visual (wrapped) line.<ul>
<li>Thereby, users can now also know the current line number by pressing VoiceOver shortcut VO+F3.</li>
</ul></li>
<li>Improve the accessibility of user interface elements with VoiceOver.</li>
<li>Avoid performing custom sort with an invalid parameter.</li>
<li>Display default setting values as the input field's placeholder in preferences window when empty.</li>
<li><span class="trivial">trivial</span>: Move the focus to the target input field when the clear button in the find panel was pressed.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where selected inspector pane was not stored.</li>
<li>Fix an issue where initial display area shifted unwantedly if line numbers are displayed lines are unwrapped.</li>
<li>Fix an issue where script name was not displayed in Console.</li>
<li>Fix an issue where the writing direction (RtL) was not delivered to printing.</li>
<li>Fix layout in some localized environment.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.6.2</h1>

View File

@ -21,6 +21,44 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 3.6.3</h1>
<p>リリース: <time>2018-10-29</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>ショートカット<code>⌘⇧[</code>の割り当てを、従来の「波括弧で選択行を囲む」から暗黙的なシステム標準である「次のタブを表示」に変更</li>
<li>VoiceOver利用時に、視覚的な折り返し行ではなく改行コードで区切られた理論行を1行として扱うように変更<ul>
<li>これにより、VoiceOverユーザはショートカットVO+F3で現在行を確認可能に</li>
</ul></li>
<li>VoiceOver利用時のインターフェイス要素のアクセシビリティを改善</li>
<li>無効な値のときはカスタム並び替えが実行できないように</li>
<li>環境設定パネル内の入力欄が空欄になったときはデフォルト値をプレースホルダーとして表示</li>
<li><span class="trivial">trivial</span>: 検索パネルの入力欄にある削除ボタンをクリックしたときに対象となる入力欄にフォーカスを移動</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>インスペクタの選択が保存されていなかった不具合を修正</li>
<li>行番号を表示し行を折り返していたとき、書類の初期表示範囲が行番号側にめり込んでいた不具合を修正</li>
<li>スクリプト名がコンソールに表示されていなかった不具合を修正</li>
<li>プリント時に文章の方向(右から左)が反映されていなかった不具合を修正</li>
<li>ローカライズ環境下でのレイアウトを修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.6.2</h1>