Skip to content

v1.2.0

Compare
Choose a tag to compare
@Iron-E Iron-E released this 16 Oct 19:21
· 270 commits to master since this release
6f82fea

What's Changed

Documentation

  • docs(render): minor LSP annotation fix #291

Features

  • feat: Add new command :BufferCloseAllButVisible #302
  • feat: option to define minimum padding #290

Fixes

  • fix(bbye): BufferCloseAll* commands #311
  • fix(bufferline): vim.validate always fails #296
  • fix: state.offset.text is sometimes nil #297
  • fix: assuming file icon is single char width #309
  • fix: buffer close animations #305
  • fix: ensure vim.g.bufferline is always non-nil during init #300
  • fix: incorrectly handled negative :BufferGoto index #313
  • fix: lazy loading #294
  • fix: redraw tabline when render.update #314

Misc.

  • ref(state): use vim.deprecate if possible #307
  • ref: untangle dependency cycles #280

Performance

  • perf(bbye): use vim.cmd.bdelete on Neovim 0.8+ #308

Full Changelog: release/1.1.0...release/1.2.0