Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading