Skip to content

Commit

Permalink
Merge pull request #11 from OXY2DEV/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.1
  • Loading branch information
OXY2DEV authored Aug 22, 2024
2 parents c593ecd + e55d3ae commit 1d4c87f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.1](https://github.com/OXY2DEV/helpview.nvim/compare/v1.0.0...v1.0.1) (2024-08-22)


### 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)
* 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)
* 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)


Expand Down

0 comments on commit 1d4c87f

Please sign in to comment.