You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html
+47
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,53 @@
16
16
<h1>Release notes for CotEditor</h1>
17
17
18
18
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><spanclass="trivial">trivial</span>: Enable delete selected separators in the encoding priority view with the Delete key.</li>
45
+
<li><spanclass="trivial">trivial</span>: Avoid users using reserved syntax names.</li>
46
+
<li><spanclass="trivial">dev</span>: Migrate the settings window and syntax editor to SwiftUI.</li>
47
+
<li><spanclass="trivial">dev</span>: Migrate all localizable strings to String Catalog.</li>
48
+
<li><spanclass="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>
0 commit comments