Skip to content

Commit ed0dab5

Browse files
committed
Release 6.0.0-beta
1 parent 8f9db3c commit ed0dab5

File tree

9 files changed

+222
-14
lines changed

9 files changed

+222
-14
lines changed

appcast.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
<link>https://coteditor.com/appcast.xml</link>
66
<description>Most recent changes with links to updates.</description>
77

8+
<item>
9+
<title>CotEditor 6.0.0-beta</title>
10+
<pubDate>Sun, 24 Aug 2025 21:47:35 +0900</pubDate>
11+
<sparkle:channel>prerelease</sparkle:channel>
12+
<sparkle:version>731</sparkle:version>
13+
<sparkle:shortVersionString>6.0.0-beta</sparkle:shortVersionString>
14+
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
15+
<sparkle:releaseNotesLink xml:lang="en">https://coteditor.com/releasenotes/6.0.0-beta.en.html</sparkle:releaseNotesLink>
16+
<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/CotEditor_6.0.0-beta.dmg"
18+
length="19770284"
19+
type="application/octet-stream"
20+
sparkle:edSignature="lvQpwQr4jSR/gOU3UtVJw7jCL7tji9EPVlJUROALdqNLtkzy4aThySc1tU0h4sNrQIV/kzLLXRMCykyB4zDVCg=="/>
21+
</item>
22+
823
<item>
924
<title>CotEditor 5.2.3</title>
1025
<pubDate>Sat, 23 Aug 2025 17:28:00 +0900</pubDate>

beta.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta property="og:url" content="https://coteditor.com/beta"/>
1212
<meta property="og:title" content="CotEditor Beta"/>
1313
<meta property="og:description" content="Download CotEditor beta."/>
14-
<meta property="og:image" content="https://coteditor.com/img/appicon/512-4.0@2x.png"/>
14+
<meta property="og:image" content="https://coteditor.com/img/appicon/512-beta@2x.png"/>
1515
<meta property="og:site_name" content="CotEditor"/>
1616
<meta property="og:locale" content="en_US"/>
1717
<meta property="twitter:card" content="summary"/>
@@ -29,27 +29,27 @@
2929
<body>
3030

3131
<header>
32-
<img src="img/appicon/256@2x.png" width="256" alt="[appIcon]"/>
32+
<img src="img/appicon/512-beta@2x.png" width="256" alt="[appIcon]"/>
3333
<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

42-
<a href="https://github.com/coteditor/CotEditor/releases/download/5.2.0-rc/CotEditor_5.2.0-rc.dmg" class="download">
43-
download <span>v5.2.0-rc</span>
42+
<a href="https://github.com/coteditor/CotEditor/releases/download/6.0.0-beta/CotEditor_6.0.0-beta.dmg" class="download">
43+
download <span>v6.0.0-beta</span>
4444
</a>
4545

4646
<ul>
47-
<li><time>2025-06-28</time></li>
48-
<li>macOS 14+</li>
49-
<li>release notes: <a href="releasenotes/5.2.0-beta.en" hreflang="en">en</a> | <a href="releasenotes/5.2.0-beta.ja" hreflang="ja">ja</a></li>
47+
<li><time>2025-08-24</time></li>
48+
<li>macOS 15+</li>
49+
<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>
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

css/beta.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author : 1024jp <wolfrosch.com>
77
site : coteditor.com
88
target : beta page
9-
lastMod : 2020-03
9+
lastMod : 2025-08
1010
////////////////////////////////////// */
1111

