Skip to content

Commit 12201d3

Browse files
committed
Release 5.0.0
1 parent 3ef0d8c commit 12201d3

File tree

10 files changed

+333
-37
lines changed

10 files changed

+333
-37
lines changed

appcast.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<description>Most recent changes with links to updates.</description>
77

88
<item>
9-
<title>CotEditor 5.0.0-rc</title>
10-
<pubDate>Sun, 15 Sep 2024 04:47:52 +0900</pubDate>
11-
<sparkle:channel>prerelease</sparkle:channel>
12-
<sparkle:version>666</sparkle:version>
13-
<sparkle:shortVersionString>5.0.0-rc</sparkle:shortVersionString>
9+
<title>CotEditor 5.0.0</title>
10+
<pubDate>Tue, 17 Sep 2024 8:00:00 +0900</pubDate>
11+
12+
<sparkle:version>674</sparkle:version>
13+
<sparkle:shortVersionString>5.0.0</sparkle:shortVersionString>
1414
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
15-
<sparkle:releaseNotesLink xml:lang="en">https://coteditor.com/releasenotes/5.0.0-beta.en.html</sparkle:releaseNotesLink>
16-
<sparkle:releaseNotesLink xml:lang="ja">https://coteditor.com/releasenotes/5.0.0-beta.ja.html</sparkle:releaseNotesLink>
17-
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/5.0.0-rc/CotEditor_5.0.0-rc.dmg"
18-
length="16351533"
15+
<sparkle:releaseNotesLink xml:lang="en">https://coteditor.com/releasenotes/5.0.0.en.html</sparkle:releaseNotesLink>
16+
<sparkle:releaseNotesLink xml:lang="ja">https://coteditor.com/releasenotes/5.0.0.ja.html</sparkle:releaseNotesLink>
17+
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/5.0.0/CotEditor_5.0.0.dmg"
18+
length="16239486"
1919
type="application/octet-stream"
20-
sparkle:edSignature="Rs73/5eitCihG22K1bw6Oh1ouVzpHgVgIBV+qY5uJcZ25lPJ+NZ8X6J6H3bvqxP2OyBtYAALiqvXRX5CRLe4Cw=="/>
20+
sparkle:edSignature="nJKE79Dct7q/3SHwKrjDek5R/DffM+2UEHP7npXtqtwjiTuHNt0s4xJbZxK/MN6q+aXXFSC86IgREo6O3pilDA=="/>
2121
</item>
2222

2323
<item>

archives.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ <h2>CotEditor non-AppStore version</h2>
5050

5151
<p>CotEditor is distributed on the <a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1" rel="external" title="CotEditor -Mac App Store">Mac App Store</a>. However, there is also a non-AppStore version just for in case.</p>
5252

53-
<a href="https://github.com/coteditor/CotEditor/releases/download/4.8.7/CotEditor_4.8.7.dmg"
54-
download="CotEditor_4.8.7.dmg"
55-
title="Download | CotEditor_4.8.7.dmg">
53+
<a href="https://github.com/coteditor/CotEditor/releases/download/5.0.0/CotEditor_5.0.0.dmg"
54+
download="CotEditor_5.0.0.dmg"
55+
title="Download | CotEditor_5.0.0.dmg">
5656
<img src="./img/appicon/[email protected]" width="64" alt=""/>
57-
CotEditor <span>4.8.7</span>
57+
CotEditor <span>5.0.0</span>
5858
</a>
5959
<dl>
6060
<dt>released on</dt>
61-
<dd><time>2024-07-07</time></dd>
61+
<dd><time>2024-09-16</time></dd>
6262

6363
<dt>release notes</dt>
64-
<dd><a href="releasenotes/4.8.7.en" hreflang="en">en</a></dd>
65-
<dd><a href="releasenotes/4.8.7.ja" hreflang="ja">ja</a></dd>
64+
<dd><a href="releasenotes/5.0.0.en" hreflang="en">en</a></dd>
65+
<dd><a href="releasenotes/5.0.0.ja" hreflang="ja">ja</a></dd>
6666

