Releases: akinsho/bufferline.nvim
Releases · akinsho/bufferline.nvim
v4.8.0
4.8.0 (2024-10-22)
Features
- tabpages: pass the bufnr to the
name_formatter
(#941) (28e347d)
v4.7.0
4.7.0 (2024-07-10)
Features
- diag: add
diagnostics_update_on_event
option (#932) (aa16daf)
Bug Fixes
- tabs: use custom separator_style in tabpages (#852) (81820ca)
- UNKNOWN PLUGIN error resulting from unloaded buffers (#928) (6ac7e4f)
- UNKNOWN PLUGIN error resulting from unloaded buffers (#931) (1662fed)
Reverts
- remove fix for referencing unloaded buffers (#930) (46192e7)
v4.6.1
4.6.1 (2024-05-21)
Bug Fixes
- replace tbl_flatten to flatten():totable() (#912) (b2dc003)
v4.6.0
4.6.0 (2024-05-20)
Features
Bug Fixes
- maintain backwards compatibility (#909) (155b257)
- reimplement the deprecated function tbl_add_reverse_lookup (#904) (9ae49d7)
- utils: update is_list to handle breaking change (#892) (a6ad228)
- vim.diagnostic.is_disabled() deprecation warning (#907) (2cd3984)
v4.5.3
4.5.3 (2024-04-19)
Bug Fixes
- utils: improve path separator detection on Windows (#888) (d7ebc0d)
v4.5.2
4.5.2 (2024-03-07)
Bug Fixes
- tabpages: renaming bug on reopened tab (#877) (1064399)
v4.5.1
4.5.1 (2024-03-05)
Bug Fixes
v4.5.0
4.5.0 (2024-01-22)
Features
Bug Fixes
v4.4.1
4.4.1 (2023-12-06)
Bug Fixes
- commands: potential nil access (#821) (6e96fa2)
- remove
missing required fields
diagnostic from config (#812) (1a33975)
- use link if specified in custom areas (#839) (9ca364d)
v4.4.0
4.4.0 (2023-09-20)
Features
- Support
name_formatter
for unnamed buffers (#806) (9961d87)
Bug Fixes