Update releasenotes

This commit is contained in:
1024jp 2018-11-10 00:47:00 +09:00
parent 2c2d4c1100
commit c2f6301156
5 changed files with 76 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Change Log
### Fixes
- Fix an issue where editor area could be tuck under the line number view.
- Fix an issue where changing the selection by shortcut `⇧→` just after shortcut `⌘⇧←` expanded the selection to a wrong direction.
- Fix an issue where changing the selection by shortcut `⇧→` just after shortcut `⌘⇧←` expanded the selection to a wrong direction.
- Fix an issue where page guide did not update when font changed.

View File

@ -21,6 +21,43 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 3.6.4</h1>
<p>release: <time>2018-11-10</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Add a command “Select Word” (<kbd>⌘D</kbd>) to Edit menu.</li>
</ul>
</section>
<section>
<h2>Improvements</h2>
<ul>
<li><span class="trivial">trivial</span>: Display default setting values as the input field's placeholder for instance highlight delay option when empty.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where editor area could be tuck under the line number view.</li>
<li>Fix an issue where changing the selection by shortcut <kbd>⇧→</kbd> just after shortcut <kbd>⌘⇧←</kbd> expanded the selection to a wrong direction.</li>
<li>Fix an issue where page guide did not update when font changed.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.6.3</h1>
@ -32,7 +69,7 @@
<h2>Improvements</h2>
<ul>
<li>Assign <code>⌘⇧[</code> shortcut to “Show Next Tab” command instead of “Surround Selection with Brackets” command.</li>
<li>Assign <kbd>⌘⇧[</kbd> 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>

View File

@ -21,6 +21,43 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 3.6.4</h1>
<p>リリース: <time>2018-11-10</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>“単語を選択” (<kbd>⌘D</kbd>) コマンドを編集メニューに追加</li>
</ul>
</section>
<section>
<h2>改良</h2>
<ul>
<li><span class="trivial">trivial</span>: 検索パネルの入力欄にある削除ボタンをクリックしたときに対象となる入力欄にフォーカスを移動</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>エディタが行番号ビューの下に潜り込むことがあった不具合を修正</li>
<li>ショートカット<kbd>⌘⇧←</kbd>直後の<kbd>⌘⇧←</kbd>で選択範囲が誤った方向に拡張した不具合を修正</li>
<li>フォントが変更されたときにページガイド描画が更新されなかった不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.6.3</h1>