Update release notes

This commit is contained in:
1024jp 2016-04-24 11:47:03 +09:00
parent 5b1405d5f3
commit 76b1e6bedd
3 changed files with 66 additions and 2 deletions

View File

@ -2,14 +2,14 @@
Change Log
==========================
develop
2.5.1 (119)
--------------------------
### Improvements
- Change underline style of outline items.
- Update “JavaScript” syntax style:
- Improve outline definitions to support the class syntax sugar introduced in ECMAScript 6.
- Improve outline definitions to support the class syntax sugar introduced in ECMAScript 6.
- Better coloring for “get” and “set”.
### Fixes

View File

@ -22,6 +22,38 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 2.5.1</h1>
<p>release: <time>2016-04</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Change underline style of outline items.</li>
<li>Update “JavaScript” syntax style:
<ul>
<li>Improve outline definitions to support the class syntax sugar introduced in ECMAScript 6.</li>
<li>Better coloring for “get” and “set”.</li>
</ul></li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where application could crash on opening empty file.</li>
<li>Fix an issue where <code>cot</code> command could fail creating new empty file.</li>
</ul>
</section>
</article>
<article>
<header>

View File

@ -22,6 +22,38 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 2.5.1</h1>
<p>リリース: <time>2016-04</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>アウトライン項目の下線スタイルを調整</li>
<li>JavaScript シンタックス定義を更新
<ul>
<li>アウトライン抽出で ECMAScript 6 で導入された class シンタックスシュガーに対応</li>
<li>“get” および “set” のカラーリング精度の向上</li>
</ul></li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>空のファイルを開くとアプリケーションがクラッシュする不具合を修正</li>
<li>cot コマンドで新規ファイル作成に失敗することがある不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>