Update release notes

This commit is contained in:
1024jp 2023-11-30 21:09:44 +09:00
parent 00ecfed2ec
commit 4c1174058b
3 changed files with 7 additions and 3 deletions

View File

@ -51,7 +51,7 @@ Change Log
### Fixes
- Fix an issue that the Forward Delete key could not be correctly assigned as custom key bindings.
- Fix an issue that the Forward Delete key could not be correctly assigned as a custom shortcut key.
### TODO

View File

@ -41,6 +41,7 @@
<li>Optimize the performance of the normalization of inconsistent line endings.</li>
<li>Improve stability.</li>
<li><span class="trivial">trivial</span>: Increase the default font size and line height.</li>
<li><span class="trivial">trivial</span>: Add a stepper to the custom tab width sheet.</li>
</ul>
</section>
@ -49,7 +50,8 @@
<h2>Fixes</h2>
<ul>
<li>Fix an issue that the Forward Delete key could not be correctly assigned as custom key bindings.</li>
<li>Fixed an issue that the “unescape replacement string” option could not unescape consecutive backslashes correctly.</li>
<li>Fix an issue that the Forward Delete key could not be correctly assigned as a custom shortcut key.</li>
</ul>
</section>
</article>

View File

@ -41,6 +41,7 @@
<li>改行コードの不一致の解消のパフォーマンスを最適化</li>
<li>安定性を向上</li>
<li><span class="trivial">trivial</span>: デフォルトのフォントサイズと行高を変更</li>
<li><span class="trivial">trivial</span>: カスタムタブ幅入力にステッパーを追加</li>
</ul>
</section>
@ -49,7 +50,8 @@
<h2>修正</h2>
<ul>
<li>Forward Deleteキーがカスタムキーバインディングとして正しく登録できなかった不具合を修正</li>
<li>「置換文字列のエスケープ文字を解釈」オプションが連続するエスケープ文字を正しく解釈できなかった不具合を修正</li>
<li>Forward Deleteキーがカスタムショートカットキーとして正しく登録できなかった不具合を修正</li>
</ul>
</section>
</article>