Releases: romgrk/barbar.nvim
Releases · romgrk/barbar.nvim
v1.9.1
v1.8.0
Changelog
v1.8.0 - 2024-05-17
Features
- Reorder buffers with mouse drag (#545)
- Align
BufferOffset
text (#544) - Highlight buffer button by activity (#543)
- Scope.nvim integration (#559)
- Order by name (#570)
Bug Fixes
- (550) Buffer close references (#565)
- (bbye) "current buffer" deletion race condition (#563)
- (bbye) Fix switch window failure (#579)
- (events) Sidebar width calculation (#562)
- (events) Reference to
layout.buffers
(#577) - Redraw in BufferPickDelete loop (closes #554)
- Schedule render update to avoid barbar causing telescope to open files in insert mode (#540)
- Reference to nvim 0.8 highlight attributes when on nvim 0.7 (#549)
- Mouse drag offset bug when nvim-tree enabled (#553)
- Make unique names work (#568)
- Unique names (#569)
- Remove deprecation notice
- Closes #561
- Use of deprecated
vim.tbl_islist
(#581)
Improvements
- Always show pinned buffers, even with
hide
(#527)
Maintenance
- (vimdoc) TS syntax highlighting (#564)
Doc
- Add a note, for the mapping of Alt key to Option for terminals like iTerm on mac (#541)
- Update demo
- Update
v1.7.0
Changes since v1.7.0-beta.4:
Added
- provide count of buffers to pick delete (#495)
icons.preset
(#486)focus_on_close = 'previous'
(#484)minimum_length
Buffer<Activity>SignRight
highlight (#485)
Changed
- ignore doc/tags (#517)
- remove invalid comma (#506)
- fix incorrect label for the mini.nvim integration code (#501)
- packer install instructions, "
nvim-web-devicons
missing" message (#499) - make
Arrow
andTabpages
default hl more semantic (#496) - scroll to fill tabline when closing a buffer (#488)
minimum_length
Fixed
:term
stays open after job finishes on 0.10-nightly (#524)- ensure compatibility with Nerd Fonts v3 (#523)
reverse
attribute not accounted for (#511)BufferTabpageFill
highlight changed (#500)- focusing unloaded buffers w/
focus_on_close == 'previous'
(#493) - attempt to operate on invalid buffer (#490)
v1.7.0-beta.4
What's Changed
Added
Changed
- make
Arrow
andTabpages
default hl more semantic #496 - packer devicons documentation and warning #499
- fix incorrect label for the mini.nvim integration code #501
- remove invalid comma #506
Fixed
- focusing unloaded buffers w/
focus_on_close == 'previous'
#493 BufferTabpageFill
highlight changed #500- Listen for default and user-configured sidebar_filetype close events #503
reverse
attribute not accounted for #511
Full Changelog: v1.7.0-beta.3...v1.7.0-beta.4
v1.7.0-beta.3
Fixed
- Focusing unloaded buffers w/
focus_on_close == 'previous'
#493
Full Changelog: v1.7.0-beta.2...v1.7.0-beta.3
v1.7.0-beta.2
Added
icons.preset
in #486
Fixed
- Events: attempt to operate on invalid buffer in #490
Full Changelog: v1.7.0-beta.1...v1.7.0-beta.2
v1.6.5
v1.7.0-beta.1
Added
Changed
- Scroll to fill tabline when closing a buffer #488
Full Changelog: v1.6.4...v1.7.0-beta.1