Skip to content

Commit d9582e8

Browse files
committed
Release 6.0.0-rc
1 parent 617a7f1 commit d9582e8

File tree

4 files changed

+75
-11
lines changed

4 files changed

+75
-11
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.0.0-beta.2</title>
10-
<pubDate>Sat, 06 Sep 2025 17:50:29 +0900</pubDate>
9+
<title>CotEditor 6.0.0-rc</title>
10+
<pubDate>Tue, 09 Sep 2025 23:30:42 +0200</pubDate>
1111
<sparkle:channel>prerelease</sparkle:channel>
12-
<sparkle:version>733</sparkle:version>
13-
<sparkle:shortVersionString>6.0.0-beta.2</sparkle:shortVersionString>
12+
<sparkle:version>737</sparkle:version>
13+
<sparkle:shortVersionString>6.0.0-rc</sparkle:shortVersionString>
1414
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
1515
<sparkle:releaseNotesLink xml:lang="en">https://coteditor.com/releasenotes/6.0.0-beta.en.html</sparkle:releaseNotesLink>
1616
<sparkle:releaseNotesLink xml:lang="ja">https://coteditor.com/releasenotes/6.0.0-beta.ja.html</sparkle:releaseNotesLink>
17-
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/6.0.0-beta.2/CotEditor_6.0.0-beta.2.dmg"
18-
length="19776039"
17+
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/6.0.0-rc/CotEditor_6.0.0-rc.dmg"
18+
length="18922237"
1919
type="application/octet-stream"
20-
sparkle:edSignature="HW/g1Ukk2FAFsREEix2BnuS9XtzX4CPP+wPL2SVDqIaLpL87MpbkHh5PQuOWP94AwRrG1MmH/2SrEvoQlwdqCg=="/>
20+
sparkle:edSignature="/0KEZZwGtKPZw1HHc6XE9y0oDa8tm4Ib8FVT+ITNMJUxT67ShBhsGAUt/Z1FP/ThS7LxEpOuBc5altXVc0NDAQ=="/>
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.0.0-beta.2/CotEditor_6.0.0-beta.2.dmg" class="download">
43-
download <span>v6.0.0-beta.2</span>
42+
<a href="https://github.com/coteditor/CotEditor/releases/download/6.0.0-rc/CotEditor_6.0.0-rc.dmg" class="download">
43+
download <span>v6.0.0-rc</span>
4444
</a>
4545

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

releasenotes/6.0.0-beta.en.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,38 @@ <h1>Highlights on CotEditor 6.0</h1>
4444

4545

4646

47+
<article>
48+
<header>
49+
<h1>CotEditor 6.0.0-rc</h1>
50+
<p>release: <time>2025-09-10</time></p>
51+
</header>
52+
53+
54+
<section>
55+
<h2>Improvements</h2>
56+
57+
<ul>
58+
<li>Display the numbers of registered items below the lists in the syntax editor.</li>
59+
<li>Deprecate the “Make Snake Case,” “Make Camel Case,” and “Make Pascal Case” commands in the Text > Transformations menu.</li>
60+
<li><span class="trivial">dev</span>: Migrate the input fields in the Find window to SwiftUI.</li>
61+
<li><span class="label">non-AppStore ver.</span>: Update Sparkle from 2.7.1 to 2.8.0-beta.3.</li>
62+
<li><span class="label">beta</span> <span class="trivial">dev</span>: Update the build environment to Xcode 26.0 RC.</li>
63+
</ul>
64+
</section>
65+
66+
67+
<section>
68+
<h2>Fixes</h2>
69+
70+
<ul>
71+
<li><span class="label">beta</span>: Fix an issue where the text color in the text fields within the Find window appears black in the dark mode.</li>
72+
<li><span class="label">beta</span> Fix the border color of setting lists in the settings window in the dark mode.</li>
73+
</ul>
74+
</section>
75+
</article>
76+
77+
78+
4779
<article>
4880
<header>
4981
<h1>CotEditor 6.0.0-beta.2</h1>

releasenotes/6.0.0-beta.ja.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,38 @@ <h1>CotEditor 6.0のハイライト</h1>
4444

4545

4646

47+
<article>
48+
<header>
49+
<h1>CotEditor 6.0.0-rc</h1>
50+
<p>リリース: <time>2025-09-10</time></p>
51+
</header>
52+
53+
54+
<section>
55+
<h2>改良</h2>
56+
57+
<ul>
58+
<li>シンタックスエディタのリストの下に登録している項目数を表示</li>
59+
<li>「テキスト」>「変換」メニューの「スネークケースにする」「キャメルケースにする」「パスカルケースにする」コマンドを廃止</li>
60+
<li><span class="trivial">開発</span>: 検索ウインドウの入力欄をSwiftUIに移行</li>
61+
<li><span class="label">非AppStore版</span>: Sparkleを2.7.1から2.8.0-beta.3に更新</li>
62+
<li><span class="label">beta</span> <span class="trivial">開発</span>: ビルド環境をXcode 26.0 RCに更新</li>
63+
</ul>
64+
</section>
65+
66+
67+
<section>
68+
<h2>修正</h2>
69+
70+
<ul>
71+
<li><span class="label">beta</span>: ダークモードのときに検索ウインドウの入力欄テキストカラーが黒くなる不具合を修正</li>
72+
<li><span class="label">beta</span> ダークモードのときの設定リストのボーダーカラーを修正</li>
73+
</ul>
74+
</section>
75+
</article>
76+
77+
78+
4779
<article>
4880
<header>
4981
<h1>CotEditor 6.0.0-beta.2</h1>
@@ -52,7 +84,7 @@ <h1>CotEditor 6.0.0-beta.2</h1>
5284

5385

5486
<section>
55-
<h2>Improvements</h2>
87+
<h2>改良</h2>
5688

5789
<ul>
5890
<li><span class="label">beta</span>: ユーザインターフェイスを調整</li>

0 commit comments

Comments
 (0)