Fix typos in release notes

This commit is contained in:
1024jp 2020-06-27 22:25:32 +09:00
parent 1cdfa18adb
commit 2e728dbb36
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ Change Log
### Improvements
- Suppress showing a dialog when opening a file with the “.ts” file extension as it may not be a MPEG-2 Transport Stream file but a TypeScript file.
- Improve the style and behavior the add/remove rule button in the multiple replacement window.
- Improve the style and behavior of the add/remove rule button in the multiple replacement window.
- [trivial] Delete multiple replacement rules by dropping items into the Trash.
@ -18,11 +18,11 @@ Change Log
- Fix an issue in the editor that the cursor skipped the space just after the word when moving the cursor to the next word boundary with `⌥⇧→` or `⌥→` shortcut.
- Fix an issue in theme editing that the editing color was occasionally forcibly updated in the editor's text color when an editor has the focus.
- Fix an issue in theme editing that the crashed when setting one of the system's developer colors.
- Fix an issue in theme editing that the opiton “use system color” for the selection color could not disable.
- Fix an issue in theme editing that the option “use system color” for the selection color could not disable.
- Fix an issue in theme editing that the values in the theme editor were not updated when the bundled theme currently edited is restored.
- Fix an issue in the dialog for the pattern line sort that the sample line could indicate a wrong sort key scope when the sort key type is “column.”
- Fix the feedback animation when dragging and dropping items in a table.
- [trivial] Fix an issue that the the menus in toolbar expended unwantedly after customizing toolbar.
- [trivial] Fix an issue that the menus in toolbar expended unwantedly after customizing toolbar.
- [trivial] Fix some layout corruptions under macOS 11 Big Sur (beta).

View File

@ -34,7 +34,7 @@
<ul>
<li>Suppress showing a dialog when opening a file with the “.ts” file extension as it may not be a MPEG-2 Transport Stream file but a TypeScript file.</li>
<li>Improve the style and behavior the add/remove rule button in the multiple replacement window.</li>
<li>Improve the style and behavior of the add/remove rule button in the multiple replacement window.</li>
<li><span class="trivial">trivial</span>: Delete multiple replacement rules by dropping items into the Trash.</li>
</ul>
</section>
@ -48,11 +48,11 @@
<li>Fix an issue in the editor that the cursor skipped the space just after the word when moving the cursor to the next word boundary with <kbd>⌥⇧→</kbd> or <kbd>⌥→</kbd> shortcut.</li>
<li>Fix an issue in theme editing that the editing color was occasionally forcibly updated in the editor's text color when an editor has the focus.</li>
<li>Fix an issue in theme editing that the crashed when setting one of the system's developer colors.</li>
<li>Fix an issue in theme editing that the opiton “use system color” for the selection color could not disable.</li>
<li>Fix an issue in theme editing that the option “use system color” for the selection color could not disable.</li>
<li>Fix an issue in theme editing that the values in the theme editor were not updated when the bundled theme currently edited is restored.</li>
<li>Fix an issue in the dialog for the pattern line sort that the sample line could indicate a wrong sort key scope when the sort key type is “column.”</li>
<li>Fix the feedback animation when dragging and dropping items in a table.</li>
<li><span class="trivial">trivial</span>: Fix an issue that the the menus in toolbar expended unwantedly after customizing toolbar.</li>
<li><span class="trivial">trivial</span>: Fix an issue that the menus in toolbar expended unwantedly after customizing toolbar.</li>
<li><span class="trivial">trivial</span>: Fix some layout corruptions under macOS 11 Big Sur (beta).</li>
</ul>
</section>