Added
- feat(bufferline): customize buffer close behavior #372
- feat: specify
icons
per buffer activity/state #386 - feat: implement buffer restore #403
- feat: check offset width for multibyte characters #414
- feat: improve offset truncation #416
- feat:
sidebar_filetypes
#395 - feat: disable auto-setup #438
- feat: pinned buffers stay visible #408
- feat: add ability to display optional git status indicators #463
Changed
- fix:
g:bufferline
deprecation notice even though callingbufferline.setup
#399 - fix: dont call setup if user did it #404
- fix(render): ellipsis changes layout #420
- fix: animations #418
- fix: doc #427
- fix: error invalid buf #429
- fix(barbar):
:BufferWipeout
command is missing #435 - fix: typo custom_color -> custom_colors #436
- fix:
:BufferPick
invalid char #440 - fix: typos #444
- fix(buffer): buffer name cut off at
<e2>
#448 - fix: close click confirmation message reports error #450
- fix(render): padding uses
Sign
hl group #452 - fix(layout): attempt to calculate width of invalid buffer #459
Fixed
- docs(README): lazy.nvim
version
option #389 - perf: use API functions where possible #375
- ref: deprecate
g:bufferline
#396 - ref:
bufferline
→barbar
#400 - chore: editorconfig #422
- chore(editorconfig): preserve final newline #423
- docs(README): filetree integration feature #424
- docs(README): remove broken ToC links #425
- docs(config): deprecation warning suggests non-existant option #437
- docs(README): we don't support
netrw
#434 - chore(editorconfig): add emmylua settings #439
- Refactor and more #443
- perf: misc #445
- ref:
local m
→local groups
#446 - docs: session integration #456
Full Changelog: v1.5.0...v1.6.0-rc.1