|
| 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> |
0 commit comments