|
| 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.1.0β - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 6.1.0β"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/6.1.0-beta.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 6.1.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.1.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.1</h1> |
| 38 | + |
| 39 | +<dl> |
| 40 | + <dt>Find documents in the file browser</dt> |
| 41 | + <dd>The file browser now allows filtering of items by filenames.</dd> |
| 42 | + <dt>More smart comment out</dt> |
| 43 | + <dd>The behavior of comments can now be customized, making the editor feel more natural to use.</dd> |
| 44 | +</dl> |
| 45 | +</section> |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +<article> |
| 50 | + <header> |
| 51 | + <h1>CotEditor 6.1.0-beta</h1> |
| 52 | + <p>release: <time>2025-10-23</time></p> |
| 53 | + </header> |
| 54 | + |
| 55 | + |
| 56 | + <section> |
| 57 | + <h2>New Features</h2> |
| 58 | + |
| 59 | + <ul> |
| 60 | + <li>Introduce the filter feature in the file browser.</li> |
| 61 | + <li>Introduce the “Insert comment delimiters after indent” option to the Edit settings pane.</li> |
| 62 | + <li>Revert the “Append a space to comment delimiter” option to the Edit settings pane.</li> |
| 63 | + </ul> |
| 64 | + </section> |
| 65 | + |
| 66 | + |
| 67 | + <section> |
| 68 | + <h2>Improvements</h2> |
| 69 | + |
| 70 | + <ul> |
| 71 | + <li>Improve the algorithm to comment out block comments.</li> |
| 72 | + <li>Ignore .git folders in the file browser.</li> |
| 73 | + <li>Prevent moving focus to the editor when selecting a document in the file browser.</li> |
| 74 | + <li><span class="trivial">dev</span>: Update the build environment to Xcode 26.1.</li> |
| 75 | + </ul> |
| 76 | + </section> |
| 77 | + |
| 78 | + <p><a href="6.0.4.en">previous release notes</a></p> |
| 79 | +</article> |
| 80 | +</main> |
| 81 | + |
| 82 | + |
| 83 | +<footer> |
| 84 | + <p class="copyright">© 2025 CotEditor Project</p> |
| 85 | +</footer> |
| 86 | +</body> |
| 87 | +</html> |
0 commit comments