|
| 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.3 - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 6.0.3"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/6.0.3.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 6.0.3"/> |
| 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.3.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 | +<article> |
| 35 | + <header> |
| 36 | + <h1>CotEditor 6.0.3</h1> |
| 37 | + <p>release: <time>2025-09-25</time></p> |
| 38 | + </header> |
| 39 | + |
| 40 | + |
| 41 | + <section> |
| 42 | + <h2>Improvements</h2> |
| 43 | + |
| 44 | + <ul> |
| 45 | + <li>Change the default editor font size to 13 pt.</li> |
| 46 | + </ul> |
| 47 | + </section> |
| 48 | + |
| 49 | + |
| 50 | + <section> |
| 51 | + <h2>Fixes</h2> |
| 52 | + |
| 53 | + <ul> |
| 54 | + <li>Fix an issue on macOS 15 where the horizontal scroller appears in editors even when setting lines to wrap.</li> |
| 55 | + <li>Address a potential crash on macOS 26 that can occur when opening a document.</li> |
| 56 | + </ul> |
| 57 | + </section> |
| 58 | +</article> |
| 59 | + |
| 60 | + |
| 61 | +<article> |
| 62 | + <header> |
| 63 | + <h1>CotEditor 6.0.2</h1> |
| 64 | + <p>release: <time>2025-09-24</time></p> |
| 65 | + </header> |
| 66 | + |
| 67 | + |
| 68 | + <section> |
| 69 | + <h2>Fixes</h2> |
| 70 | + |
| 71 | + <ul> |
| 72 | + <li>Fix an issue on macOS 26 where the application crashes by opening the Donation settings pane while a system theme color other than Multicolor is selected in the System Settings > Appearance.</li> |
| 73 | + <li>Fix an issue where the theme setting changes unexpectedly when opening the Appearance settings pane after switching the system appearance mode.</li> |
| 74 | + <li>Fix an issue where the indentation style detection doesn’t work.</li> |
| 75 | + </ul> |
| 76 | + </section> |
| 77 | + |
| 78 | + <p><a href="6.0.2.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