Skip to content

Commit 0feb71f

Browse files
committed
Release 6.0.0-rc.2
1 parent d9582e8 commit 0feb71f

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.0.0-rc</title>
10-
<pubDate>Tue, 09 Sep 2025 23:30:42 +0200</pubDate>
9+
<title>CotEditor 6.0.0-rc.2</title>
10+
<pubDate>Thu, 11 Sep 2025 17:29:10 +0200</pubDate>
1111
<sparkle:channel>prerelease</sparkle:channel>
12-
<sparkle:version>737</sparkle:version>
13-
<sparkle:shortVersionString>6.0.0-rc</sparkle:shortVersionString>
12+
<sparkle:version>739</sparkle:version>
13+
<sparkle:shortVersionString>6.0.0-rc.2</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-rc/CotEditor_6.0.0-rc.dmg"
18-
length="18922237"
17+
<enclosure url="https://github.com/coteditor/CotEditor/releases/download/6.0.0-rc.2/CotEditor_6.0.0-rc.2.dmg"
18+
length="18673202"
1919
type="application/octet-stream"
20-
sparkle:edSignature="/0KEZZwGtKPZw1HHc6XE9y0oDa8tm4Ib8FVT+ITNMJUxT67ShBhsGAUt/Z1FP/ThS7LxEpOuBc5altXVc0NDAQ=="/>
20+
sparkle:edSignature="NfX1Yury4S7Y6D0kHf2lxxmsuo34z8OiaopkVf2LZM9aL/kNJiPlf4RoYrV2OUfIyHk5+mmmgzEvlildy58WCQ=="/>
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-rc/CotEditor_6.0.0-rc.dmg" class="download">
43-
download <span>v6.0.0-rc</span>
42+
<a href="https://github.com/coteditor/CotEditor/releases/download/6.0.0-rc.2/CotEditor_6.0.0-rc.2.dmg" class="download">
43+
download <span>v6.0.0-rc.2</span>
4444
</a>
4545

4646
<ul>
47-
<li><time>2025-09-10</time></li>
47+
<li><time>2025-09-11</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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,36 @@ <h1>Highlights on CotEditor 6.0</h1>
4444

4545

4646

47+
<article>
48+
<header>
49+
<h1>CotEditor 6.0.0-rc.2</h1>
50+
<p>release: <time>2025-09-11</time></p>
51+
</header>
52+
53+
54+
<section>
55+
<h2>Improvements</h2>
56+
57+
<ul>
58+
<li><span class="label">rc</span>: Update screenshots in the User Guide.</li>
59+
<li><span class="label">beta</span>: Update the Portuguese localization.</li>
60+
</ul>
61+
</section>
62+
63+
64+
<section>
65+
<h2>Fixes</h2>
66+
67+
<ul>
68+
<li>Fix an issue where the size of the Multiple Replace window is not stored.</li>
69+
<li><span class="label">rc</span> Fix an issue where the cursor in the input fields within the Find window can move unexpectedly.</li>
70+
<li><span class="label">beta</span> Fix an issue where the first multiple replace definition could be cleared when the setting window appears.</li>
71+
</ul>
72+
</section>
73+
</article>
74+
75+
76+
4777
<article>
4878
<header>
4979
<h1>CotEditor 6.0.0-rc</h1>

releasenotes/6.0.0-beta.ja.html

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

4545

4646

47+
<article>
48+
<header>
49+
<h1>CotEditor 6.0.0-rc.2</h1>
50+
<p>リリース: <time>2025-09-11</time></p>
51+
</header>
52+
53+
54+
<section>
55+
<h2>改良</h2>
56+
57+
<ul>
58+
<li><span class="label">rc</span>: ユーザガイドのスクリーンショットを更新</li>
59+
<li><span class="label">beta</span>: ポルトガル語のローカリゼーションを更新</li>
60+
</ul>
61+
</section>
62+
63+
64+
<section>
65+
<h2>修正</h2>
66+
67+
<ul>
68+
<li>複数置換ウインドウのサイズが保存されなかった不具合を修正</li>
69+
<li><span class="label">rc</span> 検索ウインドウの入力欄のカーソルが意図せず動く不具合を修正</li>
70+
<li><span class="label">beta</span> 最初の複数置換定義が消える不具合を修正</li>
71+
</ul>
72+
</section>
73+
</article>
74+
75+
76+
4777
<article>
4878
<header>
4979
<h1>CotEditor 6.0.0-rc</h1>

0 commit comments

Comments
 (0)