Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Dec 21, 2024
1 parent 2951062 commit 99b70b8
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
### Improvements

- Provide more Unicode information about the selected character in the document inspector.
- Don’t hide the console when the application has gone to the background.
- Prevent the console from hiding when the app goes into the background.
- Optimize the file browser’s performance when expanding a folder containing a large number of items.
- Improve the trimming of whitespaces in the extracted outline labels.
- Change the syntax highlighting rule to extract strings in the form of “begin-end” string pairs even if one of those is escaped.
- Modify the syntax highlighting rule to extract strings in the form of “begin-end” string pairs, even if one of those is escaped.
- Adjust the editor’s initial scroll position.
- [trivial] Update the layout of the Donation settings pane.
- [trivial] Update the User Guide.


### Fixes

- Fix an issue that the shortcut key for cycling through windows was not functioning correctly for certain input methods.
- Fix an issue that the end point of a selection shifted after a hanging indent on a wrapped line when the line endings are CRLF and the selection is expanded using the `` or `` shortcuts.
- Fix an issue that the shortcut key for cycling through windows was not functioning correctly for certain input modes.
- Fix an issue that the end point of a selection shifted after a hanging indent on a wrapped line when the line endings are CRLF and the selection is expanded using the `Shift`-`` or `Shift`-`` shortcuts.
- Fix an issue that the insertion point rarely jumped to the nearest outline item when the outline inspector is shown.


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


<article>
<header>
<h1>CotEditor 5.0.7</h1>
<p>release: <time>2024-12-22</time></p>
</header>


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

<ul>
<li>Add <code>title</code> and <code>timestamp</code> options to the AppleScript’s <code>write to console</code> command.</li>
</ul>
</section>


<section>
<h2>Improvements</h2>

<ul>
<li>Provide more Unicode information about the selected character in the document inspector.</li>
<li>Prevent the console from hiding when the app goes into the background.</li>
<li>Optimize the file browser’s performance when expanding a folder containing a large number of items.</li>
<li>Improve the trimming of whitespaces in the extracted outline labels.</li>
<li>Modify the syntax highlighting rule to extract strings in the form of “begin-end” string pairs, even if one of those is escaped.</li>
<li>Adjust the editor’s initial scroll position.</li>
<li><span class="trivial">trivial</span>: Update the layout of the Donation settings pane.</li>
<li><span class="trivial">trivial</span>: Update the User Guide.</li>
</ul>
</section>


<section>
<h2>Fixes</h2>

<ul>
<li>Fix an issue that the shortcut key for cycling through windows was not functioning correctly for certain input modes.</li>
<li>Fix an issue that the end point of a selection shifted after a hanging indent on a wrapped line when the line endings are CRLF and the selection is expanded using the <kbd>Shift</kbd>-<kbd></kbd> or <kbd>Shift</kbd>-<kbd></kbd> shortcuts.</li>
<li>Fix an issue that the insertion point rarely jumped to the nearest outline item when the outline inspector is shown.</li>
</ul>
</section>
</article>


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


<article>
<header>
<h1>CotEditor 5.0.7</h1>
<p>リリース: <time>2024-12-22</time></p>
</header>


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

<ul>
<li>AppleScriptの<code>write to console</code>コマンドに<code>title</code><code>timestamp</code>オプションを追加</li>
</ul>
</section>


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

<ul>
<li>書類インスペクタに選択された文字のUnicode情報をより詳細に表示</li>
<li>アプリがバックグラウンドになったときにコンソールが隠れないよう変更</li>
<li>ファイルブラウザで多くの項目を含むフォルダを展開するときのパフォーマンスを最適化</li>
<li>抽出されたアウトライン項目の空白のトリミングを改良</li>
<li>シンタックスハイライトのルールを変更し、開始-終了文字列ペアの形式でいずれかがエスケープされていてもハイライトするように変更</li>
<li>エディタの初期スクロール位置を調整</li>
<li><span class="trivial">trivial</span>: 「寄付」設定ペインのレイアウトを更新</li>
<li><span class="trivial">trivial</span>: ユーザガイドを更新</li>
</ul>
</section>


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

<ul>
<li>特定の入力モードでウインドウを巡回するショートカットキーが正しく機能しなかった不具合を修正</li>
<li>改行コードがCRLFで<kbd>Shift</kbd>-<kbd></kbd>または<kbd>Shift</kbd>-<kbd></kbd>ショートカットを使って選択範囲を広げたときに、折り返し行のぶら下がりインデントのあとで選択範囲の終点がずれた不具合を修正</li>
<li>アウトラインインスペクタが表示されているときに、稀に挿入点が近くのアウトライン項目に不意に移動することがあった不具合を修正</li>
</ul>
</section>
</article>


<article>
<header>
<h1>CotEditor 5.0.6</h1>
Expand Down

0 comments on commit 99b70b8

Please sign in to comment.