Update release notes

This commit is contained in:
1024jp 2016-10-10 23:37:41 +09:00
parent 02422d8a1a
commit feb1c8d982
5 changed files with 43 additions and 17 deletions

View File

@ -2,33 +2,24 @@
Change Log
==========================
develop
3.0.1 (161)
--------------------------
### Improvements
- Add “Complete” action to “Edit” menu.
- On macOS Sierra, the default shortcut for completion action was changed to `⌥⎋`.
- Move action items in the menu “Edit” > “Transformations” to “Text” > “Transformations”.
- On macOS Sierra, the default shortcut for completion action was changed to `⌥⎋`.
- Move action items in the menu “Edit” > “Transformations” to “Text” > “Transformations”.
- Transform word contains the cursor if nothing is selected on tranformation or Unicode normalization actions.
### Fixes
- Fix an issue where application could crash while editing text on Yosemite.
- Fix an issue where application could crash on split editors under specific conditions.
- Fix an issue where application could crash on running an AppleScript/JXA.
- Fix an issue where text completion list didn't occasionally display.
- Fix an issue where syntax highlighting progress indicator was always full.
- Improve general stability.
3.0.1 (160)
--------------------------
### Fixes
- Fix an issue where application could crash on split editors under specific conditions.
- Fix an issue where application could crash on running an AppleScript/JXA.
- Fix an issue where sidebar couldn't be opened on Yosemite.
- Fix an issue where key bindings of recent documents were customizable.
- Fix an issue where application crashed when a folder is dropped to the application icon.

View File

@ -26,17 +26,34 @@
<article>
<header>
<h1>CotEditor 3.0.1</h1>
<p>release: <time>2016-10-07</time></p>
<p>release: <time>2016-10</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>Add “Complete” action to “Edit” menu.
<ul>
<li>On macOS Sierra, the default shortcut for completion action was changed to <kbd>⌥⎋</kbd>.</li>
</ul></li>
<li>Move action items in the menu “Edit” &gt; “Transformations” to “Text” &gt; “Transformations”.</li>
<li>Transform word contains the cursor if nothing is selected on tranformation or Unicode normalization actions.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where application could crash on split editors under specific conditions. </li>
<li>Fix an issue where application could crash while editing text on Yosemite.</li>
<li>Fix an issue where application could crash on split editors under specific conditions.</li>
<li>Fix an issue where application could crash on running an AppleScript/JXA.</li>
<li>Fix an issue where sidebar couldn't be opened on Yosemite.</li>
<li>Fix an issue where text completion list didn't occasionally display.</li>
<li>Fix an issue where syntax highlighting progress indicator was always full.</li>
<li>Fix an issue where key bindings of recent documents were customizable.</li>
<li>Fix an issue where application crashed when a folder is dropped to the application icon.</li>
<li>Fix an issue where find panel position was not saved.</li>

View File

@ -25,16 +25,34 @@
<article>
<header>
<h1>CotEditor 3.0.1</h1>
<p>リリース: <time>2016-10-07</time></p>
<p>リリース: <time>2016-10</time></p>
</header>
<section>
<h2>Improvements</h2>
<ul>
<li>「編集」メニューに「単語入力補完」アクションを追加
<ul>
<li>macOS Sierra では、デオフォルトのショートカットキーが <kbd>⌥⎋</kbd> に変更されています</li>
</ul></li>
<li>「編集」メニューにあった「変換」アクション項目を「テキスト」メニューの「変換」にまとめた</li>
<li>変換および Unicode 正規化で選択が空だった場合はカーソル位置の単語を変換対象にするように変更</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>Yosemite でテキスト編集中にアプリケーションがクラッシュする不具合を修正</li>
<li>特定の条件下で、エディタを分割したときにアプリケーションがクラッシュすることがあった不具合を修正</li>
<li>AppleScript/JXA でアプリケーションがクラッシュすることがあった不具合を修正</li>
<li>単語補完リストが出現しないことがあった不具合を修正</li>
<li>シンタックスハイライトや置換等の進捗バーがすでに満タンになっていた不具合を修正</li>
<li>Yosemite でテキスト編集中にアプリケーションがクラッシュする不具合を修正</li>
<li>Yosemite でサイドバーがうまくひらけない不具合を修正</li>
<li>最近開いた項目のキーバインドが編集可能だった不具合を修正</li>
<li>アプリケーションアイコンにフォルダをドロップするとアプリケーションがクラッシュした不具合を修正</li>