Skip to content

Releases: akinsho/bufferline.nvim

v4.1.0

03 May 10:52
4166018
Compare
Choose a tag to compare

4.1.0 (2023-05-03)

Features

Bug Fixes

  • docs: use correct value for style presets (#747) (9eed863)
  • groups: use correct cmdline completion function (a4bd445)

v4.0.0

23 Apr 12:06
8088eae
Compare
Choose a tag to compare

4.0.0 (2023-04-23)

โš  BREAKING CHANGES

  • groups: change argument to group matcher
  • config: deprecate show_buffer_default_icon

Features

  • colors: add diagnostic underline fallback (bd9915f)
  • config: allow specifying style presets (13cb114)
  • diag: sane fallback to underline color (0cd505b)

Bug Fixes

  • color: follow linked hl groups (e6e7cc4)
  • highlights: if color_icons is false set to NONE (8b32447), closes #702
  • sorters: insert_after_current strategy (1620cfe)

Code Refactoring

  • config: deprecate show_buffer_default_icon (6ccdee8)
  • groups: change argument to group matcher (38d62b8)

v3.7.0

15 Apr 08:25
243893b
Compare
Choose a tag to compare

3.7.0 (2023-04-15)

Features

Bug Fixes

v3.6.0

30 Mar 16:42
eb4e95b
Compare
Choose a tag to compare

What's Changed

Features โญ

  • feat(tabs): use separators matching current style by @matthis-k in #714

Docs ๐Ÿ˜ช

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

02 Mar 22:38
b337fd3
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v3.3.0...v3.5.0

v3.3.0

20 Feb 14:37
52d6aca
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes ๐Ÿ›

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

11 Feb 15:30
f4af7e5
Compare
Choose a tag to compare

What's Changed

Docs

Bug fixes

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

28 Oct 08:40
028a879
Compare
Choose a tag to compare

What's Changed

Bug Fixes ๐Ÿ›

Other Changes

Full Changelog: v3.0.1...v3.1.0

v3.0.1

19 Oct 09:32
e70be62
Compare
Choose a tag to compare

What's Changed

Bug Fixes ๐Ÿ›

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 Oct 08:18
688cdc3
Compare
Choose a tag to compare

Breaking changes:

  • refactor(handle_click)!: remove vim script wrapper @nullchilly

Bug fixes:

  • fix(groups): typo in indicator segment highlight @akinsho

  • feat(commands)!: reuse close_command for deleting commands @yangyuanxx

Features

  • feat: add get_elements command @andy-bell101

  • feat(tabs): allow moving/reordering tabs #588 @toh995

  • fix(commands): trigger redraw after delete in direction @nat212