diff --git a/CHANGELOG.md b/CHANGELOG.md index 21661f5f..56d87c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [11.1.0](https://github.com/Bekaboo/dropbar.nvim/compare/v11.0.0...v11.1.0) (2025-01-26) + + +### Features + +* **configs:** add new option `opts.menu.hover` ([36eca19](https://github.com/Bekaboo/dropbar.nvim/commit/36eca199222dd2840e6a197f53f7f83ad514de0c)) + + +### Bug Fixes + +* **init,bar:** return empty string in deprecated functions ([f7b4958](https://github.com/Bekaboo/dropbar.nvim/commit/f7b4958553e01bbe8bc995d1e45e44c5981bd0c1)) +* **sources.markdown:** last section wrong range ([f713778](https://github.com/Bekaboo/dropbar.nvim/commit/f7137785ed3ddce31d1e2837dc13792d24d217a8)) +* **sources.path:** escape paths in `vim.fn.system()` call ([3312fb1](https://github.com/Bekaboo/dropbar.nvim/commit/3312fb14832f26ce4ad185d727cd542454429863)) +* **sources.path:** properly escape special chars in files when edit ([f6ff378](https://github.com/Bekaboo/dropbar.nvim/commit/f6ff3785fbcf856c5b828ac1ac849172a8e6142a)) +* The last section does not have a following section to upate its ([f713778](https://github.com/Bekaboo/dropbar.nvim/commit/f7137785ed3ddce31d1e2837dc13792d24d217a8)) + + +### Performance Improvements + +* **sources.markdown:** don't update in insert mode by default ([dcb1b81](https://github.com/Bekaboo/dropbar.nvim/commit/dcb1b81f997050735e196e033156a9d8f44197f8)) + + +### Reverts + +* "fix(sources.path): escape paths in `vim.fn.system()` call" ([0139787](https://github.com/Bekaboo/dropbar.nvim/commit/0139787b21426f300db54dd5bb986c2c8a41f16a)) + ## [11.0.0](https://github.com/Bekaboo/dropbar.nvim/compare/v10.0.0...v11.0.0) (2025-01-19)