Fixes:
-
Fix panic when handling unexpected event names
-
Fix a problem with the cursor position on the external cmdline
-
Fix an issue where applications sometimes took up to 10 seconds to exit. (#374)
-
Fix #353
-
Improve close button quitting process. (#422). Added a related setting item:
ItemSaveConfirmationWithCloseButton
.
Changes:
- Improve transparency in multigrid ui. Previously,
DrawWindowSeparator
was implicitly enabled in settings where theTransparent
were enabled in settings.toml, but this specification has been removed.
Features:
-
Improve highlighting of words being converted in input method
-
Add toggle command
GonvimToggleHorizontalScroll
to enable/disable horizontal mouse scroll functionality -
Support dropping filepath into the message area
-
Add
GonvimMousescrollUnit
configuration item to control the behavior of mouse scrolling -
Add the feature to hide the mouse cursor when typing.
HideMouseWhenTyping = false