Features:
-
Add
GonvimIndentguide
to toggle indent guide -
Add
GonvimSmoothSroll
command to toggle smooth scrolling -
Add support dock menu actions in macOS.
you can add a menu with your own command options in the goneovim config, as shown in the following example.[Editor.DockmenuActions] hoge = "-u NONE" fuga = "-u NORC"
-
Add support drag and drop per window
-
Add CLI arguments for the externalized UI features:
--exttabline
,--extcmdline
,--extmessages
,--extpopupmenu
. -
Add CLI argument:
--version
Changes:
- Change the default value of
Macmeta
from true to false. - Chenge key input handling process with cmd key combination. See #259 (comment)
- Change the autocmd group used internally by goneovim. See 8921f7c
Fixes:
- Fix cursor position when setting independent font on external window
- Fix a problem with indentation guide display that remained in issue 204
- Add CFBundleVersion, CFBundleShortVersionString for macOS build
- Fix the spacing of characters on IME tooltips to match the spacing that is actually drawn after input.
- Fixd the application transparency setting in setting.toml so that it does not apply to popupmenu and float-window. Use pumblend or winblend for those.
- Fixd an issue where text decorations might be drawn incorrectly when scrolling.
- Fix mouse event handling to match the multigrid UI
- Fix indentguide not to show if ft is empty
- Fix z-index handling for float window