Skip to content

0.12.0

Compare
Choose a tag to compare
@MultisampledNight MultisampledNight released this 24 Dec 10:57
· 116 commits to main since this release
af9869b

What's Changed

Breaking

  • fix!: Improve render loop by @fredizzimo in #1977
    • Command line options starting with no have been renamed and now start with --no-
      • All options are kebab-case now
    • Multigrid has been made default
    • The transparency rendering on macOS has been changed, and a full fix is work in progress here #2168. Meanwhile, it's recommended to unset neovide_background_color and set neovide_transparency according to your preference. Note that the the title bar will remain solid with the default OS colors.
    • The --geometry argument has been removed and replaced by --size and --grid https://neovide.dev/command-line-reference.html#window-size, https://neovide.dev/command-line-reference.html#grid-size
    • NOTE: This is a big change, and a lot of issues have been fixed, check #1977 for the full list.
  • feat!: Add underline scale factor config by @Kethku in #2116
    • underline_automatic_scaling has been removed
  • feat!: use display link api to implement vsync on macos. by @crupest in #2102

Features

Fixes

Docs

Work behind the scenes

New Contributors

Thank you all, and also all others who contributed! ❤️

Full Changelog: 0.11.2...0.12.0