Skip to content

Releases: akinsho/bufferline.nvim

v2.12.0

03 Oct 08:32
5aa803a
Compare
Choose a tag to compare

v2.11.1

19 Sep 11:16
f3c531b
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

  • refactor(tabs): tab is modified if any child buffer is modified by @rwblokzijl in #554
  • feat(duplicates): toggle unique buffer name (#469) by @shans10 in #556
  • refactor(tabs): diagnostics are the sum of buffer diagnostics by @rwblokzijl in #558

New Contributors

Full Changelog: v2.10.1...v2.11.1

v2.10.1

16 Sep 07:12
a703bb9
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

  • feat(tabs): pass buffers IDs to name_formatter by @rwblokzijl in #548
  • feat(icons): use a buffer's filetype to determine the icon shown

Bug fixes

  • fix(hover): swallow errors getting mouse position on cursor hold

New Contributors

Full Changelog: v2.9.1...v2.10.1

v2.9.1

09 Sep 08:20
ffa1d00
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • bugfix(hover): factor in offset sizes to hover positions

Full Changelog: v2.9.0...v2.9.1

v2.9.0

08 Sep 07:48
cc837c2
Compare
Choose a tag to compare

What's Changed

New Features

  • feat: add option to disable name truncation by @akinsho in #533
  • feat: (nightly) allow buffer close icons to show only on hover

hover-event-preview

Bug fixes

Other Changes

  • chore(config): update diagnostics field type annotation by @nfrid in #530

New Contributors

Full Changelog: v2.8.2...v2.9.0

v2.8.1

24 Aug 20:47
fd53af1
Compare
Choose a tag to compare

bugfix(config): reset highlights on background change

v2.8.0

22 Aug 08:29
f126f37
Compare
Choose a tag to compare
  • feat(offsets): add optional separator
  • feat(highlights)!: add underline indicator style

Screen Shot 2022-08-22 at 09 14 24

  • chore(config): soft deprecate "indicator_style" for "indicator"
  • fix(highlights): icon highlights should only be set once

v2.7.0

17 Aug 17:45
06eb4ad
Compare
Choose a tag to compare

This release primarily fixes a few issues but also adds a small feature, i.e. offsets are now automatically truncated with an ellipsis rather than a hard stop.

  • fix(offset): truncate long offset text with multibyte characters
  • fix(highlights): should be overridable by default
  • fix(groups): highlighting should only be for matching buffers
  • feat(offsets): append ellipsis for truncated offsets

v2.6.0

13 Aug 13:34
4490948
Compare
Choose a tag to compare
  • refactor(highlights): soft deprecate the usage of gui* fields in favour of the same fields used by nvim_set_hl
  • fix(tabpages): handle tabpages that show the exact same buffer
  • refactor(highlights): simplify/condense highlighting logic per buffer visibility state

v2.5.1

08 Aug 09:00
Compare
Choose a tag to compare
  • fix(tabs): A regression in the previous release caused tabs mode to stop working, this is now resolved.