Skip to content

Releases: vhakulinen/gnvim

v0.3.1

07 May 07:40
Compare
Choose a tag to compare
chore: release 0.3.1

Fix a bug with the lockfile being out of date for 0.3.0 release.

Ref #207

v0.3.0

06 May 11:15
Compare
Choose a tag to compare
chore: release 0.3

Includes one breaking change:

* Minimum nvim version is now 0.9

Other changes:

* `HANDLE_OPEN` flag for gtk (e.g. open files from GUI file managers)
* Popupmenu performance improvements

v0.2.0

29 Nov 20:15
Compare
Choose a tag to compare

New version and a brand new gnvim is here! Rewritten from the ground up
for gtk4, and now has:

  • More complete and correct implementation of the ui api
  • Custom rpc client
  • Better code structure for easier development
  • Updated UI
  • Feature wise all the features are here.
  • Rendering artefacts are now fixed, and the rendering performance should be
    better or at least on bar compared to the previous version.

v0.1.6

08 Jul 10:28
Compare
Choose a tag to compare

A release before ext multigrid support lands.

0.1.5

06 Aug 19:50
dea3dd2
Compare
Choose a tag to compare

Curated list of changes:

  • A lot of bug fixes
  • Added support for coc.nvim and LanguageClient-neovim completion icons
  • Set WM_CLASS property to the gnvim window
  • Support floating point font sizes

0.1.4

23 Jun 16:56
Compare
Choose a tag to compare

New things:

  • Non-blinking cursor (ref #17). Also note that cursor blinking is now configured through guicursor (see :h guicursor and h gnvim-cursor-blinking).
  • Visual indicator for modified buffers in tabs (ref #52)
  • Hide completion item icons if all of them are unknown (ref #50

Also, there is now a gitter room for gnvim! Lets see if it gains any traction.