Update releasenotes for 3.7.7

This commit is contained in:
1024jp 2019-06-24 20:06:04 +09:00
parent 47ca506f60
commit 0f719899af
5 changed files with 86 additions and 4 deletions

View File

@ -18,10 +18,10 @@ Change Log
### Fixes
- Fix an issue where find results was unwantedly collapsed when resizing the find panel.
- Fix an issue where hanging indent was not applied to printed document.
- Workaround the issue where an editor resizing required too long time.
- Fix an possible crash in Appearance preferences pane.
- Fix an issue where find result was unwantedly collapsed when resizing the find panel.
- Fix an issue where hanging indent was not applied to the printed document.
- Workaround the issue where an editor resizing required a too long time.
- Fix a possible crash in the Appearance preferences pane.
- Improve stability.

View File

@ -22,6 +22,47 @@
<article>
<header>
<h1>CotEditor 3.7.7</h1>
<p>release: <time>2019-06-25</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Add a new option to the Appearance pane to disable ligatures.</li>
</ul>
</section>
<section>
<h2>Improvements</h2>
<ul>
<li>Keep last opacity state of restored document windows.</li>
<li>Update behavior of Opt+Arrow shortcut series.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where find result was unwantedly collapsed when resizing the find panel.</li>
<li>Fix an issue where hanging indent was not applied to the printed document.</li>
<li>Workaround the issue where an editor resizing required a too long time.</li>
<li>Fix a possible crash in the Appearance preferences pane.</li>
<li>Improve stability.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.7.6</h1>

View File

@ -22,6 +22,47 @@
<article>
<header>
<h1>CotEditor 3.7.7</h1>
<p>リリース: <time>2019-06-25</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>リガチャをオフにするオプションを表示ペインに追加</li>
</ul>
</section>
<section>
<h2>改良</h2>
<ul>
<li>アプリケーション再開時に前回のウインドウ透明度の状態を保持</li>
<li>Opt+矢印キーショートカット群の挙動を調整</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.7.6</h1>