|
| 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 5.0.2 - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 5.0.2"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/5.0.2.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 5.0.2"/> |
| 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="5.0.2.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 5.0.2</h1> |
| 38 | + <p>release: <time>2024-10-02</time></p> |
| 39 | + </header> |
| 40 | + |
| 41 | + |
| 42 | + <section> |
| 43 | + <h2>New Features</h2> |
| 44 | + |
| 45 | + <ul> |
| 46 | + <li>Add Polish localization (Thanks to Rafał Kopicki!).</li> |
| 47 | + </ul> |
| 48 | + </section> |
| 49 | + |
| 50 | + |
| 51 | + <section> |
| 52 | + <h2>Improvements</h2> |
| 53 | + |
| 54 | + <ul> |
| 55 | + <li>Add .awk extension to file types treaded as CotEditor script.</li> |
| 56 | + <li>Adjust the layout of the file preview view.</li> |
| 57 | + <li>Update the Swift syntax to add <code>@Test</code> and <code>@Suite</code> attributes.</li> |
| 58 | + </ul> |
| 59 | + </section> |
| 60 | + |
| 61 | + |
| 62 | + <section> |
| 63 | + <h2>Fixes</h2> |
| 64 | + |
| 65 | + <ul> |
| 66 | + <li>Fix an issue that the file encoding menu disappeared from the status bar.</li> |
| 67 | + <li>Fix an issue that document windows were not properly initialized when the windows minimized on launch.</li> |
| 68 | + <li>Fix an issue in the file browser that duplicate folders were displayed after renaming a folder.</li> |
| 69 | + <li>Fix an issue in the file browser that some actions for the root folder were incorrectly disabled.</li> |
| 70 | + <li>Fix an issue in the Snippets settings pane that changes of insertion formats were not saved.</li> |
| 71 | + <li>Fix an issue that the initial visibility state of the navigation bar was reversed.</li> |
| 72 | + <li><span class="trivial">trivial</span>: Fix an issue that the action name of the “Shift Left” action is not noted in the undo history.</li> |
| 73 | + </ul> |
| 74 | + </section> |
| 75 | + |
| 76 | +<p><a href="5.0.1.en">previous release notes</a></p> |
| 77 | +</article> |
| 78 | +</main> |
| 79 | + |
| 80 | + |
| 81 | +<footer> |
| 82 | + <p class="copyright">© 2024 CotEditor Project</p> |
| 83 | +</footer> |
| 84 | +</body> |
| 85 | +</html> |
0 commit comments