Update release notes

This commit is contained in:
1024jp 2023-03-16 12:14:08 +09:00
parent 8d63539425
commit a77643432f
3 changed files with 18 additions and 6 deletions

View File

@ -8,8 +8,8 @@ Change Log
### Improvements
- Change counting characters/lines/words to count all elements in multiple selections.
- Change the threshold to trigger the automatic completion to 3 letters or more to optimize calculation time by large documents.
- Allow `_` as a character for the automatic completion candidates.
- Change the threshold to trigger the automatic completion to 3 letters to optimize calculation time by large documents.
- Allow `_` as a character for completion candidates.
- Synchronize the visibility of all navigation/status bars in the application.

View File

@ -17,7 +17,7 @@
<article>
<header>
<h1>CotEditor 4.5.0</h1>
<p>release: <time>2023-03</time></p>
<p>release: <time>2023-03-18</time></p>
</header>
@ -40,8 +40,12 @@
<ul>
<li>Reconstruct the Snippets (ex. File Drop) and Key Bindings panes in the Settings window.</li>
<li>Allow single function key stroke for a keyboard shortcut.</li>
<li>Optimize the performance of text editing while URL linking is enabled.</li>
<li>Update item order of the Edit menu.</li>
<li>Change counting characters/lines/words to count all elements in multiple selections.</li>
<li>Change the threshold to trigger the automatic completion to 3 letters to optimize calculation time by large documents.</li>
<li>Allow <code>_</code> as a character for completion candidates.</li>
<li>Synchronize the visibility of all navigation/status bars in the application.</li>
<li>Optimize the performance of text editing while URL linking is enabled.</li>
<li>Make filter highlights of the outline list more legible in the Dark Mode.</li>
<li>Update Swift syntax style to add keywords for Swift 5.8.</li>
<li>Deprecate the Insert Encoding Name command (use AppleScript instead).</li>
@ -57,7 +61,9 @@
<ul>
<li>Fix an issue in the search window that an error dialog for invalid regular expression appeared even on incremental search.</li>
<li>Fix an issue that the application did not terminate when no documents exist and the application goes background.</li>
<li>Fix an issue that the Replace button in the Find window did not select the next match.</li>
<li>Fix an issue on macOS 12 that the buttons at the bottom were not aligned.</li>
<li>Fix an issue that all URL links were removed when an external process updated the document.</li>
<li>Fix the redo action label for the line endings conversion and file encoding change.</li>
</ul>

View File

@ -17,7 +17,7 @@
<article>
<header>
<h1>CotEditor 4.5.0</h1>
<p>リリース: <time>2023-03</time></p>
<p>リリース: <time>2023-03-18</time></p>
</header>
@ -40,8 +40,12 @@
<ul>
<li>設定ウインドウの「スニペット」ペインと「キーバインド」ペインを再構成</li>
<li>キーボードショートカットのカスタマイズでファンクションキーの単独使用を可能に</li>
<li>URLリンクを有効にしているときのテキスト編集のパフォーマンスを最適化</li>
<li>「編集」メニューの項目順序を整理</li>
<li>すべての選択の文字/行/単語を合算してカウントするように変更</li>
<li>大きな書類での計算時間の改善のために、自動補完において3文字以上入力したときに初めて候補を表示するように変更</li>
<li><code>_</code>を補完対象の単語の文字に含めるように変更</li>
<li>URLリンクを有効にしているときのテキスト編集のパフォーマンスを最適化</li>
<li>ナビゲーションバーおよびステータスバーの表示変更をアプリケーション内のすべての書類で同期</li>
<li>ダークモード時のアウトラインのリストのフィルターハイライトを読みやすいように改良</li>
<li>Swiftシンタックスハイライトを更新してSwift 5.8のキーワードを追加</li>
<li>「エンコーディング名を挿入」コマンドを廃止代わりにAppleScriptを使ってください</li>
@ -57,7 +61,9 @@
<ul>
<li>インクリメンタルサーチ中に正規表現のシンタックスエラーが表示されることがあった検索ウインドウの不具合を修正</li>
<li>書類が表示されておらずアプリケーションがバックグラウンドに回ったときにアプリケーションが終了しなかった不具合を修正</li>
<li>検索ウインドウの「置換」ボタンが次のマッチを選択しなかった不具合を修正</li>
<li>検索ウインドウの下部のボタンが揃っていなかったmacOS 12での不具合を修正</li>
<li>外部プロセスが書類を更新したときにURLリンクが剥奪されていた不具合を修正</li>
<li>改行コードおよびエンコーディングの変更のやり直しコマンドの名称が誤っていた不具合を修正</li>
</ul>