Update release notes

This commit is contained in:
1024jp 2023-12-11 21:14:13 +09:00
parent a8d97112e3
commit f8c6f43b92
3 changed files with 60 additions and 2 deletions

View File

@ -11,8 +11,8 @@
### Fixes
- Fix an issue on CotEditor 4.7.0 that documents did not update when the file was modified by a command-line process.
- Fix an issue on CotEditor 4.7.0 that some actions, such as scripts, could not performed via the Quick Action bar.
- Fix an issue on CotEditor 4.7.0 that last letters of some script name with a period could be wrongly interpreted as shortcut keys.
- Fix an issue on CotEditor 4.7.0 that the last letter of some script names with a period could be wrongly interpreted as shortcut keys.
- Fix an issue on CotEditor 4.7.0 that some kinds of actions, such as scripts, could not performed via the Quick Action bar.
- Fix an issue on CotEditor 4.7.0 that the Quick Actions bar dropped to draw the Shift key in some shortcuts.

View File

@ -16,6 +16,35 @@
<h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.7.1</h1>
<p>release: <time>2023-12-12</time></p>
</header>
<section>
<h2>New Features</h2>
<ul>
<li>Add “Join Lines” command to the Text menu.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue on CotEditor 4.7.0 that documents did not update when the file was modified by a command-line process.</li>
<li>Fix an issue on CotEditor 4.7.0 that the last letter of some script names with a period could be wrongly interpreted as shortcut keys.</li>
<li>Fix an issue on CotEditor 4.7.0 that some kinds of actions, such as scripts, could not performed via the Quick Action bar.</li>
<li>Fix an issue on CotEditor 4.7.0 that the Quick Actions bar dropped to draw the Shift key in some shortcuts.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.7.0</h1>

View File

@ -16,6 +16,35 @@
<h1>CotEditorのリリースート</h1>
<article>
<header>
<h1>CotEditor 4.7.1</h1>
<p>リリース: <time>2023-12-12</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>「テキスト」メニューに「行を結合」コマンドを追加</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>コマンドラインプロセスから書類ファイルが編集されたときに書類が更新されないことがあったCotEditor 4.7.0の不具合を修正</li>
<li>スクリプト名の末尾がピリオドと文字のとき、その文字がショートカットキーとして解釈されてしまうことがあったCotEditor 4.7.0の不具合を修正</li>
<li>クイックアクションバーからスクリプトなどのいくつかのタイプのアクションが実行できなかったCotEditor 4.7.0の不具合を修正</li>
<li>クックアクションバーがショートカットのShiftキーを描画しないことがあったCotEditor 4.7.0の不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.7.0</h1>