Update release notes

This commit is contained in:
1024jp 2023-05-24 18:25:50 +09:00
parent 0f9152239e
commit deaa5f520e
3 changed files with 60 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Change Log
### Fixes
- Fix an issue that the script console just displayed “CotEditor.ScriptError error 0.” instead of the actual message of the standard error.
- Fix an issue that the Scripts menu listed the files without extension up as scripts.
- Fix an issue that the Scripts menu listed the files without extension as scripts.
- Fix an issue that the size of line numbers did not update even when the editors font size was changed.
@ -129,7 +129,7 @@ Change Log
- Change counting characters/lines/words to count all elements in multiple selections.
- Change the threshold to trigger the automatic completion to 3 letters to optimize calculation time by large documents.
- Allow `_` as a character for completion candidates.
- Synchronize the visibility of all navigation/status bars in the application.
- Synchronize the visibility of all navigation/status bars in the application.
### Fixes

View File

@ -16,6 +16,35 @@
<h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.5.6</h1>
<p>release: <time>2023-05-25</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Enable changing text size in Console.</li>
<li>Rename “Protocol Buffer” style with “Protocol Buffers.”</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue that the script console just displayed “CotEditor.ScriptError error 0.” instead of the actual message of the standard error.</li>
<li>Fix an issue that the Scripts menu listed the files without extension up as scripts.</li>
<li>Fix an issue that the size of line numbers did not update even when the editors font size was changed.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.5.5</h1>

View File

@ -16,6 +16,35 @@
<h1>CotEditorのリリースート</h1>
<article>
<header>
<h1>CotEditor 4.5.6</h1>
<p>リリース: <time>2023-05-25</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>コンソールの文字サイズを変更可能に</li>
<li>Protocol Bufferスタイルの名前をProtocol Buffersに変更</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>標準エラー出力の実際の内容の代わりにコンソールに「CotEditor.ScriptError error 0.」と表示された不具合を修正</li>
<li>拡張子のないファイルがCotEditorスクリプトとしてスクリプトメニューに表示されていた不具合を修正</li>
<li>エディタのフォントサイズを変更しても表示している行番号の文字サイズが追従しなかった不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.5.5</h1>