From 6eb1d37e2e2f82cbfec559f67e82a9787dbc4476 Mon Sep 17 00:00:00 2001 From: Moinul Hossain <122956967+OXY2DEV@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:20:44 +0600 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01df49..770293d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/OXY2DEV/helpview.nvim/compare/v1.0.0...v1.0.1) (2024-08-19) + + +### Bug Fixes + +* Added more fallback colors ([5509823](https://github.com/OXY2DEV/helpview.nvim/commit/55098234e989585d97d5c75d986358e58a4f72a7)), closes [#5](https://github.com/OXY2DEV/helpview.nvim/issues/5) +* Added validation for correct filetype for events ([c5e6446](https://github.com/OXY2DEV/helpview.nvim/commit/c5e6446135a2ef9790f543d21a2b4aff68b6a020)), closes [#8](https://github.com/OXY2DEV/helpview.nvim/issues/8) +* Added validation for setting highlight groups ([c51a6c9](https://github.com/OXY2DEV/helpview.nvim/commit/c51a6c9c861ce7b3f66138bff076af359e97e25e)), closes [#5](https://github.com/OXY2DEV/helpview.nvim/issues/5) +* More highlight groups now respect default groups from colorschemes ([336d731](https://github.com/OXY2DEV/helpview.nvim/commit/336d7318add97f0f421dba3b1741055ec8d345ac)), closes [#7](https://github.com/OXY2DEV/helpview.nvim/issues/7) +* Removed unnnecessary "opts.default" ([e67b9e4](https://github.com/OXY2DEV/helpview.nvim/commit/e67b9e4930a6db069eea7b0f9af8366539df5c94)), closes [#5](https://github.com/OXY2DEV/helpview.nvim/issues/5) +* **renderer:** Fixed incorrect overlay text position of inline elements ([7795341](https://github.com/OXY2DEV/helpview.nvim/commit/77953412d13dc7d38a32042c66398a681100b3a1)), closes [#9](https://github.com/OXY2DEV/helpview.nvim/issues/9) + ## 1.0.0 (2024-08-12)