diff --git a/CHANGELOG.md b/CHANGELOG.md index fe34cefc..c5aeb632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [8.6.0](https://github.com/Bekaboo/dropbar.nvim/compare/v8.5.0...v8.6.0) (2024-06-14) + + +### Features + +* **hlgroups:** add workaround for winbar background issue ([#118](https://github.com/Bekaboo/dropbar.nvim/issues/118)) ([98aec7c](https://github.com/Bekaboo/dropbar.nvim/commit/98aec7ca97da2a271ff32c6a151873a75f15a691)) + + +### Bug Fixes + +* **compat-0.11:** use `vim.islist` if available ([#158](https://github.com/Bekaboo/dropbar.nvim/issues/158)) ([9fc10fa](https://github.com/Bekaboo/dropbar.nvim/commit/9fc10fa1a34ec3e55b470962e4e94644611bd209)) +* **menu:** cursor position not restored after exiting fzf mode ([cd79d3c](https://github.com/Bekaboo/dropbar.nvim/commit/cd79d3c9fbe6548b80ed6107405f33387d907e5c)) +* **sources-path:** not switching to selected file if selected from fzf ([fd917b7](https://github.com/Bekaboo/dropbar.nvim/commit/fd917b70535371d45285bc94f9eb6387677c6dce)) + ## [8.5.0](https://github.com/Bekaboo/dropbar.nvim/compare/v8.4.0...v8.5.0) (2024-04-20)