Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Oct 3, 2023
1 parent 434c17f commit 3d2fd2d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Change Log
### Fixes

- Fix an issue that the application crashed when performing the Find All command with a specific find string.
- Fix an issue that the find all result view occasionally missed the document to select.
- Fix an issue that the find result view occasionally failed to select the match in the editor by clicking a row.
- Fix an issue that the initial find window height was unwantedly expanded when the find result view had appeared in the last session.
- Fix an issue that the lines copied from the find result table could be truncated.
- Fix an issue that the Settings window disappeared when the application is inactive.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,38 @@
<h1>Release notes for CotEditor</h1>


<article>
<header>
<h1>CotEditor 4.6.2</h1>
<p>release: <time>2023-10-03</time></p>
</header>


<section>
<h2>Improvements</h2>

<ul>
<li>Tweak German and Japanese localization.</li>
</ul>
</section>


<section>
<h2>Fixes</h2>

<ul>
<li>Fix an issue that the application crashed when performing the Find All command with a specific find string.</li>
<li>Fix an issue that the find result view occasionally failed to select the match in the editor by clicking a row.</li>
<li>Fix an issue that the initial find window height was unwantedly expanded when the find result view had appeared in the last session.</li>
<li>Fix an issue that the lines copied from the find result table could be truncated.</li>
<li>Fix an issue that the Settings window disappeared when the application is inactive.</li>
<li>Fix an issue that the editor did not remember the scroll position when relaunching the application.</li>
<li><span class="trivial">trivial</span>: Fix an issue that unwanted debug logs appeared in the Console.</li>
</ul>
</section>
</article>


<article>
<header>
<h1>CotEditor 4.6.1</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,38 @@
<h1>CotEditorのリリースノート</h1>


<article>
<header>
<h1>CotEditor 4.6.2</h1>
<p>リリース: <time>2023-10-03</time></p>
</header>


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

<ul>
<li>ドイツ語と日本語のローカリゼーションを調整</li>
</ul>
</section>


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

<ul>
<li>特定の検索文字列で「すべて検索」を実行するとアプリケーションがクラッシュした不具合を修正</li>
<li>検索結果ビューで行をクリックしてもエディタでその箇所にジャンプできないことがあった不具合を修正</li>
<li>前回検索結果ビューを表示したまま検索ウインドウを閉じると、次に開いたときに検索ウインドウの高さが広がったままになっていた不具合を修正</li>
<li>検索結果ビューからコピーされた行の前方が省略されていることがあった不具合を修正</li>
<li>アプリケーションが非アクティブの時に設定ウィンドウが非表示になる不具合を修正</li>
<li>アプリケーションを再起動したときに、エディタがスクロール位置を記憶していなかった不具合を修正</li>
<li><span class="trivial">trivial</span>: コンソールに不要なデバッグログが表示される不具合を修正</li>
</ul>
</section>
</article>


<article>
<header>
<h1>CotEditor 4.6.1</h1>
Expand Down

0 comments on commit 3d2fd2d

Please sign in to comment.