Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Aug 15, 2023
1 parent e792140 commit b6ec1a0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
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.5.8</h1>
<p>release: <time>2023-08-15</time></p>
</header>


<section>
<h2>Improvements</h2>

<ul>
<li>Disable the beep sound at the end of successful replacement.</li>
</ul>
</section>


<section>
<h2>Fixes</h2>

<ul>
<li>Fix an issue that the rectangular selection could not add an insertion point at the empty last line.</li>
<li>Fix an issue that the line was not highlighted when one of multiple insertion points locates at the empty last line.</li>
<li>Fix an issue that the current line highlight did not update when some editor setting was changed.</li>
<li>Workaround an issue the toggle inspector command is disabled in macOS 14.</li>
</ul>
</section>
</article>


<article>
<header>
<h1>CotEditor 4.5.7</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.5.7</h1>
<p>リリース: <time>2023-08-15</time></p>
</header>


<section>
<h2>改良</h2>

<ul>
<li>すべて置換が成功したときに鳴っていたビープ音を廃止</li>
</ul>
</section>


<section>
<h2>修正</h2>

<ul>
<li>矩形選択で最後の空行にカーソルを追加できなかった不具合を修正</li>
<li>マルチカーソルのうち一つが最後の空行にあったときに行がハイライトされなかった不具合を修正</li>
<li>エディタの設定を変更したときに現在行のハイライトが追従しないことがあった不具合を修正</li>
<li>macOS 14で「インスペクタを表示/非表示」コマンドが無効になっている不具合を迂回</li>
</ul>
</section>
</article>


<article>
<header>
<h1>CotEditor 4.5.7</h1>
Expand All @@ -37,7 +66,8 @@ <h2>改良</h2>
<section>
<h2>修正</h2>

<ul>コンテキストメニューのスクリプトメニューに意図しない「NSMenuItem」というタイトルが表示されていた不具合を修正</li>
<ul>
<li>コンテキストメニューのスクリプトメニューに意図しない「NSMenuItem」というタイトルが表示されていた不具合を修正</li>
</ul>
</section>
</article>
Expand Down

0 comments on commit b6ec1a0

Please sign in to comment.