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
<p>This is a development version. Get the latest stable version on the <ahref="https://itunes.apple.com/app/coteditor/id1024640650?ls=1">Mac App Store</a>.</p>
40
40
<p>Before installing a beta version, you <strong>MUST</strong> read the release notes.</p>
Copy file name to clipboardExpand all lines: releasenotes/6.2.0-beta.en.html
+50-1Lines changed: 50 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,68 @@ <h1>Highlights on CotEditor 6.2</h1>
38
38
39
39
<dl>
40
40
<dt>Assist your migration</dt>
41
-
<dd>Export and import all your CotEditor settings, custom syntaxes, themes, and multiple replacement definitions from the File menu to easily move your environment to another Mac.</dd>
41
+
<dd>Export and import all your CotEditor settings, custom syntaxes, themes, and Multiple Replace definitions from the File menu to easily move your environment to another Mac.</dd>
42
42
43
43
<dt>Easier access to aliases</dt>
44
44
<dd>The original documents behind aliases and symlinks can now be opened directly in the current window from the file browser.<br/>
45
45
<small>*If the original is a folder, it will open in a new window.</small></dd>
46
46
47
+
<dt>Build replace rules in bulk from TSV</dt>
48
+
<dd>Import tab-separated pairs of search and replacement texts to create a replace definition. Ideal for large glossaries.</dd>
49
+
47
50
<dt>Your built-in guide, newly polished</dt>
48
51
<dd>The built-in user guide now offers clearer explanations, richer content, and a refreshed layout aligned with the latest macOS.</dd>
49
52
</dl>
50
53
</section>
51
54
52
55
53
56
57
+
<article>
58
+
<header>
59
+
<h1>CotEditor 6.2.0-beta.3</h1>
60
+
<p>release: <time>2025-11-29</time></p>
61
+
</header>
62
+
63
+
64
+
<section>
65
+
<h2>New Features</h2>
66
+
67
+
<ul>
68
+
<li>Support for importing multiple replace definitions from tab-separated values.</li>
69
+
</ul>
70
+
</section>
71
+
72
+
73
+
<section>
74
+
<h2>Improvements</h2>
75
+
76
+
<ul>
77
+
<li><spanclass="trivial">trivial</span>: Select the newly added settings after importing a settings file.</li>
0 commit comments