Update release notes

This commit is contained in:
1024jp 2016-12-03 18:38:23 +09:00
parent da3af51a09
commit 2e9e4b6dd8
5 changed files with 88 additions and 1 deletions

View File

@ -7,13 +7,14 @@ develop
### Improvements
- Support AppleScript's script bundle for scripting (thanks to Kaito Udagawa!).
- 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.
- Tweak the behavior of the incompatible character table and the find result table to highlight the correspondent range in the editor every time when clicking a row in the table.
- Update default settings about the visibility of invisible characters.
- From this change, the invisible character settings can be reset. If so, please reset from the “Appearance” pane in the preferences.
- [non-AppStore ver.] Update Sparkle framework to version 1.15.0.

View File

@ -22,6 +22,49 @@
<h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 3.1.2</h1>
<p>release: <time>2016-12</time></p>
</header>
<section>
<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>
<li>Tweak the behavior of the incompatible character table and the find result table to highlight the correspondent range in the editor every time when clicking a row in the table.</li>
<li>Update default settings about the visibility of invisible characters.
<ul>
<li>From this change, the invisible character settings can be reset. If so, please reset from the “Appearance” pane in the preferences.</li>
</ul></li>
<li><span class="label">non-AppStore ver.</span>: Update Sparkle framework to version 1.15.0.</li>
</ul>
</section>
<section>
<h3>Fixes</h3>
<ul>
<li>Fix a possible crash on changing document's encoding lossy.</li>
<li>Fix an issue where application crashed if syntax editor panel becomes too small.</li>
<li>Fix an issue where editor views didn't update after changing the body font or the visibility of the other invisible characters.</li>
<li>Fix an issue where no error message raised when a text encoding reinterpretation failed.</li>
<li>Fix an issue where the current line highlight also highlights the last line when the cursor is in the second last line.</li>
<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>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.1.1</h1>

View File

@ -22,6 +22,49 @@
<h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 3.1.2</h1>
<p>リリース: <time>2016-12</time></p>
</header>
<section>
<h2>改良</h2>
<ul>
<li>スクリプティングで AppleScript のスクリプトバンドル (.scptd) をサポート</li>
<li>AppleScript の document オブジェクトに <code>expands tab</code> プロパティを追加</li>
<li>縦書き表示のときのナビゲーションバーの矢印の向きを変更</li>
<li>ツールバーの改行コードメニューの項目にツールチップを追加</li>
<li>行番号表示の縦方向の位置を調整</li>
<li>サイドパネルの非互換文字の一覧、および検索パネルの検索結果一覧の項目をクリックする度に対応する箇所をハイライトするように変更</li>
<li>不可視文字のデフォルト設定を変更
<ul>
<li>これにより、今まで不可視文字を表示する設定をしていたのがリセットされ非表示なる可能性があります。その場合は環境設定の「表示」から再度設定をして下さい。</li>
</ul></li>
<li><span class="label">非 AppStore 版のみ</span>: Sparkle フレームワークを 1.15.0 に更新</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>エンコーディングを変更した時にアプリケーションがクラッシュする可能性がある潜在的な不具合を修正</li>
<li>シンタックス定義のパネルを必要以上に小さくするとアプリケーションがクラッシュする不具合を修正</li>
<li>環境設定でフォントや不可視文字の設定を変更したときにその変更が反映されなかった不具合を修正</li>
<li>エンコーディングの再解釈が失敗したときにエラーダアログが出なかった不具合を修正</li>
<li>最終行の前の行にカーソルがあるときに最終行も現在行としてハイライトされていた不具合を修正</li>
<li>不可視文字の表示を切り替えるメニュー項目のタイトルが最前の書類の状態を反映していなかった不具合を修正</li>
<li>タッチバーの文字サイズが表示されているときにタッチバー以外から文字サイズを変更しても、タッチバーの文字サイズスライダが追従しなかった不具合を修正</li>
<li>文字情報ポップオーバーに表示される拡大文字の描画範囲を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 3.1.1</h1>