diff --git a/CHANGELOG.md b/CHANGELOG.md index 2034f20..befce0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.1.0](https://github.com/OXY2DEV/helpview.nvim/compare/v1.0.1...v1.1.0) (2024-08-22) + + +### Features + +* Added hybrid mode to the plugin ([9de7d93](https://github.com/OXY2DEV/helpview.nvim/commit/9de7d9370d32150ba6a77550c1a6c5c8cbee421b)) + + +### 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) +* Attempting to fix broken release ([ee18edf](https://github.com/OXY2DEV/helpview.nvim/commit/ee18edf066983fbb9ff6ffd204a03f70ac16d557)) +* Fixed a priority related bug in inline elements ([c593ecd](https://github.com/OXY2DEV/helpview.nvim/commit/c593ecd87f02be5e2414155e4c95e123d75333de)), closes [#9](https://github.com/OXY2DEV/helpview.nvim/issues/9) +* Fixed various bugs related to the new defaults ([e88ce30](https://github.com/OXY2DEV/helpview.nvim/commit/e88ce3061ad42725576da640922a2c84aef4a7ec)) +* Improved rendering mechanics ([9de7d93](https://github.com/OXY2DEV/helpview.nvim/commit/9de7d9370d32150ba6a77550c1a6c5c8cbee421b)) +* 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) +* Replaced options with callbacks ([9de7d93](https://github.com/OXY2DEV/helpview.nvim/commit/9de7d9370d32150ba6a77550c1a6c5c8cbee421b)) +* Tweaked how titles & headings are rendered ([9de7d93](https://github.com/OXY2DEV/helpview.nvim/commit/9de7d9370d32150ba6a77550c1a6c5c8cbee421b)) +* Various bug fixes from `markview.nvim` ([331d5f7](https://github.com/OXY2DEV/helpview.nvim/commit/331d5f740ad6f3f36976b76b8be75c10b61afbed)) + ## [1.0.1](https://github.com/OXY2DEV/helpview.nvim/compare/v1.0.0...v1.0.1) (2024-08-22)