Releases: romgrk/barbar.nvim
Releases · romgrk/barbar.nvim
v1.2.1
v1.2.0
What's Changed
Documentation
- docs(render): minor LSP annotation fix #291
Features
Fixes
- fix(bbye):
BufferCloseAll*
commands #311 - fix(bufferline):
vim.validate
always fails #296 - fix:
state.offset.text
is sometimesnil
#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.
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
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
andgui
on startup in #259 - feat/116 in #265
- fix(bufferline):
redraw
ing 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