Update release notes

This commit is contained in:
1024jp 2015-12-01 19:32:35 +09:00
parent 8946c7358c
commit b479304367
3 changed files with 142 additions and 1 deletions

View File

@ -38,7 +38,7 @@ develop
### Fixes
- Fix an issue where text view drawing was distorted while resizing window.
- Fix an issue where line endings of a document that has a line ending chacter at the beginning of the file cannot be interpreted its line ending type correctly.
- Fix an issue where line endings of a document that has a line ending character at the beginning of the file cannot be interpreted its line ending type correctly.
- Fix an issue where character inspector returned always `U+000A` (LF) for line ending even the actual line ending of the document is not LF.
- Fix character count with a single regional indicator symbol.
- Fix wrong undo action name on encoding conversion via script.

View File

@ -22,6 +22,76 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 2.3.2</h1>
<p>release: <time>2015-12</time></p>
</header>
<section>
<h2>New Features</h2>
<ul>
<li>Add “Convert Indentation to Spaces/Tabs” actions to Text > Indentation menu.</li>
<li>Add syntax styles for “METAFONT” (Thanks to M.Daimon!), “AWK”, “Git Config” and “Git Ignore”.</li>
</ul>
</section>
<section>
<h2>Improvements</h2>
<ul>
<li>Improve character inspector:
<ul>
<li>Display also Unicode block if selected letter consists of one character.</li>
<li>Display unicode names of each character if selected letter consist of multiple characters.</li>
<li>Fix drawing area of zoomed character view.</li>
<li>Fix some other trivial issues.</li>
</ul></li>
<li>Add option to suppress “not writable document” alert.</li>
<li>Improve text selection by clicking line numbers view.</li>
<li>Tweak style of popup menus in toolbar.</li>
<li>Add “description” field that doesn't affect to highlighting but for commenting for each term to the syntax style and syntax style editor.</li>
<li>Update Python syntax style:
<ul>
<li>Add several commands and variables that are in <code>__foo__</code> form.</li>
<li>Add <code>pyi</code> extension.</li>
</ul></li>
<li>Update Perl syntax style:
<ul>
<li>Add some terms.</li>
</ul></li>
<li>Update PHP syntax style:
<ul>
<li>Add terms added on PHP 5.6.</li>
<li>Highlight uppercase <code>TRUE</code>, <code>FALSE</code>, <code>AND</code> and <code>OR</code>.</li>
</ul></li>
<li>Update Haskell syntax style:
<ul>
<li>Add some keywords.</li>
</ul></li>
<li>Update DTD, Markdown, reStructuredText and Textile syntax styles to move comments to the description field.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where text view drawing was distorted while resizing window.</li>
<li>Fix an issue where line endings of a document that has a line ending character at the beginning of the file cannot be interpreted its line ending type correctly.</li>
<li>Fix an issue where character inspector returned always <code>U+000A</code> (LF) for line ending even the actual line ending of the document is not LF.</li>
<li>Fix character count with a single regional indicator symbol.</li>
<li>Fix wrong undo action name on encoding conversion via script.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 2.3.1</h1>
@ -67,6 +137,7 @@
</article>
<article>
<header>
<h1>CotEditor 2.3.0</h1>

View File

@ -22,6 +22,75 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 2.3.2</h1>
<p>release: <time>2015-12</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>“インデントをスペース/タブに変換”するアクションを「テキスト」メニューに追加</li>
<li>“METAFONT”M.Daimonさんに感謝と“AWK”、“Git Config”、“Git Ignore”シンタックス定義を追加</li>
</ul>
</section>
<section>
<h2>改良</h2>
<ul>
<li>文字情報ポップオーバーを改良
<ul>
<li>選択した文字が 1 字1 キャラクタだった場合は、Unicode ブロック名も表示</li>
<li>選択した文字が 1 字1 キャラクタ)以上で構成されていた場合、構成する各文字の Unicode 名も表示</li>
<li>文字の拡大表示部分の表示領域を修正</li>
<li>その他微細な不具合を修正</li>
</ul></li>
<li>ファイルが書き込み不可のときに表示されるアラートを抑止できるオプションを追加</li>
<li>行番号ビューをクリックしてテキストを選択した際の挙動を改良</li>
<li>ツールバー内のポップアップメニューのスタイルを変更</li>
<li>シンタックス定義の各語句にコメントを付けられるよう「説明」という項目を追加</li>
<li>Python シンタックス定義を更新
<ul>
<li><code>__foo__</code>形式のいくつかのコマンドと変数を追加</li>
<li>拡張子に“pyi”を追加</li>
</ul></li>
<li>Perl シンタックス定義を更新
<ul>
<li>いくつかの語句を追加</li>
</ul></li>
<li>PHP シンタックス定義を更新
<ul>
<li>PHP 5.6 で追加された語句を追加</li>
<li>大文字の <code>TRUE</code><code>FALSE</code><code>AND</code> および <code>OR</code> をハイライトするように修正</li>
</ul></li>
<li>Haskell シンタックス定義を更新
<ul>
<li>いくつかのキーワードを追加</li>
</ul></li>
<li>DTD、Markdown、reStructuredText および Textile シンタックス定義を更新し、定義内のコメントを「説明」フィールドに移動</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>ウインドウリサイズ中テキストビューが歪むことがあった不具合を修正</li>
<li>書類が改行コードから始まっていた時に、改行コードの判別が正しくできていなかった不具合を修正 </li>
<li>実際のの改行コードが LF 以外の時でも、文字情報ポップオーバーが改行コードは常に <code>U+000A</code> (LF) と誤って解釈していた不具合を修正</li>
<li>単体の Regional Indicator Symbol Letter の字数カウント方法が誤っていた不具合を修正</li>
<li>エンコーディング変更をスクリプトから行った時のアンドゥ名が誤っていた不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 2.3.1</h1>
@ -70,6 +139,7 @@
</article>
<article>
<header>
<h1>CotEditor 2.3.0</h1>