Skip to content

Releases: Bekaboo/dropbar.nvim

v9.0.2

29 Nov 15:27
f3b1b03
Compare
Choose a tag to compare

9.0.2 (2024-11-17)

Bug Fixes

  • hlgroups: don't remove winbar background in nightly (#195) (0065665)

v9.0.1

09 Nov 22:04
e998e43
Compare
Choose a tag to compare

9.0.1 (2024-11-02)

Bug Fixes

  • Use personal access token (PAT), see discussion: (22382f4)

v9.0.0

02 Nov 05:21
4fc0668
Compare
Choose a tag to compare

9.0.0 (2024-10-31)

⚠ BREAKING CHANGES

  • configs: deprecate use_devicons, allow dir/file icon callback
  • configs: deprecate opts.general
  • hlgroups: link to ts hl instead of regex syntax hl
  • hlgroups: don't depend on cmp hlgroups
  • sources-treesitter & configs: use vim regex to match ts node name

Features

  • configs: deprecate use_devicons, allow dir/file icon callback (a1b893c)
  • configs: more sensible treesitter valid node types (5186097)
  • sources-path: add filetype devicon as fallback (#185) (ede945e)
  • sources-treesitter & configs: use vim regex to match ts node name (678a59c)
  • sources-treesitter: reduce consecutive spaces in ts symbol name (35988af)

Bug Fixes

  • api: shouldn't reorient when jumping to context (61d1403)
  • configs & hlgroups: missing icons and hlgroups for ts types (a12869f)
  • configs,sources.path: concat nil when icons disabled (#190) (28bcb1c)
  • Remove use of deprecated opts.sources.treesitter.name_pattern (ef933aa)
  • setup: avoid setup twice when using lazy.nvim (#181) (b7b0cd2)
  • setup: dropbar attaches to wrong window (6156e07)
  • sources-path: get_symbols() error caused by drive name on Windows (#175) (d26bf92)
  • sources-path: file icons not selected using filetype as fallback (01ed539)
  • sources-terminal: icon shown when opts.icons.enable is false (9d8cad9)
  • sources.treesitter: ts source not returning symbols (#189) (ef933aa)
  • This is because default is set when calling get_icon() with (01ed539)

Performance Improvements

  • configs: by default don't update in insert mode (ff02391)

Code Refactoring

  • configs: deprecate opts.general (54590c0)
  • hlgroups: don't depend on cmp hlgroups (5f0da7f)
  • hlgroups: link to ts hl instead of regex syntax hl (9b58487)

v8.6.1

14 Aug 19:52
c53d1d3
Compare
Choose a tag to compare

8.6.1 (2024-07-25)

Bug Fixes

  • configs: winbar attached to floating windows (6567d50)

v8.6.0

15 Jun 03:54
79847a7
Compare
Choose a tag to compare

8.6.0 (2024-06-14)

Features

  • hlgroups: add workaround for winbar background issue (#118) (98aec7c)

Bug Fixes

  • compat-0.11: use vim.islist if available (#158) (9fc10fa)
  • menu: cursor position not restored after exiting fzf mode (cd79d3c)
  • sources-path: not switching to selected file if selected from fzf (fd917b7)

v8.5.0

27 Apr 07:17
3dd8edb
Compare
Choose a tag to compare

8.5.0 (2024-04-20)

Features

  • configs: show warning messages when file is too large to preview (e3c7de9)

v8.4.0

30 Mar 16:24
fe299f1
Compare
Choose a tag to compare

8.4.0 (2024-03-24)

Features

  • menu: set &winfixbuf in menu windows (a5f3d6a)

v8.3.0

08 Mar 17:48
f1034cf
Compare
Choose a tag to compare

8.3.0 (2024-03-03)

Features

  • path: support file preview for path source (#86) (0a557bd)
  • sources-path & configs: add opts.sources.path.preview (0a557bd)

Bug Fixes

  • sources-path: indexing nil value when previewing dirs/links, etc. (0a557bd)

v8.2.1

02 Mar 09:29
4eab577
Compare
Choose a tag to compare

8.2.1 (2024-02-24)

Bug Fixes

  • configs: do not pass filetype directly (#143) (a133a7d)

v8.2.0

17 Feb 10:39
da63ca9
Compare
Choose a tag to compare

8.2.0 (2024-02-17)

Features

  • fzf: allow fzf win_configs to contain functions, fix vertical offsets (#131) (ef73236)
  • ui-select: support optional preview of items (#124) (f835519)

Bug Fixes

  • autocmd: add missing setup event BufNewFile (#140) (fa43ea3)
  • configs: attach dropbar to both windows in diff (close #135) (4855b9b)
  • event: vim.v.event.windows is nil after :doau WinResized (e4fd982)
  • This is because we set the border[2] to ' ' (space). (c3de6fe)
  • utils: menu: ui.select menu has thick bottom border (c3de6fe)