Skip to content

Releases: romgrk/barbar.nvim

v1.7.0

26 Aug 19:51
dd85240
Compare
Choose a tag to compare

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 and Tabpages 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

13 Jun 19:38
c5e1208
Compare
Choose a tag to compare
v1.7.0-beta.4 Pre-release
Pre-release

What's Changed

Added

  • provide count of buffers to pick delete #495
  • option for displaying a trailing separator #507

Changed

  • make Arrow and Tabpages 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

16 May 20:57
4bd916c
Compare
Choose a tag to compare
v1.7.0-beta.3 Pre-release
Pre-release

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

15 May 19:31
b2a99b4
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release

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

15 May 19:25
b8ca607
Compare
Choose a tag to compare

Fixed

  • Events: attempt to operate on invalid buffers #490

Full Changelog: v1.6.4...v1.6.5

v1.7.0-beta.1

12 May 18:34
875ae20
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

Added

  • Buffer<Activity>SignRight highlight #485
  • focus_on_close = 'previous' #484

Changed

  • Scroll to fill tabline when closing a buffer #488

Full Changelog: v1.6.4...v1.7.0-beta.1

v1.6.4

08 May 17:23
31b4f70
Compare
Choose a tag to compare

Changed

  • docs: table of contents reference in #481

Fixed

  • fix(icons): check for get_icons returning nil in #483

Full Changelog: v1.6.3...v1.6.4

v1.6.3

02 May 17:25
de37647
Compare
Choose a tag to compare

Fixed

  • fix(config): default button not visible on NerdFonts 3 #480

Full Changelog: v1.6.2...v1.6.3

v1.6.2

30 Apr 17:37
3921d77
Compare
Choose a tag to compare

Fixed

  • fix: use bufnr() when loading session #474
  • fix(render): only first pinned buffer shows #476

Full Changelog: v1.6.1...v1.6.2

v1.6.1

29 Apr 22:33
701ffcd
Compare
Choose a tag to compare

Fixed

  • fix(events): git status not loading on vim start #472
  • fix(render): pinned buffers #473

Full Changelog: v1.6.0...v1.6.1