Skip to content

Releases: romgrk/barbar.nvim

v1.8.0

07 Jun 15:24
v1.8.0
79f7d16
Compare
Choose a tag to compare

Changelog

v1.8.0 - 2024-05-17

Features

  • Reorder buffers with mouse drag (#545)
  • Align BufferOffset text (#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

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