Skip to content

v0.2.20

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:53
· 7 commits to master since this release
Immutable release. Only release title and notes can be modified.

The main changes since the last release

  • the minimum Qt version is now Qt6
  • set guifont fixes for newer neovim versions
  • fix unnecessary calls that trigger CloseEvent
  • builds now include Mac .dmg besides the Windows artifacts

That list looks small, but it warrants some big warnings.

  1. This is our first release requiring Qt6 - we already supported building with
    Qt6 before, but I think most packages were still on Qt5. Given the potential for
    disruption I would encourage packagers to package parallel versions if possible.
  2. While this uses Qt6 we do NOT support fractional scaling in HiDPI. That will
    require some significant changes in code. HighDpiScaleFactorRoundingPolicy=Round
    is being used for compatibility with our rendering code.
  3. There were significant changes to CI/builds - Appveyor was replaced which means
    binary artifacts are built differently.

As usual issue reports are very welcome, even to point out the silly ways in
which the software is broken.

According to some software here, this is the list of new contributors:

but there were others whose PRs I did not get to yet, or issues I did not pick
back up. Or just changes to the wiki that don't get credit. Thank you all and see
you on the next release.