Skip to content

Releases: akiyosi/goneovim

Goneovim v0.4.8

06 Oct 16:19
Compare
Choose a tag to compare

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:

  • Change application default title
  • Fix the behavior of GonvimMarkdown command when a preview window is already open on another window
  • Change the default configuration directory to $XDG_CONFIG_PATH on Linux and MacOS (#158)
  • Fix #162
  • Fix #152
  • Fix #153

Goneovim v0.4.7

02 Sep 17:36
Compare
Choose a tag to compare

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 and w values in guifont; 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:

  • Fix wrong candidate position when using ibus (#119)
  • Fix to set the application CWD to the HOME directory (#122)
  • Fix the drawing problem caused by mouse wheel scrolling on macos. (#123)
  • Fix some race confitions
  • Fix an issue where the completion window's position is not displayed correctly

Goneovim v0.4.6

03 May 03:30
Compare
Choose a tag to compare

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

15 Mar 08:30
Compare
Choose a tag to compare

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

15 Feb 12:09
Compare
Choose a tag to compare

Changes:

Goneovim v0.4.3

13 Jan 13:58
Compare
Choose a tag to compare

Changes:

  • Fix an issue where newly created tab were not displayed in external tabline
  • Fix to try to improve drawing for text position on cursor
  • Fix #88
  • Fix #89

Goneovim v0.4.2

25 Dec 15:08
Compare
Choose a tag to compare

Changes:

  • Support markdown preview feature GonvimMarkdown for windows
  • Support real-time synchronization of minimap and current buffer
  • Fix #83
  • Fix #81
  • Fix #80
  • Some minor fixes

Goneovim v0.4.1

24 Nov 05:29
Compare
Choose a tag to compare

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

02 Nov 11:26
Compare
Choose a tag to compare

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

14 Apr 06:31
Compare
Choose a tag to compare

Changes:

  • Fix #48
  • Fix an issue that some plugin not working in gonvim with nvim-v0.4.0