Changelog
v1.8.0 - 2024-05-17
Features
- Reorder buffers with mouse drag (#545)
- Align
BufferOffsettext (#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