Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.0 #13

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.2.0](https://github.com/OXY2DEV/helpview.nvim/compare/v1.1.0...v1.2.0) (2025-02-05)


### Features

* **core:** Added health module & tracing capabilities ([dbfcfd6](https://github.com/OXY2DEV/helpview.nvim/commit/dbfcfd60ac9456b74b937cc223d8c31be7c72fb4))
* **core:** Wrapper command for `:help` ([37287c9](https://github.com/OXY2DEV/helpview.nvim/commit/37287c9a044d567fcb661cbd09670aeb91511c7f))
* **renderer_vimdoc:** Added custom renderer support ([0644c42](https://github.com/OXY2DEV/helpview.nvim/commit/0644c42a1d314d97027b102b02153b85bf5c4615))
* **vimdoc:** Added URL support ([db3df76](https://github.com/OXY2DEV/helpview.nvim/commit/db3df7695e06acee0d9a3dba61850d8c10d00c41))


### Bug Fixes

* **config:** Slightly tweaked th size of `:Help` window ([a6a904c](https://github.com/OXY2DEV/helpview.nvim/commit/a6a904c34051e4b11ecbf00851e0d2812ad03030))
* **core:** Added *partial* backwards compatibility ([b2f5c52](https://github.com/OXY2DEV/helpview.nvim/commit/b2f5c521cc46c87f443a3c41434c5b608b1e0dbf))
* **core:** Fixed a bug causing new buffers to not attach ([d6acaa9](https://github.com/OXY2DEV/helpview.nvim/commit/d6acaa9da4db1363db295d43882c58138169191e))
* **core:** Fixed a bug with `:H` not supporting completion ([60c8ca3](https://github.com/OXY2DEV/helpview.nvim/commit/60c8ca31b5f4d590d5e242ad1d47ca110fc8629b))
* **core:** Fixed a bug with the default values of `edit_range` ([d202f3c](https://github.com/OXY2DEV/helpview.nvim/commit/d202f3c7002fe4934f14004f72b93183a6643cf1))
* **core:** Fixed big causing preview decorations to multiply ([ba5fd70](https://github.com/OXY2DEV/helpview.nvim/commit/ba5fd70d422b95c73a986dab4616f7bd9bd85c15))
* Final typo fix ([ec48e34](https://github.com/OXY2DEV/helpview.nvim/commit/ec48e3449dc81b0cbcd83cdf082753789705ec27))
* Fixed CHANGELOG ([b2cd2ab](https://github.com/OXY2DEV/helpview.nvim/commit/b2cd2ab53472e69aa8e3439540b31df56b9393ff))
* fixed option mapping for highlight_groups ([c54666e](https://github.com/OXY2DEV/helpview.nvim/commit/c54666ec2f75b70563731f3e4a9b911695f1f23c))
* **highlights:** Fixed highlight group typo ([16b16d0](https://github.com/OXY2DEV/helpview.nvim/commit/16b16d0d4dc4d1291a393deab7e13922b22b4f4a))
* Incorrect dependency call fixes ([41d4e92](https://github.com/OXY2DEV/helpview.nvim/commit/41d4e92bb5c5550b25c1dd09dfad82f06d7c3b57))
* **parser_vimdoc:** Fixed a bug with highlight group names being highlighted without the group existing ([656bae7](https://github.com/OXY2DEV/helpview.nvim/commit/656bae784f1f29f89fc7dc3d6ccd69ab5e644ef0))
* **parser_vimdoc:** Fixed some label patterns ([79ddc1e](https://github.com/OXY2DEV/helpview.nvim/commit/79ddc1e06ff75379f52e560df92d937edeabd040))
* Updated the sorting function of `utils.match()` ([d67ff9e](https://github.com/OXY2DEV/helpview.nvim/commit/d67ff9eda8cfe8b2b51a2cfddf9308ed8c8fe47e))

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


Expand Down