diff --git a/CHANGELOG.md b/CHANGELOG.md index ccac44b6..d63df5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [14.3.0](https://github.com/Bekaboo/dropbar.nvim/compare/v14.2.1...v14.3.0) (2026-05-31) + + +### Features + +* **configs:** add support to makefile rules ([ce20224](https://github.com/Bekaboo/dropbar.nvim/commit/ce202248134e3949aac375fd66c28e5207785b10)) +* **configs:** attach on `BufEnter`, `FileType`, and `LspAttach` ([3460930](https://github.com/Bekaboo/dropbar.nvim/commit/3460930700ca67b4590a69ac3f1d65d5f9658fb6)) +* **configs:** support specifying event pattern in config ([808ba31](https://github.com/Bekaboo/dropbar.nvim/commit/808ba31cde89aec8833e9789f5e04557cd31c9e1)) + + +### Bug Fixes + +* **sources.treesitter:** nvim 0.12 treesitter api has changed ([#276](https://github.com/Bekaboo/dropbar.nvim/issues/276)) ([f0a42bd](https://github.com/Bekaboo/dropbar.nvim/commit/f0a42bd92aa647e44221397723453403f5e20f16)) + + +### Performance Improvements + +* **bar:** make first update snappier ([37a24ae](https://github.com/Bekaboo/dropbar.nvim/commit/37a24aecbea6cf467c74b25f49ee3f8f92ebd7d1)) + ## [14.2.1](https://github.com/Bekaboo/dropbar.nvim/compare/v14.2.0...v14.2.1) (2025-07-31)