Releases: OXY2DEV/helpview.nvim
Releases · OXY2DEV/helpview.nvim
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2025-02-05)
Features
- core: Added health module & tracing capabilities (dbfcfd6)
- core: Wrapper command for
:help
(37287c9) - renderer_vimdoc: Added custom renderer support (0644c42)
- vimdoc: Added URL support (db3df76)
Bug Fixes
- config: Slightly tweaked th size of
:Help
window (a6a904c) - core: Added partial backwards compatibility (b2f5c52)
- core: Fixed a bug causing new buffers to not attach (d6acaa9)
- core: Fixed a bug with
:H
not supporting completion (60c8ca3) - core: Fixed a bug with the default values of
edit_range
(d202f3c) - core: Fixed big causing preview decorations to multiply (ba5fd70)
- Final typo fix (ec48e34)
- Fixed CHANGELOG (b2cd2ab)
- fixed option mapping for highlight_groups (c54666e)
- highlights: Fixed highlight group typo (16b16d0)
- Incorrect dependency call fixes (41d4e92)
- parser_vimdoc: Fixed a bug with highlight group names being highlighted without the group existing (656bae7)
- parser_vimdoc: Fixed some label patterns (79ddc1e)
- Updated modules (0d15ec6)
- Updated the sorting function of
utils.match()
(d67ff9e)
v1.1.0
v1.0.1
1.0.1 (2024-08-19)
Bug Fixes
- Added more fallback colors (5509823), closes #5
- Added validation for correct filetype for events (c5e6446), closes #8
- Added validation for setting highlight groups (c51a6c9), closes #5
- More highlight groups now respect default groups from colorschemes (336d731), closes #7
- Removed unnnecessary "opts.default" (e67b9e4), closes #5
- renderer: Fixed incorrect overlay text position of inline elements (7795341), closes #9