Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Sep 30, 2024
1 parent 016a09c commit 679d921
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Fix an issue that document windows were not properly initialized when the windows minimized on launch.
- Fix an issue in the file browser that duplicate folders were displayed after renaming a folder.
- Fix an issue in the file browser that some actions for the root folder were incorrectly disabled.
- Fix an issue that changes of insertion formats in the Snippets settings pane were not saved.
- Fix an issue in the Snippets settings pane that changes of insertion formats were not saved.
- Fix an issue that the initial visibility state of the navigation bar was reversed.
- [trivial] Fix an issue that the action name of the “Shift Left” action is not noted in the undo history.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,48 @@
<h1>Release notes for CotEditor</h1>


<article>
<header>
<h1>CotEditor 5.0.2</h1>
<p>release: <time>2024-09-30</time></p>
</header>


<section>
<h2>New Features</h2>

<ul>
<li>Add Polish localization (Thanks to Rafał Kopicki!).</li>
</ul>
</section>


<section>
<h2>Improvements</h2>

<ul>
<li>Add .awk extension to file types treaded as CotEditor script.</li>
<li>Adjust the layout of the file preview view.</li>
<li>Update the Swift syntax to add <code>@Test</code> and <code>@Suite</code> attributes.</li>
</ul>
</section>


<section>
<h2>Fixes</h2>

<ul>
<li>Fix an issue that document windows were not properly initialized when the windows minimized on launch.</li>
<li>Fix an issue in the file browser that duplicate folders were displayed after renaming a folder.</li>
<li>Fix an issue in the file browser that some actions for the root folder were incorrectly disabled.</li>
<li>Fix an issue in the Snippets settings pane that changes of insertion formats were not saved.</li>
<li>Fix an issue that the initial visibility state of the navigation bar was reversed.</li>
<li><span class="trivial">trivial</span>: Fix an issue that the action name of the “Shift Left” action is not noted in the undo history.</li>
</ul>
</section>
</article>


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


<article>
<header>
<h1>CotEditor 5.0.2</h1>
<p>リリース: <time>2024-09-30</time></p>
</header>


<section>
<h2>新機能</h2>

<ul>
<li>ポーランド語ローカリゼーションを追加(Rafał Kopickiさんに感謝!)</li>
</ul>
</section>


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

<ul>
<li>.awk拡張子をCotEditorスクリプトとして扱うファイルタイプに追加</li>
<li>ファイルプレビュー表示のレイアウトを調整</li>
<li>Swiftシンタックスを更新し<code>@Test</code><code>@Suite</code>属性を追加</li>
</ul>
</section>


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

<ul>
<li>アプリ起動時にウインドウがDockにしまわれていたときウインドウが正しく初期化されていなかった不具合を修正</li>
<li>フォルダ名を変更するとそのフォルダ項目が二重になったファイルブラウザの不具合を修正</li>
<li>ルートフォルダへのアクションが不要に無効になっていることがあったファイルブラウザの不具合を修正</li>
<li>挿入フォーマットの変更が保存されなかった「スニペット」設定ペインの不具合を修正</li>
<li>ナビゲーションバーの初期表示が設定と逆になっていた不具合を修正</li>
<li><span class="trivial">trivial</span>: 「左にシフト」コマンドのコマンド名がアンドゥ履歴に登録されていなかった不具合を修正</li>
</ul>
</section>
</article>


<article>
<header>
<h1>CotEditor 5.0.1</h1>
Expand All @@ -35,7 +77,7 @@ <h2>改良</h2>


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

<ul>
<li>開いたフォルダにアーカイブファイルが含まれていたときにアプリがクラッシュするmacOS 14の不具合を修正</li>
Expand Down

0 comments on commit 679d921

Please sign in to comment.