Update release notes

This commit is contained in:
1024jp 2016-12-06 02:14:26 +09:00
parent 094cd06691
commit 5df040703d
5 changed files with 9 additions and 6 deletions

View File

@ -9,12 +9,12 @@ develop
- Add Scripting hook feature for document opening/saving (thanks to Kaito Udagawa!).
- See “Adding scripting hooks for CotEditor scripts” from the Help menu > “CotEditor Scripting Manual” > “About Scripting” for details.
- Support AppleScript's script bundle (.scptd) for scripting (thanks to Kaito Udagawa!).
- Add a new AppleScript property `expands tab` for document object (thanks to Kaito Udagawa!).
### Improvements
- Support AppleScript's script bundle (.scptd) for scripting (thanks to Kaito Udagawa!).
- Add a new AppleScript property `expands tab` for document object (thanks to Kaito Udagawa!).
- Change the outline navigation arrows direction in the navigation bar if text orientation is vertical.
- Add tooltips to the line endings menu in the toolbar.
- Improve calculation of the vertical position of line numbers.
@ -35,6 +35,7 @@ develop
- Fix an issue where the title of the menu item toggling invisible character visibility didn't reflect the frontmost window state.
- Fix an issue where the text size slider in the Touch Bar didn't update if text size was updated excepting via Touch Bar while the slider is shown.
- Address an issue with drawing area of zoomed character view in character inspector popover.
- Fix a typo in the English menu.

View File

@ -37,6 +37,8 @@
<ul>
<li>See <a href="about_script_hook.html">Adding scripting hooks for CotEditor scripts</a> from the Help menu &gt; CotEditor Scripting Manual &gt; <a href="../xpgs/xscriptmenu.html">About Scripting</a> for details.</li>
</ul></li>
<li>Support AppleScript's script bundle (.scptd) for scripting (thanks to Kaito Udagawa!).</li>
<li>Add a new AppleScript property <code>expands tab</code> for document object (thanks to Kaito Udagawa!).</li>
</ul>
</section>
@ -45,8 +47,6 @@
<h3>Improvements</h3>
<ul>
<li>Support AppleScript's script bundle (.scptd) for scripting (thanks to Kaito Udagawa!).</li>
<li>Add a new AppleScript property <code>expands tab</code> for document object (thanks to Kaito Udagawa!).</li>
<li>Change the outline navigation arrows direction in the navigation bar if text orientation is vertical.</li>
<li>Add tooltips to the line endings menu in the toolbar.</li>
<li>Improve calculation of the vertical position of line numbers.</li>
@ -73,6 +73,7 @@
<li>Fix an issue where the title of the menu item toggling invisible character visibility didn't reflect the frontmost window state.</li>
<li>Fix an issue where the text size slider in the Touch Bar didn't update if text size was updated excepting via Touch Bar while the slider is shown.</li>
<li>Address an issue with drawing area of zoomed character view in character inspector popover.</li>
<li>Fix a typo in the English menu</li>
</ul>
</section>
</article>

View File

@ -37,6 +37,8 @@
<ul>
<li>詳細は、ヘルプ &gt; CotEditor スクリプトマニュアル &gt; <a href="../xpgs/xscriptmenu.html">スクリプトについて</a> から <a href="about_script_hook.html">スクリプトフックの追加</a> を参照して下さい。</li>
</ul></li>
<li>スクリプティングで AppleScript のスクリプトバンドル (.scptd) をサポートKaito Udagawa さんに感謝!</li>
<li>AppleScript の document オブジェクトに <code>expands tab</code> プロパティを追加Kaito Udagawa さんに感謝!</li>
</ul>
</section>
@ -45,8 +47,6 @@
<h2>改良</h2>
<ul>
<li>スクリプティングで AppleScript のスクリプトバンドル (.scptd) をサポートKaito Udagawa さんに感謝!</li>
<li>AppleScript の document オブジェクトに <code>expands tab</code> プロパティを追加Kaito Udagawa さんに感謝!</li>
<li>縦書き表示のときのナビゲーションバーの矢印の向きを変更</li>
<li>ツールバーの改行コードメニューの項目にツールチップを追加</li>
<li>行番号表示の縦方向の位置を調整</li>
@ -73,6 +73,7 @@
<li>不可視文字の表示を切り替えるメニュー項目のタイトルが最前の書類の状態を反映していなかった不具合を修正</li>
<li>タッチバーの文字サイズが表示されているときにタッチバー以外から文字サイズを変更しても、タッチバーの文字サイズスライダが追従しなかった不具合を修正</li>
<li>文字情報ポップオーバーに表示される拡大文字の描画範囲を修正</li>
<li>英語メニューのタイポを修正</li>
</ul>
</section>
</article>