Reword changelog

This commit is contained in:
Francesco Abbate 2021-09-09 22:37:26 +02:00
parent d9afc40a17
commit 83607aec4a
1 changed files with 14 additions and 8 deletions

View File

@ -4,24 +4,33 @@ This files document the changes done in Lite XL for each release.
Fix problem project directory when starting the application from Launcher on macOS.
Improved LogView by @takase1121.
Improved LogView. Entries can now be expanded and there is a context menu to copy the item's content.
Change the behavior of `ctrl+d` to add a multi-cursor selection to the next occurrence.
The old behavior to move the selection to the next occurrence is now done using the shortcut `ctrl+f3`.
Added a command to create a multi-cursor with all the occurrences of the current selection.
Activated with the shortcut `ctrl+shift+l`.
Fix problem when trying to close an unsaved new document.
No longer shows an error for the `-psn` argument passed to the application on macOS.
Fix `treeview:open-in-system` command on Windows.
Fix rename command to update name of document if opened.
Contributed by @Guldoman.
Improve the find and replace dialog so that previously used expressions can be recalled
using "up" and "down" keys.
Multi-cursors fixes and improvement by @adamharrison.
Build package script rewrite and enhancement by @redtide.
Build package script rewrite with many improvements.
Use bigger fonts by default.
Other minor improvements and fixes.
With many thanks to the contributors: @adamharrison, @takase1121, @Guldoman, @redtide, @Timofffee, @boppyt, @Jan200101.
### 2.0.1
Fix a few bugs and we mandate the mod-version 2 for plugins.
@ -35,9 +44,6 @@ Here some details about the bug fixes:
- fix error that prevented the verification of plugins versions
- fix error on X11 that caused a bug window event on exit
Change behavior of `ctrl+d` to add a multi-cursor selection to the next occurrence.
The old behavior to move the selection to the next occurrence is now done using the shortcut `ctrl+f3`.
### 2.0
The 2.0 version of lite contains *breaking changes* to lite, in terms of how plugin settings are structured;