Update CHANGELOG

This commit is contained in:
1024jp 2024-03-31 13:04:30 +09:00
parent dcf7600b95
commit 12dfadcb00
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
- Improve the look and feel of the syntax editor.
- Make the encoding priority view undoable.
- Disable the pane transition animation in the Settings window when the user sets to reduce motion in the system Accessibility settings.
- Deprecate “Append a space to comment delimiter” option
- Deprecate “Append a space to comment delimiter” option.
- [trivial] Enable delete selected separators in the encoding priority view with the Delete key.
- [trivial] Avoid users using reserved syntax names.
- [dev] Migrate the settings window and syntax editor to SwiftUI.

View File

@ -42,7 +42,7 @@
<li>Renew the “About CotEditor” window.</li>
<li>Make the encoding priority view undoable.</li>
<li>Disable the pane transition animation in the Settings window when the user sets to reduce motion in the system Accessibility settings.</li>
<li>Deprecate “Append a space to comment delimiter” option</li>
<li>Deprecate “Append a space to comment delimiter” option.</li>
<li><span class="label">non-AppStore ver.</span>: Update Sparkle from 2.5.2 to 2.6.0.</li>
<li><span class="trivial">trivial</span>: Enable delete selected separators in the encoding priority view with the Delete key.</li>
<li><span class="trivial">trivial</span>: Avoid users using reserved syntax names.</li>