6767
<dt>requirements</dt>
6868
<dd>macOS 13 or later</dd>
@@ -91,6 +91,16 @@ <h2>CotEditor for earlier macOS</h2>
9191
</thead>
9292

9393
<tbody>
94+
<tr>
95+
<td><a href="https://github.com/coteditor/CotEditor/releases/download/4.8.7/CotEditor_4.8.7.dmg"
96+
download="CotEditor_4.8.9.dmg"
97+
title="Download | CotEditor_4.8.7.dmg (14.7 MB)">
98+
<img src="./img/archives/[email protected]" width="32" alt=""/>
99+
CotEditor 4.8.7</a></td>
100+
<td><strong>macOS 13</strong> Sonoma</td>
101+
<td><time>2023-09-11</time></td>
102+
</tr>
103+
94104
<tr>
95105
<td><a href="https://github.com/coteditor/CotEditor/releases/download/4.5.9/CotEditor_4.5.9.dmg"
96106
download="CotEditor_4.5.9.dmg"

archives.ja.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ <h2>CotEditor non-AppStore版</h2>
5050

5151
<p>CotEditorは<a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1" rel="external" title="CotEditor -Mac App Store">Mac App Store</a>で配布されていますが、直接ダウンロードできるnon-AppStore版も用意されています。</p>
5252

53-
<a href="https://github.com/coteditor/CotEditor/releases/download/4.8.7/CotEditor_4.8.7.dmg"
54-
download="CotEditor_4.8.7.dmg"
55-
title="Download | CotEditor_4.8.7.dmg">
53+
<a href="https://github.com/coteditor/CotEditor/releases/download/5.0.0/CotEditor_5.0.0.dmg"
54+
download="CotEditor_5.0.0.dmg"
55+
title="Download | CotEditor_5.0.0.dmg">
5656
<img src="./img/appicon/[email protected]" width="64" alt=""/>
57-
CotEditor <span>4.8.7</span>
57+
CotEditor <span>5.0.0</span>
5858
</a>
5959
<dl>
6060
<dt>リリース日</dt>
61-
<dd><time>2024-07-07</time></dd>
61+
<dd><time>2024-09-16</time></dd>
6262

6363
<dt>リリースノート</dt>
64-
<dd><a href="releasenotes/4.8.7.en" hreflang="en">英語</a></dd>
65-
<dd><a href="releasenotes/4.8.7.ja" hreflang="ja">日本語</a></dd>
64+
<dd><a href="releasenotes/5.0.0.en" hreflang="en">英語</a></dd>
65+
<dd><a href="releasenotes/5.0.0.ja" hreflang="ja">日本語</a></dd>
6666

6767
<dt>システム条件</dt>
6868
<dd>macOS 13以降</dd>
@@ -92,6 +92,16 @@ <h2>古いmacOS向けCotEditor</h2>
9292
</thead>
9393

9494
<tbody>
95+
<tr>
96+
<td><a href="https://github.com/coteditor/CotEditor/releases/download/4.8.7/CotEditor_4.8.7.dmg"
97+
download="CotEditor_4.8.9.dmg"
98+
title="Download | CotEditor_4.8.7.dmg (14.7 MB)">
99+
<img src="./img/archives/[email protected]" width="32" alt=""/>
100+
CotEditor 4.8.7</a></td>
101+
<td><strong>macOS 13</strong> Sonoma</td>
102+
<td><time>2023-09-11</time></td>
103+
</tr>
104+
95105
<tr>
96106
<td><a href="https://github.com/coteditor/CotEditor/releases/download/4.5.9/CotEditor_4.5.9.dmg"
97107
download="CotEditor_4.5.9.dmg"

archives.tr.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ <h2>CotEditor AppStore olmayan sürüm</h2>
5050

