Update release notes

This commit is contained in:
1024jp 2020-05-26 10:53:41 +09:00
parent 38398681c5
commit d5a86802be
5 changed files with 10 additions and 5 deletions

View File

@ -11,6 +11,7 @@ Change Log
- [trivial] Remove the snippet keybindings setting migration from CotEdtiror 2.x format and earlier.
- [beta] Add missing localizations for French.
### Fixes
- Fix an issue in the character inspector where the inspector was not shown when the target character is hidden due to scroll.
@ -114,7 +115,7 @@ Change Log
### New Features
- Rewrite the invisible character drawing feature to draw alternative symbols more properly under various environments.
- Display Unicode's general category in the character info popover.
- Display Unicode's general category in the character inspector.
### Improvements

View File

@ -25,7 +25,7 @@
<article>
<header>
<h1>CotEditor 3.9.0</h1>
<p>release: <time>2020-05</time></p>
<p>release: <time>2020-05-27</time></p>
</header>
@ -35,7 +35,7 @@
<ul>
<li>Rewrite the <a href="../pgs/howto_display_invisibles.html">invisible character drawing feature</a> to draw alternative symbols more properly under various environments.</li>
<li>Add an option to draw indent guides.</li>
<li>Display Unicode's general category in the character info popover.</li>
<li>Display Unicode's general category in the character inspector.</li>
</ul>
</section>
@ -55,12 +55,14 @@
<li>Remove “vertical orientation” from the selections of the Writing Direction toolbar button.</li>
<li>Make borders of line number views and opacity sample tips more distinct in the high-contrast mode.</li>
<li>Adjust the visible area after unwrapping lines in RTL text mode.</li>
<li>Remove the default value of the snippet keybindings, that inserts <code>&lt;br /&gt;</code> with <kbd>⇧↩</kbd>.</li>
<li>Update help content.</li>
<li><span class="trivial">trivial</span>: Rename “Auto-Detect,” the option detecting the file encoding automatically, to “Automatic.”</li>
<li><span class="trivial">trivial</span>: Omit surrogate pair code points in the character inspector if the character consists of multiple Unicode characters.</li>
<li><span class="trivial">trivial</span>: Adjust the drawing position of the zoomed character in the character inspector.</li>
<li><span class="trivial">trivial</span>: Update some labels in the Format pane.</li>
<li><span class="trivial">trivial</span>: Display default values as the input field's placeholder for window size setting when empty.</li>
<li><span class="trivial">trivial</span>: Remove the snippet keybindings setting migration from CotEdtiror 2.x format and earlier.</li>
<li><span class="trivial">trivial</span>: Make the identifier for document autosaving longer.</li>
<li><span class="trivial">dev</span>: Update the build environment to Xcode 11.5 (Swift 5.2).</li>
<li><span class="trivial">dev</span>: Replace YAML.framework with Yams.</li>

View File

@ -25,7 +25,7 @@
<article>
<header>
<h1>CotEditor 3.9.0</h1>
<p>リリース: <time>2020-05</time></p>
<p>リリース: <time>2020-05-27</time></p>
</header>
@ -35,7 +35,7 @@
<ul>
<li><a href="../pgs/howto_display_invisibles.html">不可視文字の描画機能</a>を刷新しより幅広い環境下で代替記号が正確に表示されるように</li>
<li>インデントガイドを表示するオプションを追加</li>
<li>文字情報ポップオーバーに文字のUnicodeのカテゴリ名も表示</li>
<li>文字情報に文字のUnicodeのカテゴリ名も表示</li>
</ul>
</section>
@ -55,12 +55,14 @@
<li>ツールバーボタン「文章の方向」から選択肢「縦書き」を削除</li>
<li>ハイコントラストモードのときの行番号ビューと不透明度サンプルチップの境界線の視認性を向上</li>
<li>文章の方向が右から左のときに行の折り返しを解除したあとの表示エリアを調整</li>
<li><kbd>⇧↩</kbd>キーで<code>&lt;br /&gt;</code>が入力されるスニペットキーバインドのデフォルト設定を削除</li>
<li>ヘルプを改訂</li>
<li><span class="trivial">trivial</span>: ファイルのエンコーディングを自動で検出するオプション「自動認識」の名称を「自動」に変更</li>
<li><span class="trivial">trivial</span>: 文字インスペクタで対称文字が複数のUnicode文字から成り立つときはサロゲートペアのコードポイントを省略</li>
<li><span class="trivial">trivial</span>: 文字インスペクタで表示される拡大した文字の描画位置を調整</li>
<li><span class="trivial">trivial</span>: フォーマットペイン内の表記を調整</li>
<li><span class="trivial">trivial</span>: ウインドウサイズ設定の入力欄が空欄になったときはデフォルト値をプレースホルダーとして表示</li>
<li><span class="trivial">trivial</span>: CotEditor 2.xまたはそれ以前のスニペットキーバインド設定の移行処理を削除</li>
<li><span class="trivial">trivial</span>: 同名の書類の自動バックアップ時の衝突可能性を改善</li>
<li><span class="trivial">開発</span>: 開発環境をXcode 11.5 (Swift 5.2)に更新</li>
<li><span class="trivial">開発</span>: YAML.frameworkからYamsに移行</li>