|
| 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 4.8.6 - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 4.8.6"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/4.8.6.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 4.8.6"/> |
| 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="4.8.6.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 4.8.6</h1> |
| 38 | + <p>release: <time>2024-06-17</time></p> |
| 39 | + </header> |
| 40 | + |
| 41 | + |
| 42 | + <section> |
| 43 | + <h2>Improvements</h2> |
| 44 | + |
| 45 | + <ul> |
| 46 | + <li>Update the Markdown syntax to fix highlighting strikethrough.</li> |
| 47 | + <li>Disable color wells in the theme editor when they use the system color.</li> |
| 48 | + <li>Improve the User Guide contents.</li> |
| 49 | + <li><span class="label">non-AppStore ver.</span>: Update Sparkle from 2.6.2 to 2.6.3.</li> |
| 50 | + </ul> |
| 51 | + </section> |
| 52 | + |
| 53 | + |
| 54 | + <section> |
| 55 | + <h2>Fixes</h2> |
| 56 | + |
| 57 | + <ul> |
| 58 | + <li>Fix an issue that a saved document could not revert to the horizontal text orientation when it was saved once as a vertical text document.</li> |
| 59 | + <li>Fix a trivial memory leak in the line ending menu (thanks to Yoshimasa Niwa).</li> |
| 60 | + </ul> |
| 61 | + </section> |
| 62 | + |
| 63 | + <p><a href="4.8.6.en">previous release notes</a></p> |
| 64 | +</article> |
| 65 | +</main> |
| 66 | + |
| 67 | + |
| 68 | +<footer> |
| 69 | + <p class="copyright">© 2024 CotEditor Project</p> |
| 70 | +</footer> |
| 71 | +</body> |
| 72 | +</html> |
0 commit comments