5151
<p>CotEditor, <a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1" rel="external" title="CotEditor -Mac App Store">Mac App Store</a>'da dağıtılır. Ancak, AppStore dışı dağıtılan bir sürüm de mevcuttur.</p>
5252

53-
<a href="https://github.com/coteditor/CotEditor/releases/download/4.8.7/CotEditor_4.8.7.dmg"
54-
download="CotEditor_4.8.7.dmg"
55-
title="İndir | CotEditor_4.8.7.dmg">
53+
<a href="https://github.com/coteditor/CotEditor/releases/download/5.0.0/CotEditor_5.0.0.dmg"
54+
download="CotEditor_5.0.0.dmg"
55+
title="İndir | CotEditor_5.0.0.dmg">
5656
<img src="./img/appicon/[email protected]" width="64" alt=""/>
57-
CotEditor <span>4.8.7</span>
57+
CotEditor <span>5.0.0</span>
5858
</a>
5959
<dl>
6060
<dt>yayımlama tarihi</dt>
61-
<dd><time>2024-07-07</time></dd>
61+
<dd><time>2024-09-16</time></dd>
6262

6363
<dt>sürüm notları</dt>
64-
<dd><a href="releasenotes/4.8.7.en" hreflang="en">en</a></dd>
65-
<dd><a href="releasenotes/4.8.7.ja" hreflang="ja">ja</a></dd>
64+
<dd><a href="releasenotes/5.0.0.en" hreflang="en">en</a></dd>
65+
<dd><a href="releasenotes/5.0.0.ja" hreflang="ja">ja</a></dd>
6666

6767
<dt>gereksinimler</dt>
6868
<dd>macOS 13 veya sonrası</dd>
@@ -91,6 +91,16 @@ <h2>macOS'in daha önceki sürümleri için CotEditor</h2>
9191
</thead>
9292

9393
<tbody>
94+
<tr>
95+
<td><a href="https://github.com/coteditor/CotEditor/releases/download/4.8.7/CotEditor_4.8.7.dmg"
96+
download="CotEditor_4.8.9.dmg"
97+
title="Download | CotEditor_4.8.7.dmg (14.7 MB)">
98+
<img src="./img/archives/[email protected]" width="32" alt=""/>
99+
CotEditor 4.8.7</a></td>
100+
<td><strong>macOS 13</strong> Sonoma</td>
101+
<td><time>2023-09-11</time></td>
102+
</tr>
103+
94104
<tr>
95105
<td><a href="https://github.com/coteditor/CotEditor/releases/download/4.5.9/CotEditor_4.5.9.dmg"
96106
download="CotEditor_4.5.9.dmg"

beta.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h1>CotEditor <span>Beta</span></h1>
3434
</header>
3535

3636
<main>
37-
<!-- <p>No beta version is currently available. Get the <a href="./">stable version</a>.</p>-->
37+
<p>No beta version is currently available. Get the <a href="./">stable version</a>.</p>
3838

39-
<p>This is a development version. Get the latest stable version on the <a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1">Mac App Store</a>.</p>
39+
<!-- <p>This is a development version. Get the latest stable version on the <a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1">Mac App Store</a>.</p>
4040
<p>Before installing a beta version, you <strong>MUST</strong> read the release notes.</p>
4141
4242
<a href="https://github.com/coteditor/CotEditor/releases/download/5.0.0-rc/CotEditor_5.0.0-rc.dmg" class="download">
@@ -49,7 +49,7 @@ <h1>CotEditor <span>Beta</span></h1>
4949
<li>release notes: <a href="releasenotes/5.0.0-beta.en" hreflang="en">en</a> | <a href="releasenotes/5.0.0-beta.ja" hreflang="ja">ja</a></li>
5050
</ul>
5151
52-
<p id="issues">📃 <a href="https://github.com/coteditor/CotEditor/issues" title="Issues・coteditor/CotEditor">Report Bug</a></p>
52+
<p id="issues">📃 <a href="https://github.com/coteditor/CotEditor/issues" title="Issues・coteditor/CotEditor">Report Bug</a></p>-->
5353
</main>
5454

