Update release notes

This commit is contained in:
1024jp 2024-04-28 22:35:49 +09:00
parent 2c3534407f
commit 79ac784485
3 changed files with 63 additions and 3 deletions

View File

@ -6,12 +6,12 @@
### Improvements
- Disable smart dash for the General mode by default.
- Update the JavaScript syntax to fix some typos.
- Update the Swift and TOML syntaxes.
- Update the JavaScript, Swift, and TOML syntaxes.
### Fixes
- Fix an issue on CotEditor 4.8.1 that opening some kinds of documents took a long time.
- Fix an issue on CotEditor 4.8.0 that the editor displayed nothing when the mode setting is empty.
- Fix an issue on CotEditor 4.8.0 that custom syntaxes could be ignored when it contains ill-formed file mapping definitions.
- Fix syntax highlighting for simple words.

View File

@ -16,6 +16,35 @@
<h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.8.2</h1>
<p>release: <time>2024-04-29</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Disable smart dash for the General mode by default.</li>
<li>Update the JavaScript, Swift, and TOML syntaxes.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue on CotEditor 4.8.0 that the editor displayed nothing when the mode setting is empty.</li>
<li>Fix an issue on CotEditor 4.8.0 that custom syntaxes could be ignored when it contains ill-formed file mapping definitions.</li>
<li>Fix syntax highlighting for simple words.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.8.1</h1>
@ -27,6 +56,7 @@
<h2>Improvements</h2>
<ul>
<li>Fix an issue on CotEditor 4.8.1 that opening some kinds of documents took a long time.</li>
<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>

View File

@ -16,6 +16,36 @@
<h1>CotEditorのリリースート</h1>
<article>
<header>
<h1>CotEditor 4.8.2</h1>
<p>リリース: <time>2024-04-29</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>一般モードのデフォルト設定でスマートダッシュ記号を無効に</li>
<li>JavaScript、SwiftとTOMLシンタックスを更新</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>特定のタイプの書類のを開くのに時間がかかったCotEditor 4.8.1の不具合を修正</li>
<li>モードの設定が空のときエディタに何も表示されなかったCotEditor 4.8.0の不具合を修正</li>
<li>カスタムシンタックスに行儀の良くないファイルマッピング定義が入っているにシンタックス定義が無視されたCotEditor 4.8.0の不具合を修正</li>
<li>シンプルな単語のシンタックスハイライトを修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.8.1</h1>
@ -40,7 +70,7 @@
<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>設定ウインドウのステッパーが入力欄の反対側に配置されることがあったCotEditor 4.8.0の不具合を修正</li>
<li>「条件で並び替え」の並び替えキーが空白のみのときにアプリケーションがクラッシュした不具合を修正</li>