Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Apr 2, 2023
1 parent 54aaeb7 commit fc6c1e1
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 4 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 @@ Change Log
### Fixes

- Workaround an issue on macOS 12 that the application uses 100% CPU after searching files in the open dialog.
- Fix typos in German localization (thanks to Jan Richter!).
Fix typos in German and Italian localizations (thanks to Jan Richter and DAnn2012!).



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


<article>
<header>
<h1>CotEditor 4.5.2</h1>
<p>release: <time>2023-04-02</time></p>
</header>


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

<ul>
<li>Add BBCode syntax style.</li>
</ul>
</section>


<section>
<h2>Improvements</h2>

<ul>
<li>Update Swift syntax style to add some keywords.</li>
<li><span class="label">non-AppStore ver.</span>: Update Sparkle from 2.3.2 to 2.4.0.</li>
<li><span class="trivial">dev</span>: Update the build environment to Xcode 14.3 (Swift 5.8).</li>
</ul>
</section>


<section>
<h2>Fixes</h2>

<ul>
<li>Workaround an issue on macOS 12 that the application uses 100% CPU after searching files in the open dialog.</li>
<li>Fix typos in German and Italian localizations (thanks to Jan Richter and DAnn2012!).</li>
</ul>
</section>
</article>


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


<article>
<header>
<h1>CotEditor 4.5.2</h1>
<p>リリース: <time>2023-04-02</time></p>
</header>


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

<ul>
<li>BBCodeシンタックススタイルを追加</li>
</ul>
</section>


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

<ul>
<li>Swiftシンタックススタイルを更新していくつかのキーワードを追加</li>
<li><span class="label">非AppStore版</span>: Sparkleを2.3.2から2.4.0に更新</li>
<li><span class="trivial">開発</span>: 開発環境をXcode 14.3 (Swift 5.8)に更新</li>
</ul>
</section>


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

<ul>
<li>「開く」ダイアログ表示後CPU使用率が100%を超えるmacOS 12の不具合を修正</li>
<li>ドイツ語とイタリア語のローカリゼーションのタイポを修正 (Jan RichterさんとDAnn2012さんに感謝!)</li>
</ul>
</section>
</article>


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


Expand Down Expand Up @@ -74,10 +112,9 @@ <h2>改良</h2>
<li>URLリンクを有効にしているときのテキスト編集のパフォーマンスを最適化</li>
<li>ナビゲーションバーおよびステータスバーの表示変更をアプリケーション内のすべての書類で同期</li>
<li>ダークモード時のアウトラインのリストのフィルターハイライトを読みやすいように改良</li>
<li>Swiftシンタックスハイライトを更新してSwift 5.8のキーワードを追加</li>
<li>Swiftシンタックススタイルを更新してSwift 5.8のキーワードを追加</li>
<li>「エンコーディング名を挿入」コマンドを廃止(代わりにAppleScriptを使ってください)</li>
<li>ヘルプを更新</li>
<li><span class="label">非AppStore版</span>: Sparkleを2.3.1から2.3.2に更新</li>
<li><span class="trivial">開発</span>: Yamsを5.0.4から5.0.5に更新</li>
</ul>
</section>
Expand Down

0 comments on commit fc6c1e1

Please sign in to comment.