1212
body {
@@ -49,6 +49,9 @@ body > header {
4949
body > header::before {
5050
display: none;
5151
}
52+
body > header > img {
53+
padding: 8px;
54+
}
5255
body > header h1 {
5356
font: 64px/1.0 'Avenir', 'Helvetica Neue', sans-serif;
5457
color: hsla(0,0%,100%,.25);

img/appicon/[email protected]

3.56 MB
Loading

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/6.0.0-beta.en.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
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 6.0.0β - CotEditor</title>
8+
9+
<meta name="description" content="What's new on CotEditor 6.0.0β"/>
10+
11+
<meta property="og:type" content="article"/>
12+
<meta property="og:url" content="https://coteditor.com/releasenotes/6.0.0-beta.en"/>
13+
<meta property="og:title" content="CotEditor"/>
14+
<meta property="og:description" content="What's new on CotEditor 6.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="6.0.0-beta.ja" hreflang="ja"/>
24+
<link rel="stylesheet" href="../css/common.css"/>
25+
<link rel="stylesheet" href="../css/releasenotes.css"/>
26+
</head>
27+
28+
<body class="prerelease">
29+
<header>
30+
<a href="/">CotEditor</a>
31+
</header>
32+
33+
<main>
34+
<p class="attention">⚠️ <strong>This is a pre-release version.</strong></p>
35+
36+
<section class="highlights">
37+
<h1>Highlights on CotEditor 6.0</h1>
38+
39+
<dl>
40+
<dt>Liquid Glass Look</dt>
41+
<dd>Experience the refreshed interface with the new Liquid Glass style in macOS Tahoe 26.</dd>
42+
</dl>
43+
</section>
44+
45+
46+
47+
<article>
48+
<header>
49+
<h1>CotEditor 6.0.0-beta</h1>
50+
<p>release: <time>2025-08-24</time></p>
51+
</header>
52+
53+
54+
<section>
55+
<h2>New Features</h2>
56+
57+
<ul>
58+
<li>Support <strong>macOS Tahoe 26</strong>.</li>
59+
</ul>
60+
</section>
61+
62+
63+
<section>
64+
<h2>Improvements</h2>
65+
66+
<ul>
67+
<li>Change the system requirement to <strong>macOS 15 Sequoia and later</strong>.</li>
68+
<li>Update the user interface on macOS 26 to the Liquid Glass style.</li>
69+
<li>Update the application icon to the Liquid Glass style.</li>
70+
<li>The options to highlight matching braces have been removed and they are now always highlighted.</li>
71+
<li>Apply the text find highlighting to all split editors.</li>
72+
<li>Move selected items to the Trash by the Delete action in the file browser.</li>
73+
<li>Show also the file size of the previewed document in the status bar.</li>
74+
<li>Deprecate the feature to change the editor opacity per window.</li>
75+
<li>Deprecate the feature of installing a custom theme by simply opening the file in CotEditor.</li>
76+
<li>Deprecate the “Hiragana to Katakana” and “Katakana to Hiragana” commands in the Text > Transformations menu.</li>
77+
<li>Deprecate the “Draw separator” option for the line number view on macOS 26.</li>
78+
<li><span class="trivial">trivial</span>: Rename the “Half-width to Full-width” and “Full-width to Half-width” commands to “Convert to Full Width” and “Convert to Half Width”, respectively.</li>
79+
<li><span class="trivial">trivial</span>: Improve the behavior of Add/Remove buttons.</li>
80+
<li><span class="trivial">dev</span>: Migrate the theme list and syntax list in the Settings to SwiftUI.</li>
81+
<li><span class="trivial">dev</span>: Update the build environment to Xcode 26.0 (Swift 6.2, macOS 26 SDK).</li>
82+
<li><span class="label">non-AppStore ver.</span>: Add an update badge to the “Check for Update” menu item if an update is available.</li>
83+
</ul>
84+
</section>
85+
86+
<p><a href="5.2.3.en">previous release notes</a></p>
87+
</article>
88+
</main>
89+
90+
91+
<footer>
92+
<p class="copyright">© 2025 CotEditor Project</p>
93+
</footer>
94+
</body>
95+
</html>

releasenotes/6.0.0-beta.ja.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<!DOCTYPE html>
2+
<html lang="ja">
3+
4+
<head prefix="og: http://ogp.me/ns#">
5+
<meta charset="UTF-8"/>
6+
7+
<title>CotEditor 6.0.0βの変更点 - CotEditor</title>
8+
9+
<meta name="description" content="CotEditor 6.0.0βの変更点"/>
10+
11+
<meta property="og:type" content="article"/>
12+
<meta property="og:url" content="https://coteditor.com/releasenotes/6.0.0-beta.ja"/>
13+
<meta property="og:title" content="CotEditor"/>
14+
<meta property="og:description" content="CotEditor 6.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="ja_JP"/>
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="6.0.0-beta.en" hreflang="en"/>
24+
<link rel="stylesheet" href="../css/common.css"/>
25+
<link rel="stylesheet" href="../css/releasenotes.css"/>
26+
</head>
27+
28+
<body class="prerelease">
29+
<header>
30+
<a href="/">CotEditor</a>
31+
</header>
32+
33+
<main>
34+
<p class="attention">⚠️ <strong>これはプレリリース版です。</strong></p>
35+
36+
<section class="highlights">
37+
<h1>CotEditor 6.0のハイライト</h1>
38+
39+
<dl>
40+
<dt>Liquid Glassのよそおい</dt>
41+
<dd>macOS Tahoe 26の新しいLiquid Glassスタイルで、刷新されたインターフェイスを体験できます。</dd>
42+
</dl>
43+
</section>
44+
45+
46+
47+
<article>
48+
<header>
49+
<h1>CotEditor 6.0.0-beta</h1>
50+
<p>リリース: <time>2025-08-24</time></p>
51+
</header>
52+
53+
54+
<section>
55+
<h2>新機能</h2>
56+
57+
<ul>
58+
<li><strong>macOS Tahoe 26</strong>に対応</li>
59+
</ul>
60+
</section>
61+
62+
63+
<section>
64+
<h2>改良</h2>
65+
66+
<ul>
67+
<li>システム要件を<strong>macOS 15 Sequoia以降</strong>に変更</li>
68+
<li>macOS 26でのユーザインターフェースをLiquid Glassスタイルに更新</li>
69+
<li>アプリケーションアイコンをLiquid Glassスタイルに更新</li>
70+
<li>対応する括弧をハイライトするオプションを削除しつねににハイライトされるように変更</li>
71+
<li>テキスト検索のハイライトをすべての分割エディタに適用</li>
72+
<li>ファイルブラウザの削除アクションで選択したアイテムをゴミ箱に移動</li>
73+
<li>プレビュー中の文書のファイルサイズをステータスバーに表示</li>
74+
<li>ウインドウごとにエディタの不透明度を変更する機能を廃止</li>
75+
<li>CotEditorでファイルを開くだけでカスタムテーマをインストールする機能を廃止</li>
76+
<li>「テキスト」>「変換」メニューの「ひらがなをカタカナにする」と「カタカナをひらがなにする」コマンドを廃止</li>
77+
<li>macOS 26における行番号表示の「区切り線を表示」オプションを廃止</li>
78+
<li><span class="trivial">trivial</span>: 「全角にする」と「半角にする」コマンドをそれぞれ「全角に変換」と「半角に変換」に改名</li>
79+
<li><span class="trivial">trivial</span>: 追加/削除ボタンの動作を改善</li>
80+
<li><span class="trivial">開発</span>: 設定内のテーマリストとシンタックスリストをSwiftUIに移行</li>
81+
<li><span class="trivial">開発</span>: ビルド環境をXcode 26.0(Swift 6.2、macOS 26 SDK)に更新</li>
82+
<li><span class="label">非AppStore版</span>: アップデートが利用可能なとき「アップデートを確認」メニュー項目にアップデートバッジを表示</li>
83+
</ul>
84+
</section>
85+
86+
<p><a href="5.2.3.ja">以前のリリースノート</a></p>
87+
</article>
88+
</main>
89+
90+
91+
<footer>
92+
<p class="copyright">© 2025 CotEditor Project</p>
93+
</footer>
94+
</body>
95+
</html>

0 commit comments

Comments
 (0)