Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Dec 11, 2023
1 parent a8d9711 commit f8c6f43
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f8c6f43

Please sign in to comment.