Update release notes

This commit is contained in:
1024jp 2017-03-01 19:26:56 +09:00
parent e95f36e6a7
commit 94b8bc0040
3 changed files with 67 additions and 5 deletions

View File

@ -7,17 +7,17 @@ develop
### Improvements
- Update Python syntax style for Python 3.6.
- Update Python syntax style for Python 3.6.
- Improve line number drawing.
### Fixes
- Fix an issue on macOS 10.11 where the application could crash on saving a document that contains incompatible characters.
- Fix an issue on macOS 10.11 where “No incompatible characters were found.” message in the incomptible characters pane didn't hide even when incompatible characters exist.
- Fix an issue on OS X 10.11 where the application could crash on saving a document that contains incompatible characters.
- Fix an issue on OS X 10.11 where “No incompatible characters were found.” message in the incompatible characters pane didn't hide even when incompatible characters exist.
- Fix an issue where editor view didn't scroll by dragging on the line number view when the view is zoomed out.
- Fix an issue where a large amount of scrolling down didn't jumpt to the end of the target.
- Fix an issue with sytnax style editor where a newly added row wasn't focused automatically.
- Fix an issue where a large amount of scrolling down didn't jump to the end of the target.
- Fix an issue with syntax style editor where a newly added row wasn't focused automatically.

View File

@ -22,6 +22,37 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 3.1.6</h1>
<p>release: <time>2016-03</time></p>
</header>
<section>
<h3>Improvements</h3>
<ul>
<li>Update Python syntax style for Python 3.6.</li>
<li>Improve line number drawing.</li>
</ul>
</section>
<section>
<h3>Fixes</h3>
<ul>
<li>Fix an issue on OS X 10.11 where the application could crash on saving a document that contains incompatible characters.</li>
<li>Fix an issue on OS X 10.11 where “No incompatible characters were found.” message in the incompatible characters pane didn't hide even when incompatible characters exist.</li>
<li>Fix an issue where editor view didn't scroll by dragging on the line number view when the view is zoomed out.</li>
<li>Fix an issue where a large amount of scrolling down didn't jump to the end of the target.</li>
<li>Fix an issue with syntax style editor where a newly added row wasn't focused automatically.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.1.5</h1>

View File

@ -22,6 +22,37 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 3.1.6</h1>
<p>リリース: <time>2016-03</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>Python シンタックス定義を Python 3.6 に合わせて更新</li>
<li>行番号の描画を改善</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>OS X 10.11 において、非互換文字を含む書類を保存しようとするとアプリケーションがクラッシュした不具合を修正</li>
<li>OS X 10.11 において、非互換文字があるときも非互換文字パネルの「非互換文字は見つかりませんでした。」というメッセージが消えなかった不具合を修正</li>
<li>文字を縮小しているとき行番号をドラッグしてエディタをスクロールできなかった不具合を修正</li>
<li>書類サイズが大きいとき、エディタの下の方まで一気にスクロールできなかった不具合を修正</li>
<li>シンタックススタイル編集時に新しい行を足しても追加行が自動的に編集モードにならなくなっていた不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.1.5</h1>