|
| 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.2.0β - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 6.2.0β"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/6.2.0-beta.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 6.2.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.2.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.2</h1> |
| 38 | + |
| 39 | +<dl> |
| 40 | + <dt>Assist your migration</dt> |
| 41 | + <dd>Export and import all your CotEditor settings, custom syntaxes, themes, and multiple replacement definitions from the File menu to easily move your environment to another Mac.</dd> |
| 42 | + |
| 43 | + <dt>Easier access to aliases</dt> |
| 44 | + <dd>The original documents behind aliases and symlinks can now be opened directly in the current window from the file browser.<br/> |
| 45 | + <small>*If the original is a folder, it will open in a new window.</small></dd> |
| 46 | + |
| 47 | + <dt>Your built-in guide, newly polished</dt> |
| 48 | + <dd>The built-in user guide now offers clearer explanations, richer content, and a refreshed layout aligned with the latest macOS.</dd> |
| 49 | +</dl> |
| 50 | +</section> |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +<article> |
| 55 | + <header> |
| 56 | + <h1>CotEditor 6.2.0-beta</h1> |
| 57 | + <p>release: <time>2025-11-21</time></p> |
| 58 | + </header> |
| 59 | + |
| 60 | + |
| 61 | + <section> |
| 62 | + <h2>New Features</h2> |
| 63 | + |
| 64 | + <ul> |
| 65 | + <li>Add a feature to export and import settings to transfer them to another Mac.</li> |
| 66 | + <li>Allow opening alias and symlink documents from the file browser.</li> |
| 67 | + <li>Request file access permission from the user by the “Open in New Window” command instead of simply presenting an error when CotEditor doesn’t have permission.</li> |
| 68 | + <li>Display the original path for alias and symlink files in file preview views.</li> |
| 69 | + </ul> |
| 70 | + </section> |
| 71 | + |
| 72 | + |
| 73 | + <section> |
| 74 | + <h2>Improvements</h2> |
| 75 | + |
| 76 | + <ul> |
| 77 | + <li>Syntax highlighting now takes nesting into account when highlighting symbol pairs.</li> |
| 78 | + <li>Update the Lua syntax to support nested string delimiters.</li> |
| 79 | + <li>Update the contents and layout of the user guide.</li> |
| 80 | + <li><span class="trivial">dev</span>: Update the build environment to Xcode 26.2 beta 2.</li> |
| 81 | + </ul> |
| 82 | + </section> |
| 83 | + |
| 84 | + |
| 85 | + <section> |
| 86 | + <h2>Known Issues</h2> |
| 87 | + |
| 88 | + <ul> |
| 89 | + <li>The text added to CotEditor 6.2.0 are not yet localized to Czech and Portuguese.</li> |
| 90 | + </ul> |
| 91 | + </section> |
| 92 | + |
| 93 | + <p><a href="6.1.2.en">previous release notes</a></p> |
| 94 | +</article> |
| 95 | +</main> |
| 96 | + |
| 97 | + |
| 98 | +<footer> |
| 99 | + <p class="copyright">© 2025 CotEditor Project</p> |
| 100 | +</footer> |
| 101 | +</body> |
| 102 | +</html> |
0 commit comments