-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
256 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head prefix="og: http://ogp.me/ns#"> | ||
<meta charset="UTF-8"/> | ||
|
||
<title>What's new on CotEditor 4.8.0β - CotEditor</title> | ||
|
||
<meta name="description" content="What's new on CotEditor 4.8.0β"/> | ||
|
||
<meta property="og:type" content="article"/> | ||
<meta property="og:url" content="https://coteditor.com/releasenotes/4.8.0-beta.en"/> | ||
<meta property="og:title" content="CotEditor"/> | ||
<meta property="og:description" content="What's new on CotEditor 4.8.0β"/> | ||
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/> | ||
<meta property="og:site_name" content="CotEditor"/> | ||
<meta property="og:locale" content="en_US"/> | ||
<meta property="twitter:card" content="summary"/> | ||
<meta property="twitter:creator" content="@CotEditor"/> | ||
|
||
<link rel="shortcut icon" href="/favicon.png" type="image/png" sizes="16x16"/> | ||
<link rel="shortcut icon" href="/[email protected]" type="image/png" sizes="32x32"/> | ||
<link rel="alternate" href="4.8.0-beta.ja" hreflang="ja"/> | ||
<link rel="stylesheet" href="../css/common.css"/> | ||
<link rel="stylesheet" href="../css/releasenotes.css"/> | ||
</head> | ||
|
||
<body class="prerelease"> | ||
<header> | ||
<a href="/">CotEditor</a> | ||
</header> | ||
|
||
<main> | ||
<p class="attention">⚠️ <strong>This is a pre-release version.</strong></p> | ||
|
||
<section class="highlights"> | ||
<h1>Highlights on CotEditor 4.8</h1> | ||
|
||
<dl> | ||
<dt>Different behavior for different document</dt> | ||
<dd>The concept of modes is introduced in CotEditor. Depending on the type of document, you can customize the font and typing behavior of the editor.</dd> | ||
|
||
<dt>Completely rewritten syntax editor</dt> | ||
<dd>The functionality remains the same, but the syntax editor for the Format setting has been 100% rewritten in SwiftUI and looks a bit more modern.</dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
|
||
<article> | ||
<header> | ||
<h1>CotEditor 4.8.0-beta</h1> | ||
<p>release: <time>2024-03-09</time></p> | ||
</header> | ||
|
||
|
||
<section> | ||
<h2>New Features</h2> | ||
|
||
<ul> | ||
<li>Add the Mode feature that enables altering the editor's behavior depending on the document’s syntax (Go Settings > Mode settings pane to set).</li> | ||
<li>Add the Restore Defaults button to the File Drop settings.</li> | ||
|
||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>Improvements</h2> | ||
|
||
<ul> | ||
<li>Improve the look and feel of the syntax editor.</li> | ||
<li>Make the encoding priority view undoable.</li> | ||
<li>Disable the pane transition animation in the Settings window when the user sets to reduce motion in the system Accessibility settings.</li> | ||
<li>Deprecate “Append a space to comment delimiter” option</li> | ||
<li><span class="trivial">trivial</span>: Enable delete selected separators in the encoding priority view with the Delete key.</li> | ||
<li><span class="trivial">trivial</span>: Avoid users using reserved syntax names.</li> | ||
<li><span class="trivial">dev</span>: Migrate the settings window and syntax editor to SwiftUI.</li> | ||
<li><span class="trivial">dev</span>: Migrate all localizable strings to String Catalog.</li> | ||
<li><span class="trivial">dev</span>: Update the build environment to Xcode 15.3 (Swift 5.10).</li> | ||
|
||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>Fixes</h2> | ||
|
||
<ul> | ||
<li>Fix an issue that the application crashed when trying to share a custom syntax.</li> | ||
<li>Fix an issue on macOS 14 that multiple cursors in editors remained when they are inactive.</li> | ||
<li>Fix missing localizations.</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>Known Issues</h2> | ||
|
||
<ul> | ||
<li>Some new strings in the syntax editor and Mode settings are not localized yet in Czech.</li> | ||
</ul> | ||
</section> | ||
|
||
<p><a href="4.7.4.en">previous release notes</a></p> | ||
</article> | ||
</main> | ||
|
||
|
||
<footer> | ||
<p class="copyright">© 2024 CotEditor Project</p> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
|
||
<head prefix="og: http://ogp.me/ns#"> | ||
<meta charset="UTF-8"/> | ||
|
||
<title>CotEditor 4.8.0βの変更点 - CotEditor</title> | ||
|
||
<meta name="description" content="CotEditor 4.8.0βの変更点"/> | ||
|
||
<meta property="og:type" content="article"/> | ||
<meta property="og:url" content="https://coteditor.com/releasenotes/4.8.0-beta.ja"/> | ||
<meta property="og:title" content="CotEditor"/> | ||
<meta property="og:description" content="CotEditor 4.8.0βの変更点"/> | ||
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/> | ||
<meta property="og:site_name" content="CotEditor"/> | ||
<meta property="og:locale" content="ja_JP"/> | ||
<meta property="twitter:card" content="summary"/> | ||
<meta property="twitter:creator" content="@CotEditor"/> | ||
|
||
<link rel="shortcut icon" href="/favicon.png" type="image/png" sizes="16x16"/> | ||
<link rel="shortcut icon" href="/[email protected]" type="image/png" sizes="32x32"/> | ||
<link rel="alternate" href="4.8.0-beta.en" hreflang="en"/> | ||
<link rel="stylesheet" href="../css/common.css"/> | ||
<link rel="stylesheet" href="../css/releasenotes.css"/> | ||
</head> | ||
|
||
<body class="prerelease"> | ||
<header> | ||
<a href="/">CotEditor</a> | ||
</header> | ||
|
||
<main> | ||
<p class="attention">⚠️ <strong>これはプレリリース版です。</strong></p> | ||
|
||
<section class="highlights"> | ||
<h1>CotEditor 4.8のハイライト</h1> | ||
|
||
<dl> | ||
<dt>それぞれの書類にそれぞれの振る舞い</dt> | ||
<dd>CotEditorにモードという概念が取り入れられました。書類のタイプに合わせて、エディタのフォントや入力時の振る舞いを使い分けることができます。</dd> | ||
|
||
<dt>新しく書き直されたシンタックスエディタ</dt> | ||
<dd>機能は変わらないですが、「フォーマット」設定のシンタックスエディタが100% SwiftUIで書き直され、見た目もちょっとモダンになりました。</dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
|
||
<article> | ||
<header> | ||
<h1>CotEditor 4.8.0-beta</h1> | ||
<p>リリース: <time>2024-03-09</time></p> | ||
</header> | ||
|
||
|
||
<section> | ||
<h2>新機能</h2> | ||
|
||
<ul> | ||
<li>書類のシンタックスに応じてエディタの振る舞いを変更できるモード機能を追加(設定 > 「モード」設定ペインで設定)</li> | ||
<li>ファイルドロップ設定に「デフォルトに戻す」ボタンを追加</li> | ||
|
||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>改良</h2> | ||
|
||
<ul> | ||
<li>シンタックスエディタの見た目を刷新</li> | ||
<li>エンコーディング優先度編集でアンドゥ/リドゥを可能に</li> | ||
<li>ユーザがシステムのアクセシビリティ設定で視差効果を減らしていた場合は、設定ウインドウのペイン切り替えアニメーションを無効に</li> | ||
<li>「コメント記号にスペースを追加」オプションを廃止</li> | ||
<li><span class="trivial">trivial</span>: Deleteキーで選択した区切り線を削除できるようにエンコーディング優先度編集を改良</li> | ||
<li><span class="trivial">trivial</span>: 予約されたシンタックス名をユーザが使用することを防止</li> | ||
<li><span class="trivial">開発</span>: 設定ウインドウとシンタックスエディタを全面的にSwiftUIに移行</li> | ||
<li><span class="trivial">開発</span>: すべてのローカライズ文字列管理をString Catalogに移行</li> | ||
<li><span class="trivial">開発</span>: ビルド環境をXcode 15.3(Swift 5.10)に更新</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>修正</h2> | ||
|
||
<ul> | ||
<li>カスタムシンタックスを共有しようとするとアプリケーションがクラッシュする不具合を修正</li> | ||
<li>マルチカーソルのカーソル描画がエディタがアクティブでないときも残ることがあるmacOS 14の不具合を修正</li> | ||
<li>ローカライズされていなかったテキストを修正</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>既知の問題</h2> | ||
|
||
<ul> | ||
<li>シンタックスエディタとモード設定に新たに追加されたいくつかの文字列はまだチェコ語にローカライズされていません</li> | ||
</ul> | ||
</section> | ||
|
||
<p><a href="4.7.4.ja">以前のリリースノート</a></p> | ||
</article> | ||
</main> | ||
|
||
|
||
<footer> | ||
<p class="copyright">© 2024 CotEditor Project</p> | ||
</footer> | ||
</body> | ||
</html> |