Update release notes

This commit is contained in:
1024jp 2024-04-21 15:37:27 +09:00
parent 541edbee91
commit de0a4ebcbd
3 changed files with 67 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- Add context menus for text size change to the tables in the outline inspector and find the result view.
- Improve the algorithm to parse syntax highlighting with simple words.
- Improve error message when failed loading setting files.
- Improve error message when failing to load setting files.
### Fixes

View File

@ -16,6 +16,39 @@
<h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.8.1</h1>
<p>release: <time>2024-04-22</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Add context menus for text size change to the tables in the outline inspector and find the result view.</li>
<li>Improve the algorithm to parse syntax highlighting with simple words.</li>
<li>Improve error message when failing to load setting files.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Address an issue on CotEditor 4.8.0 that the application could crash while updating the editor counts.</li>
<li>Fix an issue on CotEditor 4.8.0 that custom syntaxes could be empty when it contains ill-formed definitions.</li>
<li>Fix an issue on CotEditor 4.8.0 that the editor's kerning did not set to zero despite the font type being monospaced.</li>
<li>Fix an issue on CotEditor 4.8.0 that some steppers in the Settings window were placed on the opposite side.</li>
<li>Fix an issue that the current line highlight did not appear when the insertion point was located at the last empty line.</li>
<li>Fix an issue that the same instance highlight remains under specific conditions.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.8.0</h1>

View File

@ -16,6 +16,39 @@
<h1>CotEditorのリリースート</h1>
<article>
<header>
<h1>CotEditor 4.8.1</h1>
<p>リリース: <time>2024-04-22</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>アウトラインインスペクタと検索結果ビューの表の文字サイズを変更するコンテキストメニューを追加</li>
<li>シンプルな単語のシンタックスハイライトアリゴリズムを改良</li>
<li>設定ファイルをロードできなかったときのエラーメッセージを改良</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>エディタのカウント中にアプリケーションがクラッシュすることがあったCotEditor 4.8.0の不具合に対処</li>
<li>カスタムシンタックスに行儀の良くない定義が入っているにシンタックス定義が空になることがあったCotEditor 4.8.0の不具合を修正</li>
<li>等幅フォントのときにカーニングがゼロにならなかったCotEditor 4.8.0の不具合を修正</li>
<li>設定ウインドウのステッパーが入力欄の反対側に配置されることがあったCotEditor 4.8.0の不具合を修正</li>
<li>カーソルが書類末の空行にあるときに現在行のハイライトが描画されなかった不具合を修正</li>
<li>選択した文字のハイライトが特定の状況下で残っていた不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.8.0</h1>