From db7126f2e7bf62f604e5d0733d76a46e75180bd8 Mon Sep 17 00:00:00 2001 From: Mouinul Hossain <122956967+OXY2DEV@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:50:58 +0600 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd1f83..789b0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.1.0](https://github.com/OXY2DEV/foldtext.nvim/compare/v2.0.0...v2.1.0) (2026-09-04) + + +### Features + +* Added option for custom text highlight for bufline ([3756a9f](https://github.com/OXY2DEV/foldtext.nvim/commit/3756a9faa3ada93411ed3c94578835d5a83648f7)), closes [#8](https://github.com/OXY2DEV/foldtext.nvim/issues/8) +* **config:** Added some extra description types ([11b65d0](https://github.com/OXY2DEV/foldtext.nvim/commit/11b65d06b4f693aa0ecbd1456e905eb081984a53)) +* **parts:** Added support for `listchars` in indents ([97c3fbd](https://github.com/OXY2DEV/foldtext.nvim/commit/97c3fbdfca2ee37d4a8254e1d088c7f6b9d13578)) + + +### Bug Fixes + +* Added handling of special groups ([20c19ad](https://github.com/OXY2DEV/foldtext.nvim/commit/20c19ade796a5440b4065713c748492d174994c1)), closes [#8](https://github.com/OXY2DEV/foldtext.nvim/issues/8) +* Use `:append()` for fillchars ([905572f](https://github.com/OXY2DEV/foldtext.nvim/commit/905572f51ad907d63f1757e99b1ddfa561c1f910)), closes [#11](https://github.com/OXY2DEV/foldtext.nvim/issues/11) + ## [2.0.0](https://github.com/OXY2DEV/foldtext.nvim/compare/v1.0.0...v2.0.0) (2025-05-07)