Skip to content

Releases: romgrk/barbar.nvim

v1.2.1

17 Oct 22:01
9031c87
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix(render): nvim-session-manager incompatability #316

Full Changelog: release/1.2.0...release/1.2.1

v1.2.0

16 Oct 19:21
6f82fea
Compare
Choose a tag to compare

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

v1.1.0

28 Sep 16:31
c41ad6e
Compare
Choose a tag to compare

What's Changed

  • Remove Local Globals & Use Latest API Functions #229
  • fix(buffer): reference to invalid buffer number in #254
  • fix: option issue (closes #252) in #255
  • chore: cleanup diagnostics in #258
  • fix(jump_mode): reassign jump letters after freeing another letter in #257
  • bugfix/6 in #262
  • fix: set highlights for both cterm and gui on startup in #259
  • feat/116 in #265
  • fix(bufferline): redrawing whole screen when only &tabline changed in #267
  • feat: improve close behavior in #270
  • feat: BufferScrollLeft/Right in #269
  • fix(bufferline): not updating when Nvim opens w/ tabs in #276
  • Close libuv timers to avoid memory leaks in #273
  • nvim-tree integration fix in #278
  • fix: config init causes improper highlighting in #282

Full Changelog: release/1.0.0...release/1.1.0

v1.0.0

17 Jun 17:05
Compare
Choose a tag to compare

This is the initial stable release of barbar.nvim. All future changes of the plugin will be made with respect to their compatibility with this version.