Neovide Versions Save

No Nonsense Neovim Client in Rust

0.10.0

1 year ago

Changes

And finally, not really release related but something to celebrate anyways:

New Contributors

0.9.0

1 year ago

Smaller things. But hey, we wanted to do smaller and faster releases now.

Changes

New Contributors

0.8.0

2 years ago

Too many things to count since last release 2 years ago.

Here is a non-exhaustive list of some highlights.

  • Smooth scrolling and animated windows
  • Swapped to winit
  • Swapped to opengl away from vulkan for compatibility
  • Better keyboard modifier handling
  • Transparent floating windows
  • Configuration/settings improvements
  • many many more

Thanks so much to the many contributors who pitched in features and bug fixes <3

Moving forward, I hope we can make faster smaller releases.

0.7.0

3 years ago

This release introduces smooth scrolling when the multigrid is enabled. Also includes a number of bug fixes and refactorings.

0.6.0

4 years ago
  • Swapped back to upstream skulpin
  • Some mixed results keyboard handling fixes (still not perfect)
  • Bunch of unit testing (thanks @j4qfrost)
  • Significant startup speed improvements and font loading improvements (thanks @exoticus)
  • Better fullscreen on windows (thanks @R-Michelsen)
  • Manual font fallback listing in guifont
  • Other misc bug fixes

0.5.0

4 years ago
  • Particles everywhere! Configuration via g:neovide_cursor_vfx_mode. Examples in the readme. Thanks @jonvaldes!
  • Swapped to SDL2. Fixed a ton of bugs and generally made things snappier
  • Lots of random bug fixes. More to come.

0.4.0

4 years ago

Rewrote and embedded fonts Fix some startup bugs

0.3.0

4 years ago

Rewrote the render loop to be a bit more efficient and stable. Rewrote font lookup so as to more accurately pick up the default monospace font.

0.2.0

4 years ago

Still un-automated and windows only binary release. Linux and Mac should be possible by building manually.

0.1.0

4 years ago

Super un-automated un-tested windows only release.