-
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
215 additions
and
20 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,96 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head prefix="og: http://ogp.me/ns#"> | ||
<meta charset="UTF-8"/> | ||
|
||
<title>What's new on CotEditor 5.1.0β - CotEditor</title> | ||
|
||
<meta name="description" content="What's new on CotEditor 5.1.0β"/> | ||
|
||
<meta property="og:type" content="article"/> | ||
<meta property="og:url" content="https://coteditor.com/releasenotes/5.1.0-beta.en"/> | ||
<meta property="og:title" content="CotEditor"/> | ||
<meta property="og:description" content="What's new on CotEditor 5.1.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="5.1.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 5.1</h1> | ||
|
||
<dl> | ||
<dt>Easier to distinguish documents</dt> | ||
<dd>A parent folder name appears in the window title for documents with the same filename.</dd> | ||
|
||
<dt>Read-Only Mode</dt> | ||
<dd>Prevent accidental editing by making documents read-only from the Format > Prevent Editing command or the cot command-line tool.</dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
|
||
<article> | ||
<header> | ||
<h1>CotEditor 5.1.0</h1> | ||
<p>release: <time>2025-02-05</time></p> | ||
</header> | ||
|
||
|
||
<section> | ||
<h2>New Features</h2> | ||
|
||
<ul> | ||
<li>Append the nearest unique ancestor folder name to the document title if multiple documents with the same name are opened.</li> | ||
<li>The new <a href="howto_readonly.html">“prevent editing” option</a> that prevents documents from being unintentionally edited.</li> | ||
<li>Introduce the new AppleScript parameter <code>editable</code> to document objects.</li> | ||
<li>Introduce the <code>--readonly</code> (<code>-r</code>) option to the <code>cot</code> command-line tool to open documents as read-only.</li> | ||
<li>Read input from the standard input when the <code>cot</code> command-line tool is used with the <code>-</code> option.</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>Improvements</h2> | ||
|
||
<ul> | ||
<li>Improve the VoiceOver support.</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>Fixes</h2> | ||
|
||
<ul> | ||
<li>Fixed an issue in CotEditor 5.0.8 where the file path argument passed to CotEditor scripts is percent-encoded.</li> | ||
</ul> | ||
</section> | ||
|
||
<p><a href="5.0.8.en">previous release notes</a></p> | ||
</article> | ||
</main> | ||
|
||
|
||
<footer> | ||
<p class="copyright">© 2025 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,99 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
|
||
<head prefix="og: http://ogp.me/ns#"> | ||
<meta charset="UTF-8"/> | ||
|
||
<title>CotEditor 5.0.0βの変更点 - CotEditor</title> | ||
|
||
<meta name="description" content="CotEditor 5.0.0βの変更点"/> | ||
|
||
<meta property="og:type" content="article"/> | ||
<meta property="og:url" content="https://coteditor.com/releasenotes/5.0.0-beta.ja"/> | ||
<meta property="og:title" content="CotEditor"/> | ||
<meta property="og:description" content="CotEditor 5.0.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="5.0.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 5.1のハイライト</h1> | ||
|
||
<dl> | ||
<dt>書類を見分けやすく</dt> | ||
<dd>同じ名前の書類にはウインドウタイトルに親フォルダの名前が表示されます。</dd> | ||
|
||
<dt>読み出し専用モード</dt> | ||
<dd>「フォーマット」>「編集不可にする」コマンドやcotコマンドラインツールから書類を読み出し専用に変更することで、意図しない編集から書類を守ります。</dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<article> | ||
<header> | ||
<h1>CotEditor 5.1.0</h1> | ||
<p>リリース: <time>2025-02-05</time></p> | ||
</header> | ||
|
||
|
||
<section> | ||
<h2>新機能</h2> | ||
|
||
<ul> | ||
<li>同じ名前の複数の書類が開かれたとき、最も近傍のユニークな親フォルダ名を書類タイトルに追加表示</li> | ||
<li>意図しない書類の編集編集されるのを防ぐ新しい <a href="howto_readonly.html">「編集不可にする」 コマンド</a></li> | ||
<li>AppleScriptのdocumentオブジェクトに新しい<code>editable</code>パラメータを追加</li> | ||
<li>書類を読み出し専用で開ける<code>--readonly</code> (<code>-r</code>)オプションを<code>cot</code>コマンドラインツールに追加</li> | ||
<li>標準入力から入力を読み込める<code>-</code>オプションを<code>cot</code>コマンドラインツールに追加</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>改良</h2> | ||
|
||
<ul> | ||
<li>VoiceOverサポートを改善</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>修正</h2> | ||
|
||
<ul> | ||
<li>CotEditorスクリプトに引数として渡されるファイルパスがパーセントエンコードされていたCotEditor 5.0.8の不具合を修正</li> | ||
</ul> | ||
</section> | ||
|
||
<p><a href="5.0.8.ja">以前のリリースノート</a></p> | ||
</article> | ||
</main> | ||
|
||
|
||
<footer> | ||
<p class="copyright">© 2025 CotEditor Project</p> | ||
</footer> | ||
</body> | ||
</html> |