Releases: akiyosi/goneovim
Releases · akiyosi/goneovim
Goneovim v0.4.8
Features:
- Add support
winblend
- Improved the display of the external tabline to follow the value of 'showtabline'.
This improvement also makes #142 smart tabs possible.
Changes:
Goneovim v0.4.7
Features:
- Add Support external float window
- Add Macmeta
- Improve built-in indent guide
- Add option to show icons on tabs
- Add options for window separator styles
- Allows for font stretching by the ratio of
h
andw
values inguifont
; e.g.set guifont=Hack:h12:w6
,set guifont=Hack:h12:w4
- Add
BorderlessWindow
option in~/.goneovim/setting.toml
and changed the default value to false
Changes:
Goneovim v0.4.6
Features:
- Add
guifontwide
Changes:
- Improve key input handling
- Fix #111
- Fix #79 (comment)
- Improved handling of the conplete kind (related #112 )
- Improve the external popup window display position
Goneovim v0.4.5
Features:
- Smooth Scroll 🍺
- Add
GonvimResize
command which allow you to resize window - Add
GonvimMaximize
command (MacOS only) - Add
DrawBorderForFloatWindow
config item which allow you to draw border of float window - Add
DrawShadowForFloatWindow
config item which allow you to draw shadow of float window
Changes:
Goneovim v0.4.4
Goneovim v0.4.3
Goneovim v0.4.2
Goneovim v0.4.1
Changes:
- Fix #68
- Fix #69
- Fix #72
- Add
StartMaximizedWindow
setting (related to #76 ) - Fix #77
- Fix #78
- Fix #79
- Add CLI option:
--fullscreen
,--maximized
,--geometry
,--nvim
- Add setting
MaxDisplayItems
for the maximum number of items displayed in the filer - Add settings for transparency of palette and message window
Goneovim v0.4.0
Changes:
- Performance improvement
- Remove DeinGUI and ActivityBar
- File Explorer specifications
Features:
- Add transparent feature
- Support neovim multigrid UI
- Support indent guide
Gonvim v0.3.5
Changes:
- Fix #48
- Fix an issue that some plugin not working in gonvim with nvim-v0.4.0