5555

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<body>
4242

43-
<a id="beta" href="beta">try <strong>beta</strong></a>
43+
<!--<a id="beta" href="beta">try <strong>beta</strong></a>-->
4444

4545
<header>
4646
<nav><ul>

index.ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<body>
3838

39-
<a id="beta" href="beta">try <strong>beta</strong></a>
39+
<!--<a id="beta" href="beta">try <strong>beta</strong></a>-->
4040

4141
<header>
4242
<nav><ul>

index.tr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<body>
3535

36-
<a id="beta" href="beta"><strong>beta</strong> sürümü deneyin</a>
36+
<!--<a id="beta" href="beta"><strong>beta</strong> sürümü deneyin</a>-->
3737

3838
<header>
3939
<nav><ul>

releasenotes/5.0.0.en.html

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head prefix="og: http://ogp.me/ns#">
5+
<meta charset="UTF-8"/>
6+
7+
<title>What's new on CotEditor 5.0.0 - CotEditor</title>
8+
9+
<meta name="description" content="What's new on CotEditor 5.0.0"/>
10+
11+
<meta property="og:type" content="article"/>
12+
<meta property="og:url" content="https://coteditor.com/releasenotes/5.0.0.en"/>
13+
<meta property="og:title" content="CotEditor"/>
14+
<meta property="og:description" content="What's new on CotEditor 5.0.0"/>
15+
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/>
16+
<meta property="og:site_name" content="CotEditor"/>
17+
<meta property="og:locale" content="en_US"/>
18+
<meta property="twitter:card" content="summary"/>
19+
<meta property="twitter:creator" content="@CotEditor"/>
20+
21+
<link rel="shortcut icon" href="/favicon.png" type="image/png" sizes="16x16"/>
22+
<link rel="shortcut icon" href="/[email protected]" type="image/png" sizes="32x32"/>
23+
<link rel="alternate" href="5.0.0.ja" hreflang="ja"/>
24+
<link rel="stylesheet" href="../css/common.css"/>
25+
<link rel="stylesheet" href="../css/releasenotes.css"/>
26+
</head>
27+
28+
<body>
29+
<header>
30+
<a href="/">CotEditor</a>
31+
</header>
32+
33+
<main>
34+
35+
<section class="highlights">
36+
<h1>Highlights on CotEditor 5.0</h1>
37+
38+
<dl>
39+
<dt>Folder Navigation</dt>
40+
<dd>Open a folder in CotEditor to navigate its contents in the new sidebar.</dd>
41+
42+
<dt>macOS 15 Sequoia Support</dt>
43+
<dd>Work perfectly with new macOS 15.</dd>
44+
45+
<dt>Apple Intelligence Ready</dt>
46+
<dd>The upcoming Writing Tools by Apple Intelligence will work properly.</dd>
47+
48+
<dt>Donation</dt>
49+
<dd>Support the CotEditor project by offering coffee to the developer.</dd>
50+
</dl>
51+
</section>
52+
53+
54+
55+
<article>
56+
<header>
57+
<h1>CotEditor 5.0.0</h1>
58+
<p>release: <time>2024-09-16</time></p>
59+
</header>
60+
61+
62+
<section>
63+
<h2>New Features</h2>
64+
65+
<ul>
66+
<li>Folder Navigation: Open folders in CotEditor and browse their contents from the new sidebar to switch documents.</li>
67+
<li>Support <strong>macOS 15 Sequoia</strong>.</li>
68+
<li>Support Writing Tools with Apple Intelligence.</li>
69+
<li><span class="label">AppStore ver.</span>: Now, the user can donate to the CotEditor project via in-app purchase in the new Donate settings pane.</li>
70+
<li>Add new “Select Enclosing Symbols” and “Split Selection by Lines” commands to the Edit &gt; Select menu.</li>
71+
<li>Add new “Show in Finder” command to the File menu.</li>
72+
<li>Add new “Create Document in CotEditor” shortcut action.</li>
73+
<li>Add the “Highlight” color to the CotEditor theme format.</li>
74+
<li>Support the alpha channel for the current line in theme settings.</li>
75+
<li>Add Korean localization (Thanks to Minseok Choe!).</li>
76+
<li>Add Assembly syntax.</li>
77+
<li>Add new “Resinifictrix (Dark)” theme.</li>
78+
</ul>
79+
</section>
80+
81+
82+
<section>
83+
<h2>Improvements</h2>
84+
85+
<ul>
86+
<li>Change the system requirement to <strong>macOS 14 Sonoma and later</strong>.</li>
87+
<li>Add “Select Column Up/Down“ commands to the Edit &gt; Select menu.</li>
88+
<li>Change the unit of character ranges handled in CotEditor Scripting for AppleScript from UTF-16 based to the Unicode grapheme cluster-based (This is to follow the specification change in AppleScript 2.0 introduced in Mac OS X 10.5).</li>
89+
<li>Improve VoiceOver support in the Quick Action bar.</li>
90+
<li>Update all the bundled themes to have the custom highlight color and a 70% opacity in the current line highlight.</li>
91+
<li>Improve the performance of counting values in the editor for the status bar and the document inspector to avoid flicking of the display.</li>
92+
<li>Set the editor's kerning to zero when a monospaced font is set via the Font panel.</li>
93+
<li>Update the <code>cot</code> command to ignore piped text if a file to open is specified.</li>
94+
<li>Rename the “New CotEditor Document with Selection” service with “New CotEditor Window Containing Selection.”</li>
95+
<li>Enable opening the Color Code window even without any documents.</li>
96+
<li>Ignore empty outline items.</li>
97+
<li>Avoid the theme loading error when a value is missing.</li>
98+
<li>Make more table columns sortable.</li>
99+
<li>Update the Swift syntax.</li>
100+
<li>Update C++ syntax (Thanks to Léo Natan!).</li>
101+
<li>Improve the User Guide contents.</li>
102+
<li>Remove Solarized themes from the bundle.</li>
103+
<li><span class="trivial">trivial</span>: Organize the structure of the Edit menu.</li>
104+
<li><span class="trivial">trivial</span>: Suppress display of the “Extracting” message on the navigation bar in instantaneous parsing.</li>
105+
<li><span class="trivial">trivial</span>: Make names of code contributors in the About window selectable.</li>
106+
<li><span class="trivial">trivial</span>: Better numbering when adding a new setting whose name is the same as an existing one.</li>
107+
<li><span class="trivial">dev</span>: Update the build environment to Xcode 16 (Swift 6, macOS 15 SDK).</li>
108+
<li><span class="trivial">dev</span>: Migrate all unit tests to Swift Testing.</li>
109+
<li><span class="trivial">dev</span>: Migrate the navigation bar and the Snippets settings view to SwiftUI.</li>
110+
<li><span class="trivial">dev</span>: Update Yams from 5.1.2 to 5.1.3.</li>
111+
</ul>
112+
</section>
113+
114+
115+
<section>
116+
<h2>Fixes</h2>
117+
118+
<ul>
119+
<li>Fix an issue that the rectangular selection cannot stop the selection just until the second line from the end.</li>
120+
<li>Fix an issue that the English labels in the issue report template were unnecessarily localized.</li>
121+
</ul>
122+
</section>
123+
124+
<p><a href="4.8.7.en">previous release notes</a></p>
125+
</article>
126+
</main>
127+
128+
129+
<footer>
130+
<p class="copyright">© 2024 CotEditor Project</p>
131+
</footer>
132+
</body>
133+
</html>

0 commit comments

Comments
 (0)