|
| 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.4 - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 6.2.4"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/6.2.4-beta.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 6.2.4"/> |
| 15 | + <meta property="og:image" content="https://coteditor.com/img/appicon/512@2x.png"/> |
| 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="/favicon@2x.png" type="image/png" sizes="32x32"/> |
| 23 | + <link rel="alternate" href="6.2.4-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> |
| 29 | +<header> |
| 30 | + <a href="/">CotEditor</a> |
| 31 | +</header> |
| 32 | + |
| 33 | +<main> |
| 34 | + |
| 35 | +<article> |
| 36 | + <header> |
| 37 | + <h1>CotEditor 6.2.4</h1> |
| 38 | + <p>release: 2<time>2026-03-01</time></p> |
| 39 | + </header> |
| 40 | + |
| 41 | + |
| 42 | + <section> |
| 43 | + <h2>Improvements</h2> |
| 44 | + |
| 45 | + <ul> |
| 46 | + <li><span class="label">non-AppStore ver.</span>: Update Sparkle from 2.8.1 to 2.9.0.</li> |
| 47 | + <li><span class="trivial">dev</span>: Update the build environment to Xcode 26.3.</li> |
| 48 | + </ul> |
| 49 | + </section> |
| 50 | + |
| 51 | + |
| 52 | + <section> |
| 53 | + <h2>Fixes</h2> |
| 54 | + |
| 55 | + <ul> |
| 56 | + <li>Fix an issue where smart indentation did not work under certain conditions.</li> |
| 57 | + <li>Fix an issue in the Find window where syntax highlighting for regular expressions could break for some patterns.</li> |
| 58 | + <li>Fix an issue where the editor incorrectly highlighted paired symbols when an escaped symbol was nearby.</li> |
| 59 | + <li>Fix an issue in the file browser where TypeScript documents were incorrectly displayed with a video icon.</li> |
| 60 | + <li>Address a potential crash when pasting multiline text into the editor under certain conditions.</li> |
| 61 | + <li>Address a potential crash when closing a document.</li> |
| 62 | + </ul> |
| 63 | + </section> |
| 64 | + |
| 65 | + <p><a href="6.2.3.en">previous release notes</a></p> |
| 66 | +</article> |
| 67 | +</main> |
| 68 | + |
| 69 | + |
| 70 | +<footer> |
| 71 | + <p class="copyright">© 2026 CotEditor Project</p> |
| 72 | +</footer> |
| 73 | +</body> |
| 74 | +</html> |
0 commit comments