|
| 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.1 - CotEditor</title> |
| 8 | + |
| 9 | + <meta name="description" content="What's new on CotEditor 5.0.1"/> |
| 10 | + |
| 11 | + <meta property="og:type" content="article"/> |
| 12 | + <meta property="og:url" content="https://coteditor.com/releasenotes/5.0.1.en"/> |
| 13 | + <meta property="og:title" content="CotEditor"/> |
| 14 | + <meta property="og:description" content="What's new on CotEditor 5.0.1"/> |
| 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.1.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 | +<section class="highlights"> |
| 36 | +<h1>Highlights on CotEditor 5.0</h1> |
| 37 | + |
| 38 | +<dl> |
| 39 | + <dt>Folder Navigation</dt> |
| 40 | + <dd>Open a folder in CotEditor to navigate its contents in the new sidebar.</dd> |
| 41 | + |
| 42 | + <dt>macOS 15 Sequoia Support</dt> |
| 43 | + <dd>Work perfectly with new macOS 15.</dd> |
| 44 | + |
| 45 | + <dt>Apple Intelligence Ready</dt> |
| 46 | + <dd>The upcoming Writing Tools by Apple Intelligence will work properly.</dd> |
| 47 | + |
| 48 | + <dt>Donation</dt> |
| 49 | + <dd>Support the CotEditor project by offering coffee to the developer.</dd> |
| 50 | +</dl> |
| 51 | +</section> |
| 52 | + |
| 53 | + |
| 54 | +<article> |
| 55 | + <header> |
| 56 | + <h1>CotEditor 5.0.1</h1> |
| 57 | + <p>release: <time>2024-09-22</time></p> |
| 58 | + </header> |
| 59 | + |
| 60 | + |
| 61 | + <section> |
| 62 | + <h2>Improvements</h2> |
| 63 | + |
| 64 | + <ul> |
| 65 | + <li>Add the “Open as Plain Text” button to the preview view for the file browser.</li> |
| 66 | + <li>Open a file selected in the file browser as plain text when the default app set in the Finder for it is CotEditor.</li> |
| 67 | + <li>Optimize the performance of the folder browser.</li> |
| 68 | + </ul> |
| 69 | + </section> |
| 70 | + |
| 71 | + |
| 72 | + <section> |
| 73 | + <h2>Fixes</h2> |
| 74 | + |
| 75 | + <ul> |
| 76 | + <li>Fix an issue on macOS 14 that the app crashed when opening a folder containing archive files.</li> |
| 77 | + <li>Fix an issue that the Donation settings pane displayed an unnecessary alert when the user cancels an action.</li> |
| 78 | + <li>Fix an issue that the indent style detection was not applied.</li> |
| 79 | + <li>Fix the display of the What’s New window in CJK localizations.</li> |
| 80 | + <li><span class="label">AppStore ver.</span>: Fix an issue that the file/folder in the file browser was not removed even when it was deleted in the actual file storage.</li> |
| 81 | + </ul> |
| 82 | + </section> |
| 83 | +</article> |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | +<article> |
| 88 | + <header> |
| 89 | + <h1>CotEditor 5.0.0</h1> |
| 90 | + <p>release: <time>2024-09-16</time></p> |
| 91 | + </header> |
| 92 | + |
| 93 | + |
| 94 | + <section> |
| 95 | + <h2>New Features</h2> |
| 96 | + |
| 97 | + <ul> |
| 98 | + <li>Folder Navigation: Open folders in CotEditor and browse their contents from the new sidebar to switch documents.</li> |
| 99 | + <li>Support <strong>macOS 15 Sequoia</strong>.</li> |
| 100 | + <li>Support Writing Tools with Apple Intelligence.</li> |
| 101 | + <li><span class="label">AppStore ver.</span>: Now, the user can donate to the CotEditor project via in-app purchase in the new Donate settings pane.</li> |
| 102 | + <li>Add new “Select Enclosing Symbols” and “Split Selection by Lines” commands to the Edit > Select menu.</li> |
| 103 | + <li>Add new “Show in Finder” command to the File menu.</li> |
| 104 | + <li>Add new “Create Document in CotEditor” shortcut action.</li> |
| 105 | + <li>Add the “Highlight” color to the CotEditor theme format.</li> |
| 106 | + <li>Support the alpha channel for the current line in theme settings.</li> |
| 107 | + <li>Add Korean localization (Thanks to Minseok Choe!).</li> |
| 108 | + <li>Add Assembly syntax.</li> |
| 109 | + <li>Add new “Resinifictrix (Dark)” theme.</li> |
| 110 | + </ul> |
| 111 | + </section> |
| 112 | + |
| 113 | + |
| 114 | + <section> |
| 115 | + <h2>Improvements</h2> |
| 116 | + |
| 117 | + <ul> |
| 118 | + <li>Change the system requirement to <strong>macOS 14 Sonoma and later</strong>.</li> |
| 119 | + <li>Add “Select Column Up/Down“ commands to the Edit > Select menu.</li> |
| 120 | + <li>Change the unit of character ranges handled in CotEditor Scripting for AppleScript from UTF-16 based to the Unicode grapheme cluster-based (This is to follow the specification change in AppleScript 2.0 introduced in Mac OS X 10.5).</li> |
| 121 | + <li>Improve VoiceOver support in the Quick Action bar.</li> |
| 122 | + <li>Update all the bundled themes to have the custom highlight color and a 70% opacity in the current line highlight.</li> |
| 123 | + <li>Improve the performance of counting values in the editor for the status bar and the document inspector to avoid flicking of the display.</li> |
| 124 | + <li>Set the editor's kerning to zero when a monospaced font is set via the Font panel.</li> |
| 125 | + <li>Update the <code>cot</code> command to ignore piped text if a file to open is specified.</li> |
| 126 | + <li>Rename the “New CotEditor Document with Selection” service with “New CotEditor Window Containing Selection.”</li> |
| 127 | + <li>Enable opening the Color Code window even without any documents.</li> |
| 128 | + <li>Ignore empty outline items.</li> |
| 129 | + <li>Avoid the theme loading error when a value is missing.</li> |
| 130 | + <li>Make more table columns sortable.</li> |
| 131 | + <li>Update the Swift syntax.</li> |
| 132 | + <li>Update C++ syntax (Thanks to Léo Natan!).</li> |
| 133 | + <li>Improve the User Guide contents.</li> |
| 134 | + <li>Remove Solarized themes from the bundle.</li> |
| 135 | + <li><span class="trivial">trivial</span>: Organize the structure of the Edit menu.</li> |
| 136 | + <li><span class="trivial">trivial</span>: Suppress display of the “Extracting” message on the navigation bar in instantaneous parsing.</li> |
| 137 | + <li><span class="trivial">trivial</span>: Make names of code contributors in the About window selectable.</li> |
| 138 | + <li><span class="trivial">trivial</span>: Better numbering when adding a new setting whose name is the same as an existing one.</li> |
| 139 | + <li><span class="trivial">dev</span>: Update the build environment to Xcode 16 (Swift 6, macOS 15 SDK).</li> |
| 140 | + <li><span class="trivial">dev</span>: Migrate all unit tests to Swift Testing.</li> |
| 141 | + <li><span class="trivial">dev</span>: Migrate the navigation bar and the Snippets settings view to SwiftUI.</li> |
| 142 | + <li><span class="trivial">dev</span>: Update Yams from 5.1.2 to 5.1.3.</li> |
| 143 | + </ul> |
| 144 | + </section> |
| 145 | + |
| 146 | + |
| 147 | + <section> |
| 148 | + <h2>Fixes</h2> |
| 149 | + |
| 150 | + <ul> |
| 151 | + <li>Fix an issue that the rectangular selection cannot stop the selection just until the second line from the end.</li> |
| 152 | + <li>Fix an issue that the English labels in the issue report template were unnecessarily localized.</li> |
| 153 | + </ul> |
| 154 | + </section> |
| 155 | + |
| 156 | +<p><a href="4.8.7.en">previous release notes</a></p> |
| 157 | +</article> |
| 158 | +</main> |
| 159 | + |
| 160 | + |
| 161 | +<footer> |
| 162 | + <p class="copyright">© 2024 CotEditor Project</p> |
| 163 | +</footer> |
| 164 | +</body> |
| 165 | +</html> |
0 commit comments