Skip to content

Commit 8e34fbf

Browse files
committed
Release 5.1.0-rc
1 parent f1cee3d commit 8e34fbf

File tree

4 files changed

+90
-10
lines changed

4 files changed

+90
-10
lines changed

appcast.xml

+7-7
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.1.0-beta.3</title>
10-
<pubDate>Thu, 20 Feb 2025 15:35:17 +0900</pubDate>
9+
<title>CotEditor 5.1.0-rc</title>
10+
<pubDate>Fri, 28 Feb 2025 20:32:16 +0900</pubDate>
1111
<sparkle:channel>prerelease</sparkle:channel>
12-
<sparkle:version>698</sparkle:version>
13-
<sparkle:shortVersionString>5.1.0-beta.3</sparkle:shortVersionString>
12+
<sparkle:version>700</sparkle:version>
13+
<sparkle:shortVersionString>5.1.0-rc</sparkle:shortVersionString>
1414
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
1515
<sparkle:releaseNotesLink xml:lang="en">https://coteditor.com/releasenotes/5.1.0-beta.en.html</sparkle:releaseNotesLink>
1616
<sparkle:releaseNotesLink xml:lang="ja">https://coteditor.com/releasenotes/5.1.0-beta.ja.html</sparkle:releaseNotesLink>
17-
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/5.1.0-beta.3/CotEditor_5.1.0-beta.3.dmg"
18-
length="17171332"
17+
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/5.1.0-rc/CotEditor_5.1.0-rc.dmg"
18+
length="17209368"
1919
type="application/octet-stream"
20-
sparkle:edSignature="LwtLoC04S7rf3rmTiE5JwmbV4XhPXTZl/i399GmDKAC+9orkFJkGhfVVpTpk3FTzIfaxRrV32+iOWrMijfv0CQ=="/>
20+
sparkle:edSignature="UHL4tzvMiyNCgo4cg7p0QOD6j1m6ckX7wUkzu2E70FqTq65M7FHIIRXb1xzI5LQ4EufAZ0qDgM37w34BKao2CQ=="/>
2121
</item>
2222

2323
<item>

beta.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ <h1>CotEditor <span>Beta</span></h1>
3939
<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

42-
<a href="https://github.com/coteditor/CotEditor/releases/download/5.1.0-beta.3/CotEditor_5.1.0-beta.3.dmg" class="download">
43-
download <span>v5.1.0-beta.3</span>
42+
<a href="https://github.com/coteditor/CotEditor/releases/download/5.1.0-rc/CotEditor_5.1.0-rc.dmg" class="download">
43+
download <span>v5.1.0-rc</span>
4444
</a>
4545

4646
<ul>
47-
<li><time>2025-02-20</time></li>
47+
<li><time>2025-02-28</time></li>
4848
<li>macOS 14+</li>
4949
<li>release notes: <a href="releasenotes/5.1.0-beta.en" hreflang="en">en</a> | <a href="releasenotes/5.1.0-beta.ja" hreflang="ja">ja</a></li>
5050
</ul>

releasenotes/5.1.0-beta.en.html

+39
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,45 @@ <h1>Highlights on CotEditor 5.1</h1>
5050

5151

5252

53+
<article>
54+
<header>
55+
<h1>CotEditor 5.1.0-rc</h1>
56+
<p>release: <time>2025-02-28</time></p>
57+
</header>
58+
59+
60+
<section>
61+
<h2>New Features</h2>
62+
63+
<ul>
64+
<li>Add the PowerShell syntax.</li>
65+
</ul>
66+
</section>
67+
68+
69+
<section>
70+
<h2>Improvements</h2>
71+
72+
<ul>
73+
<li>Update the PHP syntax</li>
74+
<li>Declare CotEditor can handle folders.</li>
75+
<li><span class="label">non-AppStore ver.</span>: Update Sparkle from 2.6.4 to 2.7.0.</li>
76+
<li><span class="trivial">dev</span>: Update Yams from 5.3.0 to 5.3.1.</li>
77+
</ul>
78+
</section>
79+
80+
81+
<section>
82+
<h2>Fixes</h2>
83+
84+
<ul>
85+
<li>Fix an issue in the Appearance settings pane where the alert about potential non-monospace fonts keeps appearing even after changing only the font size.</li>
86+
</ul>
87+
</section>
88+
</article>
89+
90+
91+
5392
<article>
5493
<header>
5594
<h1>CotEditor 5.1.0-beta.3</h1>

releasenotes/5.1.0-beta.ja.html

+41
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,47 @@ <h1>CotEditor 5.1のハイライト</h1>
5050

5151

5252

53+
<article>
54+
<header>
55+
<h1>CotEditor 5.1.0-rc</h1>
56+
<p>リリース: <time>2025-02-28</time></p>
57+
</header>
58+
59+
60+
<section>
61+
<h2>新機能</h2>
62+
63+
<ul>
64+
<li>PowerShellシンタックスを追加</li>
65+
</ul>
66+
</section>
67+
68+
69+
<section>
70+
<h2>改良</h2>
71+
72+
<ul>
73+
<li>PHPシンタックスを更新</li>
74+
<li>CotEditorがフォルダを扱えることを宣言</li>
75+
<li><span class="label">非AppStore版</span>: Sparkleを2.6.4から2.7.0に更新</li>
76+
<li><span class="trivial">開発</span>: Yamsを5.3.0から5.3.1に更新</li>
77+
</ul>
78+
</section>
79+
80+
81+
<section>
82+
<h2>修正</h2>
83+
84+
<ul>
85+
<li>AppleScript対応で<code>print</code>コマンドが無視されていた不具合を修正</li>
86+
<li>設定ウインドウが「ウインドウ」メニューに表示されなかった不具合を修正</li>
87+
<li>最前面の書類がタイル表示されていると新しく作成した書類が適切な位置に現れないmacOS 15での不具合を修正</li>
88+
</ul>
89+
</section>
90+
</article>
91+
92+
93+
5394
<article>
5495
<header>
5596
<h1>CotEditor 5.1.0-beta.3</h1>

0 commit comments

Comments
 (0)