Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 09:01
· 71 commits to master since this release

3.0.0 (2023-01-26)

Bug Fixes

  • console: check mode before autoscroll (6508d5f), closes #205
  • highlights: 0.8 check (f7fc98e), closes #181
  • highlights: handle winbar group not found (aec0163), closes #177
  • highlights: misc fixes neovim 0.8+ (#180) (54365d2)

Features

BREAKING CHANGES

  • Merged config field windows into render

Introduces a new API to more easily handle programmatic control of elements.

Also embeds an async library (which will be migrated to a separate plugin in
future) which aims to be compatible with the upcoming core async implementation

See: neovim/neovim#19624