Skip to content

Commit cece9dd

Browse files
committed
Update release notes
1 parent c480eaa commit cece9dd

File tree

3 files changed

+95
-1
lines changed

3 files changed

+95
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [trivial] Enable delete selected separators in the encoding priority view with the Delete key.
1818
- [trivial] Avoid users using reserved syntax names.
1919
- [dev] Migrate the settings window and syntax editor to SwiftUI.
20-
- [dev] Migrate all localizable strings to String Catalogs.
20+
- [dev] Migrate all localizable strings to String Catalog.
2121
- [dev] Update the build environment to Xcode 15.3 (Swift 5.10).
2222

2323

CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html

+47
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,53 @@
1616
<h1>Release notes for CotEditor</h1>
1717

1818

19+
<article>
20+
<header>
21+
<h1>CotEditor 4.8.0</h1>
22+
<p>release: <time>2024-04</time></p>
23+
</header>
24+
25+
26+
<section>
27+
<h2>New Features</h2>
28+
29+
<ul>
30+
<li>Add the Mode feature that enables altering the editor's behavior depending on the document’s syntax (Go Settings > Mode settings pane to set).</li>
31+
<li>Add the Restore Defaults button to the File Drop settings.</li>
32+
33+
</ul>
34+
</section>
35+
36+
37+
<section>
38+
<h2>Improvements</h2>
39+
40+
<ul>
41+
<li>Improve the look and feel of the syntax editor.</li>
42+
<li>Make the encoding priority view undoable.</li>
43+
<li>Deprecate “Append a space to comment delimiter” option</li>
44+
<li><span class="trivial">trivial</span>: Enable delete selected separators in the encoding priority view with the Delete key.</li>
45+
<li><span class="trivial">trivial</span>: Avoid users using reserved syntax names.</li>
46+
<li><span class="trivial">dev</span>: Migrate the settings window and syntax editor to SwiftUI.</li>
47+
<li><span class="trivial">dev</span>: Migrate all localizable strings to String Catalog.</li>
48+
<li><span class="trivial">dev</span>: Update the build environment to Xcode 15.3 (Swift 5.10).</li>
49+
50+
</ul>
51+
</section>
52+
53+
54+
<section>
55+
<h2>Fixes</h2>
56+
57+
<ul>
58+
<li>Fix an issue that the application crashed when trying to share a custom syntax.</li>
59+
<li>Fix an issue on macOS 14 that multiple cursors in editors remained when they are inactive.</li>
60+
<li>Fix missing localizations.</li>
61+
</ul>
62+
</section>
63+
</article>
64+
65+
1966
<article>
2067
<header>
2168
<h1>CotEditor 4.7.4</h1>

CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/releasenotes.html

+47
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,53 @@
1616
<h1>CotEditorのリリースノート</h1>
1717

1818

19+
<article>
20+
<header>
21+
<h1>CotEditor 4.8.0</h1>
22+
<p>リリース: <time>2024-04</time></p>
23+
</header>
24+
25+
26+
<section>
27+
<h2>新機能</h2>
28+
29+
<ul>
30+
<li>書類のシンタックスに応じてエディタの振る舞いを変更できるモード機能を追加(設定 &gt; 「モード」設定ペインで設定)</li>
31+
<li>ファイルドロップ設定に「デフォルトに戻す」ボタンを追加</li>
32+
33+
</ul>
34+
</section>
35+
36+
37+
<section>
38+
<h2>改良</h2>
39+
40+
<ul>
41+
<li>シンタックスエディタの見た目を刷新</li>
42+
<li>エンコーディング優先度編集でアンドゥ/リドゥを可能に</li>
43+
<li>「コメント記号にスペースを追加」オプションを廃止</li>
44+
<li><span class="trivial">trivial</span>: Deleteキーで選択した区切り線を削除できるようにエンコーディング優先度編集を改良</li>
45+
<li><span class="trivial">trivial</span>: 予約されたシンタックス名をユーザが使用することを防止</li>
46+
<li><span class="trivial">開発</span>: 設定ウインドウとシンタックスエディタを全面的にSwiftUIに移行</li>
47+
<li><span class="trivial">開発</span>: すべてのローカライズ文字列管理をString Catalogに移行</li>
48+
<li><span class="trivial">開発</span>: ビルド環境をXcode 15.3(Swift 5.10)に更新</li>
49+
50+
</ul>
51+
</section>
52+
53+
54+
<section>
55+
<h2>修正</h2>
56+
57+
<ul>
58+
<li>カスタムシンタックスを共有しようとするとアプリケーションがクラッシュする不具合を修正</li>
59+
<li>マルチカーソルのカーソル描画がエディタがアクティブでない時も残ることがあるmacOS 14の不具合を修正</li>
60+
<li>ローカライズされていなかったテキストを修正</li>
61+
</ul>
62+
</section>
63+
</article>
64+
65+
1966
<article>
2067
<header>
2168
<h1>CotEditor 4.7.4</h1>

0 commit comments

Comments
 (0)