Releases: nanozuki/tabby.nvim
Releases · nanozuki/tabby.nvim
v2.7.4: Bug Fix
What's Changed
- fix: file_icon() causes an error by @capsey in #163
- fix: buffer name not updated sometimes by @ilan-schemoul in #167
- Compability Fix by @nanozuki in #171
New Contributors
- @ilan-schemoul made their first contribution in #167
Full Changelog: v2.7.0...v2.7.4
v2.7.0: Buffers and Filters
What's Changed
- feat: Add
line.bufs()
to return a helper object for buffers. - feat: Add
attrs
parameter toforeach
to customize the result. Addindex
andcount
parameters to the callback function. - feat: Add
filter
method totabs
,wins
, andbufs
. - feat: Enhance the option for names.
- fix: Use the directory icon for directories.
Special Thanks
@capsey provided the mostly design and code for all of the above features, so many thanks!
Full Changelog: v2.6.0...v2.7.0