Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Mar 16, 2023
1 parent 8d63539 commit a776434
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.5.0</h1>
<p>release: <time>2023-03</time></p>
<p>release: <time>2023-03-18</time></p>
</header>


Expand All @@ -40,8 +40,12 @@ <h2>Improvements</h2>
<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>
Expand All @@ -57,7 +61,9 @@ <h2>Fixes</h2>

<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>CotEditorのリリースノート</h1>
<article>
<header>
<h1>CotEditor 4.5.0</h1>
<p>リリース: <time>2023-03</time></p>
<p>リリース: <time>2023-03-18</time></p>
</header>


Expand All @@ -40,8 +40,12 @@ <h2>改良</h2>
<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>
Expand All @@ -57,7 +61,9 @@ <h2>修正</h2>

<ul>
<li>インクリメンタルサーチ中に正規表現のシンタックスエラーが表示されることがあった検索ウインドウの不具合を修正</li>
<li>書類が表示されておらずアプリケーションがバックグラウンドに回ったときにアプリケーションが終了しなかった不具合を修正</li>
<li>検索ウインドウの「置換」ボタンが次のマッチを選択しなかった不具合を修正</li>
<li>検索ウインドウの下部のボタンが揃っていなかったmacOS 12での不具合を修正</li>
<li>外部プロセスが書類を更新したときにURLリンクが剥奪されていた不具合を修正</li>
<li>改行コードおよびエンコーディングの変更のやり直しコマンドの名称が誤っていた不具合を修正</li>
</ul>
Expand Down

0 comments on commit a776434

Please sign in to comment.