Update release notes

This commit is contained in:
1024jp 2022-12-22 21:19:19 +09:00
parent d11eecdce8
commit bf124defba
3 changed files with 85 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Change Log
- Draw link underlines on the left side by the vertical text orientation.
- Update the Unicode block name list for the character inspector from Unicode 14.0.0 to Unicode 15.0.0.
- Deprecate the option to keep the progress dialog for find/replacement after finishing the task.
- Deprecate the option not to select the next match after the replacement when clicking the Replace button.
- Deprecate the option not to select the next match after the replacement when clicking the Replace button in the Find window.
- [trivial] Make the target document the key window when selecting a matched line in the find result view.
- [trivial] Tweak the style of headings in menus.
- [trivial] Tweak the setting summary display in the print dialog.
@ -23,10 +23,10 @@ Change Log
- Fix an issue on macOS 13 the total page did not update when changing the print scope option to “Selection in CotEditor” in the print dialog.
- Fix an issue that timestamps in the Console window do not reflect the local time zone.
- Fix an issue that the right-to-left writing direciton option for new documents was not applied.
- Fix an issue that the right-to-left writing direction option for new documents was not applied.
- Fix an issue that the regular expression pattern was wrongly highlighted in a specific condition.
- Fix an issue that the regular expression find/replace was not performed if the document is empty.
- Fix an issue that the advanced option view in the find panel could display multiple times when clicked the button repeatedly.
- Fix an issue that the advanced options view in the find panel could display multiple times when clicking the button repeatedly.
- Fix the drawing of the editor opacity toolbar item when collapsed.

View File

@ -14,6 +14,47 @@
<h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.4.3</h1>
<p>release: <time>2022-12-23</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Optimize performance of find/replace with large documents.</li>
<li>Display the concrete progress of the find/replace task in the progress dialog.</li>
<li>Draw link underlines on the left side by the vertical text orientation.</li>
<li>Update the Unicode block name list for the character inspector from Unicode 14.0.0 to Unicode 15.0.0.</li>
<li>Deprecate the option to keep the progress dialog for find/replacement after finishing the task.</li>
<li>Deprecate the option not to select the next match after the replacement when clicking the Replace button in the Find window.</li>
<li><span class="trivial">trivial</span>: Make the target document the key window when selecting a matched line in the find result view.</li>
<li><span class="trivial">trivial</span>: Tweak the style of headings in menus.</li>
<li><span class="trivial">trivial</span>: Tweak the setting summary display in the print dialog.</li>
<li><span class="trivial">dev</span>: Migrate the most of sheets and popovers to SwiftUI.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue on macOS 13 the total page did not update when changing the print scope option to “Selection in CotEditor” in the print dialog.</li>
<li>Fix an issue that timestamps in the Console window do not reflect the local time zone.</li>
<li>Fix an issue that the right-to-left writing direction option for new documents was not applied.</li>
<li>Fix an issue that the regular expression pattern was wrongly highlighted in a specific condition.</li>
<li>Fix an issue that the regular expression find/replace was not performed if the document is empty.</li>
<li>Fix an issue that the advanced options view in the find panel could display multiple times when clicking the button repeatedly.</li>
<li>Fix the drawing of the editor opacity toolbar item when collapsed.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.4.2</h1>

View File

@ -14,6 +14,47 @@
<h1>CotEditorのリリースート</h1>
<article>
<header>
<h1>CotEditor 4.4.3</h1>
<p>リリース: <time>2022-12-23</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>大きい書類での検索/置換パフォーマンスを最適化</li>
<li>検索/置換の進捗ダイアログに進捗度を表示するように改良</li>
<li>縦書きのときにリンクの下線を行の左側に描画するように改良</li>
<li>文字インスペクタに表示されるUnicodeブロック名のリストをUnicode 14.0.0からUnicode 15.0.0に更新</li>
<li>検索/置換の進捗ダイアログを完了後に自動で閉じない設定オプションを廃止</li>
<li>「検索」ウインドウの「置換」ボタンをクリックしたときに次の一致した文字列に移動しない設定オプションを廃止</li>
<li><span class="trivial">trivial</span>: 検索結果ビューの行をクリックしたときに対象となる書類をキーウインドウに</li>
<li><span class="trivial">trivial</span>: メニュー内の見出し表示を調整</li>
<li><span class="trivial">trivial</span>: 「プリント」ダイアログの概要表示を調整</li>
<li><span class="trivial">開発</span>: 大半のシートとポップオーバーをSwiftUIに移行</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>「プリント」ダイアログで「CotEditorでの選択範囲」オプションを変更してもプレビューの総ページ数が更新されなかったmacOS 13での不具合を修正</li>
<li>コンソールウインドウのタイムスタンプがローカルのタイムゾーンになっていなかった不具合を修正</li>
<li>文章の方向の「右から左」設定が新規書類に反映されていなかった不具合を修正</li>
<li>特定の条件下で正規表現のハイライトが崩れた不具合を修正</li>
<li>書類が空のときに正規表現の検索/置換が実行されなかった不具合を修正</li>
<li>検索ウインドウの詳細オプションビューがボタンを連打すると多重に表示された不具合を修正</li>
<li>折り畳まれたときのエディタの不透明度ツールバー項目の描画を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.4.2</h1>