Add release notes for 3.7.4

This commit is contained in:
1024jp 2019-05-17 20:45:19 +09:00
parent 982eb416bc
commit 374ce79fac
3 changed files with 68 additions and 2 deletions

View File

@ -13,9 +13,9 @@ Change Log
### Fixes
- Fix an issue where the snippet texts were occasionally not editable from the preferences pane.
- Fix an issue where the Unicode character name for `U+FEFF` (ZERO WIDTH NO-BREAK SPACE) was empty.
- Fix an issue where the application did crash when the selected text contains some specific characters.
- Fix an issue where the application did crash when the selected text contains some specific control characters.
- Fix an issue where the word completion suggested words start with letters in the middle of the typed word.
- Fix an issue where needless live document analysis performed even when the status bar and inspector are invisible.
- FIx an issue where the word completion suggested words start with letters in the middle of the typed word.
- Fix missing localization.
- Improve stability.

View File

@ -22,6 +22,39 @@
<article>
<header>
<h1>CotEditor 3.7.4</h1>
<p>release: <time>2019-05-18</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Add French localization (thanks to Aurélien Roy!).</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where the snippet texts were occasionally not editable from the preferences pane.</li>
<li>Fix an issue where the Unicode character name for <code>U+FEFF</code> (ZERO WIDTH NO-BREAK SPACE) was empty.</li>
<li>Fix an issue where the application did crash when the selected text contains some specific control characters.</li>
<li>Fix an issue where the word completion suggested words start with letters in the middle of the typed word.</li>
<li>Fix an issue where needless live document analysis performed even when the status bar and inspector are invisible.</li>
<li>Fix missing localization.</li>
<li>Improve stability.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.7.3</h1>

View File

@ -22,6 +22,39 @@
<article>
<header>
<h1>CotEditor 3.7.4</h1>
<p>リリース: <time>2019-05-18</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>フランス語ローカライズを追加Aurélien Royさんに感謝</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>スニペットテキストが編集できないことがあった不具合を修正</li>
<li><code>U+FEFF</code> (ZERO WIDTH NO-BREAK SPACE)のUnicode文字名が空だった不具合を修正</li>
<li>特定の制御文字を選択したときにアプリケーションがクラッシュした不具合を修正</li>
<li>入力補完が入力中の途中の文字から始まる語句を候補として表示することがあった不具合を修正</li>
<li>ステータスバーとサイドバーが非表示のときもライブ文字カウントがされていた不具合を修正</li>
<li>ローカライズされていなかったテキストを修正</li>
<li>安定性を向上</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.7.3</h1>