Skip to content

v1.1.0

Compare
Choose a tag to compare
@rewhile rewhile released this 02 Mar 10:40
· 334 commits to main since this release
e406cf0

Performance & Unit test update

Features

  • 50x faster to setup after removing table overhead in #410
version time (ms)
v1.0.0 0.440280241
v1.1.0 0.009630403
  • Added unit testing to ensure stability in #421 #422 #423 #424 (Better late than never!)
Editor Version OS Lua Manager
Neovim nightly Ubuntu LuaJIT Lazy.nvim
Neovim nightly Macos LuaJIT Lazy.nvim
Neovim nightly Windows LuaJIT Lazy.nvim
Vim 8.2 Ubuntu Lua 5.4 Vim-plug
Vim 9 Macos Lua 5.4 Vim-plug
Vim 9 Windows Lua 5.4 Vim-plug

Bug Fixes

  • transparent: winblend and popup by @nullchilly in #403
  • php: theme methods by @robmeijerink in #405
  • compile: invalid cterm by @nullchilly in #417
  • flavour: respects o:background by @nullchilly in 22e5567
  • coc: highlight-gui wasn't set by @nullchilly in 8b23776
  • group: comment out MsgArea by @nullchilly in 238d1e9
  • noice: cursor is invisible by @nullchilly in 4606b68

Full Changelog: v1.0.0...v1.1.0