Update release notes

This commit is contained in:
1024jp 2024-03-29 08:24:03 +09:00
parent e8555e4b79
commit fa3c3d3e0d
3 changed files with 12 additions and 7 deletions

View File

@ -8,14 +8,14 @@
- Renew the “About CotEditor” window.
- [non-AppStore ver.] Update Sparkle from 2.5.2 to 2.6.0.
- [dev] Update Yams from 5.0.6 to 5.1.0.
- [beta] Restore the last syntax editor size within a session.
- [dev] Migrate the status bar to SwiftUI.
- [beta] Restore the last syntax editor size within a session.
### Fixes
- [beta] Fix an issue on macOS 14 that multiple cursors in editors were not drawn when the editor becomes active again.
- [beta] Add missing localization.
- [dev] Migrate the status bar to SwiftUI.

View File

@ -39,15 +39,17 @@
<ul>
<li>Improve the look and feel of the syntax editor.</li>
<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><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>
<li><span class="trivial">dev</span>: Migrate the settings window and syntax editor to SwiftUI.</li>
<li><span class="trivial">dev</span>: Migrate the settings window, syntax editor, and status bar to SwiftUI.</li>
<li><span class="trivial">dev</span>: Migrate all localizable strings to String Catalog.</li>
<li><span class="trivial">dev</span>: Update the build environment to Xcode 15.3 (Swift 5.10).</li>
<li><span class="trivial">dev</span>: Update Yams from 5.0.6 to 5.1.0.</li>
</ul>
</section>

View File

@ -39,14 +39,17 @@
<ul>
<li>シンタックスエディタの見た目を刷新</li>
<li>「CotEditorについて」ウインドウを刷新</li>
<li>エンコーディング優先度編集でアンドゥ/リドゥを可能に</li>
<li>ユーザがシステムのアクセシビリティ設定で視差効果を減らしてい場合は、設定ウインドウのペイン切り替えアニメーションを無効に</li>
<li>ユーザがシステムのアクセシビリティ設定で視差効果を減らしてい場合は、設定ウインドウのペイン切り替えアニメーションを無効に</li>
<li>「コメント記号にスペースを追加」オプションを廃止</li>
<li><span class="label">非AppStore版</span>: Sparkleを2.5.2から2.6.0に更新</li>
<li><span class="trivial">trivial</span>: Deleteキーで選択した区切り線を削除できるようにエンコーディング優先度編集を改良</li>
<li><span class="trivial">trivial</span>: 予約されたシンタックス名をユーザが使用することを防止</li>
<li><span class="trivial">開発</span>: 設定ウインドウとシンタックスエディタを全面的にSwiftUIに移行</li>
<li><span class="trivial">開発</span>: すべてのローカライズ文字列管理をString Catalogに移行</li>
<li><span class="trivial">開発</span>: 設定ウインドウとシンタックスエディタ、ステータスバーを全面的にSwiftUIに移行</li>
<li><span class="trivial">開発</span>: すべてのローカリゼーション文字列管理をString Catalogに移行</li>
<li><span class="trivial">開発</span>: ビルド環境をXcode 15.3Swift 5.10)に更新</li>
<li><span class="trivial">開発</span>: Yamsを5.0.6から5.1.0に更新</li>
</ul>
</section>