|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.3.0](https://github.com/OXY2DEV/bars.nvim/compare/v2.2.0...v2.3.0) (2025-11-06) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Added `Start` & `Stop` sub-commands ([db9dca8](https://github.com/OXY2DEV/bars.nvim/commit/db9dca8a8465275a3e203caedbd6093b2778104a)) |
| 9 | +* Listen to OptionSet ([0246e9d](https://github.com/OXY2DEV/bars.nvim/commit/0246e9d063b8b186983e502411b01ffa9537e8cf)) |
| 10 | +* **statuscolumn, statusline, winbar:** Added ability to ignore custom values ([c03c3ee](https://github.com/OXY2DEV/bars.nvim/commit/c03c3eeb5629c77a392b1ed5760df60568b84a8a)) |
| 11 | +* **statuscolumn:** Added `Toggle`, `Enable`, `Disable` etc. command support ([6079b0d](https://github.com/OXY2DEV/bars.nvim/commit/6079b0dba3726af26baa303b6a6e8056dc802cf4)) |
| 12 | +* **statusline:** Added action support ([3588177](https://github.com/OXY2DEV/bars.nvim/commit/3588177eae189079ed5aeba16a2da70852f4a408)) |
| 13 | +* **statusline:** Added missing `Toggle` function ([8d8085c](https://github.com/OXY2DEV/bars.nvim/commit/8d8085c9001f4de928e07cdfe53b211bc9b19be2)) |
| 14 | +* **tabline:** Added `Toggle`, `Enable`, `Disable` etc. command support ([a8beb06](https://github.com/OXY2DEV/bars.nvim/commit/a8beb066266e204eeac9adbe9b45226ebb56dcb6)) |
| 15 | +* Update styles when filetype & buftype changes ([a6725bc](https://github.com/OXY2DEV/bars.nvim/commit/a6725bcf01d88241770ce77cde2c4c68df344777)) |
| 16 | +* **winbar:** Added `Toggle`, `Enable`, `Disable` etc. command support ([4976871](https://github.com/OXY2DEV/bars.nvim/commit/4976871625c35e2e93b0dfabed7d5105649236c5)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* Fixed attachmemt issues for some windows ([2ad6549](https://github.com/OXY2DEV/bars.nvim/commit/2ad6549f559f4cd1b1664cf86185b757f6e98027)) |
| 22 | +* **highlights:** Updated `BarsFt6` definition ([06ad70f](https://github.com/OXY2DEV/bars.nvim/commit/06ad70f9fadff10ff1a16864516a6bcd822c47f7)) |
| 23 | +* **statuscolumn, statusline, winbar:** Custom values set by user & plugins is now respected ([6f40fa4](https://github.com/OXY2DEV/bars.nvim/commit/6f40fa452b4df8101514add507c4232f5bb47071)) |
| 24 | +* **statuscolumn:** Fixed a bug with `setup()` overriding incorrect variable ([6ec55c1](https://github.com/OXY2DEV/bars.nvim/commit/6ec55c1df6c9d7c27e00767016a717b384581664)) |
| 25 | +* **statuscolumn:** Fixed a bug with signs not showing up in normal mode ([bf475c5](https://github.com/OXY2DEV/bars.nvim/commit/bf475c563a5d26c11054ea39b4c9b43195785f05)) |
| 26 | +* **statuscolumn:** Reverted a change causing `numberwidth` & `relativenumber` to not be restored correctly ([89e8f63](https://github.com/OXY2DEV/bars.nvim/commit/89e8f63ccea81823389f23b76e54be6c1afb09c4)) |
| 27 | +* **statusline, statuscolumn, winbar:** Fixed a bug preventing windows from attaching ([7aa6057](https://github.com/OXY2DEV/bars.nvim/commit/7aa60575e8db3b3003267b616255b8c150ad5225)) |
| 28 | +* **statusline:** `remove()` now only works on attached windows ([823ec48](https://github.com/OXY2DEV/bars.nvim/commit/823ec48f1b8bdb9ea40b2cc275450f4789b957dd)) |
| 29 | +* **statusline:** Changed behavior of `Enable`, `Disable` & `Toggle` ([56504e4](https://github.com/OXY2DEV/bars.nvim/commit/56504e4aef1dc49d960cc568eda74f3495e49598)) |
| 30 | +* **winbar:** Fixed `Toggle` command ([97600c2](https://github.com/OXY2DEV/bars.nvim/commit/97600c21b261ce01772e477cacaf83bc8ac38fd5)) |
| 31 | +* **winbar:** Fixed attachment logic for windows ([5100872](https://github.com/OXY2DEV/bars.nvim/commit/510087262fc8b4d99f850070c3fc6aa1c01c657d)) |
| 32 | + |
3 | 33 | ## [2.2.0](https://github.com/OXY2DEV/bars.nvim/compare/v2.1.0...v2.2.0) (2025-07-03) |
4 | 34 |
|
5 | 35 |
|
|
0 commit comments