Skip to content

Commit d90fd76

Browse files
committed
Release 6.1.0-rc
1 parent 6ab2441 commit d90fd76

File tree

4 files changed

+70
-10
lines changed

4 files changed

+70
-10
lines changed

appcast.xml

Lines changed: 7 additions & 7 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 6.1.0-beta</title>
10-
<pubDate>Thu, 23 Oct 2025 23:11:38 +0900</pubDate>
9+
<title>CotEditor 6.1.0-rc</title>
10+
<pubDate>Wed, 29 Oct 2025 23:05:01 +0900</pubDate>
1111
<sparkle:channel>prerelease</sparkle:channel>
12-
<sparkle:version>761</sparkle:version>
13-
<sparkle:shortVersionString>6.1.0-beta</sparkle:shortVersionString>
12+
<sparkle:version>763</sparkle:version>
13+
<sparkle:shortVersionString>6.1.0-rc</sparkle:shortVersionString>
1414
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
1515
<sparkle:releaseNotesLink xml:lang="en">https://coteditor.com/releasenotes/6.1.0-beta.en.html</sparkle:releaseNotesLink>
1616
<sparkle:releaseNotesLink xml:lang="ja">https://coteditor.com/releasenotes/6.1.0-beta.ja.html</sparkle:releaseNotesLink>
17-
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/6.1.0-beta/CotEditor_6.1.0-beta.dmg"
18-
length="16192998"
17+
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/6.1.0-rc/CotEditor_6.1.0-rc.dmg"
18+
length="16157878"
1919
type="application/octet-stream"
20-
sparkle:edSignature="kjir3ajt+fovzQB9OVIyQ3+G7oMSCquJK2shqZXZPNOAP4oubHtJrZPmQwg/BPdqXAQ+io2XlDmvwBxm4DvvDw=="/>
20+
sparkle:edSignature="vekjHWP7B0ZIH1DXZS/ATqq+ZbuR8O3qevd9bYscIWGrBJqn+WAAcbaxy021W8AOsJ8qwmO9DwDf+Ca2upHUDA=="/>
2121
</item>
2222

2323
<item>

beta.html

Lines changed: 3 additions & 3 deletions
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/6.1.0-beta/CotEditor_6.1.0-beta.dmg" class="download">
43-
download <span>v6.1.0-beta</span>
42+
<a href="https://github.com/coteditor/CotEditor/releases/download/6.1.0-rc/CotEditor_6.1.0-rc.dmg" class="download">
43+
download <span>v6.1.0-rc</span>
4444
</a>
4545

4646
<ul>
47-
<li><time>2025-10-23</time></li>
47+
<li><time>2025-10-29</time></li>
4848
<li>macOS 15+</li>
4949
<li>release notes: <a href="releasenotes/6.1.0-beta.en" hreflang="en">en</a> | <a href="releasenotes/6.1.0-beta.ja" hreflang="ja">ja</a></li>
5050
</ul>

releasenotes/6.1.0-beta.en.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,36 @@ <h1>Highlights on CotEditor 6.1</h1>
4646

4747

4848

49+
<article>
50+
<header>
51+
<h1>CotEditor 6.1.0-rc</h1>
52+
<p>release: <time>2025-10-29</time></p>
53+
</header>
54+
55+
56+
<section>
57+
<h2>Improvements</h2>
58+
59+
<ul>
60+
<li>Update the Verilog syntax to support SystemVerilog.</li>
61+
<li>Update the Swift syntax.</li>
62+
<li><span class="label">beta</span>: Add missing localizations.</li>
63+
<li><span class="label">beta</span> <span class="trivial">dev</span>: Update the build environment to Xcode 26.1 RC.</li>
64+
</ul>
65+
</section>
66+
67+
68+
<section>
69+
<h2>Fixes</h2>
70+
71+
<ul>
72+
<li>Fix an issue where the counts in the status bar are occasionally unavailable when the document is opened.</li>
73+
</ul>
74+
</section>
75+
</article>
76+
77+
78+
4979
<article>
5080
<header>
5181
<h1>CotEditor 6.1.0-beta</h1>

releasenotes/6.1.0-beta.ja.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,36 @@ <h1>CotEditor 6.1のハイライト</h1>
4646

4747

4848

49+
<article>
50+
<header>
51+
<h1>CotEditor 6.1.0-rc</h1>
52+
<p>リリース: <time>2025-10-29</time></p>
53+
</header>
54+
55+
56+
<section>
57+
<h2>改良</h2>
58+
59+
<ul>
60+
<li>Verilogシンタックスを更新してSystemVerilogをサポート</li>
61+
<li>Swiftシンタックスを更新</li>
62+
<li><span class="label">beta</span>: 足りなかったローカリゼーションを追加</li>
63+
<li><span class="trivial">開発</span>: ビルド環境をXcode 26.1 RCに更新</li>
64+
</ul>
65+
</section>
66+
67+
68+
<section>
69+
<h2>修正</h2>
70+
71+
<ul>
72+
<li>書類が開いたときにステータスバーの初回のカウントがされないことがある問題を修正</li>
73+
</ul>
74+
</section>
75+
</article>
76+
77+
78+
4979
<article>
5080
<header>
5181
<h1>CotEditor 6.1.0-beta</h1>

0 commit comments

Comments
 (0)