Reword changelog
This commit is contained in:
parent
d9afc40a17
commit
83607aec4a
22
changelog.md
22
changelog.md
|
@ -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.
|
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.
|
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 `treeview:open-in-system` command on Windows.
|
||||||
|
|
||||||
Fix rename command to update name of document if opened.
|
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
|
Improve the find and replace dialog so that previously used expressions can be recalled
|
||||||
using "up" and "down" keys.
|
using "up" and "down" keys.
|
||||||
|
|
||||||
Multi-cursors fixes and improvement by @adamharrison.
|
Build package script rewrite with many improvements.
|
||||||
|
|
||||||
Build package script rewrite and enhancement by @redtide.
|
|
||||||
|
|
||||||
Use bigger fonts by default.
|
Use bigger fonts by default.
|
||||||
|
|
||||||
Other minor improvements and fixes.
|
Other minor improvements and fixes.
|
||||||
|
|
||||||
|
With many thanks to the contributors: @adamharrison, @takase1121, @Guldoman, @redtide, @Timofffee, @boppyt, @Jan200101.
|
||||||
|
|
||||||
### 2.0.1
|
### 2.0.1
|
||||||
|
|
||||||
Fix a few bugs and we mandate the mod-version 2 for plugins.
|
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 that prevented the verification of plugins versions
|
||||||
- fix error on X11 that caused a bug window event on exit
|
- 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
|
### 2.0
|
||||||
|
|
||||||
The 2.0 version of lite contains *breaking changes* to lite, in terms of how plugin settings are structured;
|
The 2.0 version of lite contains *breaking changes* to lite, in terms of how plugin settings are structured;
|
||||||
|
|
Loading…
Reference in New Issue