Skip to content

Releases: OXY2DEV/helpview.nvim

v2.1.1

07 Mar 18:21
49e8d47
Compare
Choose a tag to compare

2.1.1 (2025-03-07)

Bug Fixes

  • renderer_vimdoc: Spacing fixes are now only applied when decorations are added (d2d1294), closes #26

v2.1.0

21 Feb 13:34
2bc021a
Compare
Choose a tag to compare

2.1.0 (2025-02-21)

Features

  • renderer_vimdoc: Added support for ? after arguments (2841ca3)

Bug Fixes

  • core: Check if it's possible to attach to a buffer (2a77c8f), closes #22
  • renderer_vimdoc: Fixed compatibility issue with help tips on nightly (30d3104)

v2.0.1

05 Feb 12:57
aca2119
Compare
Choose a tag to compare

2.0.1 (2025-02-05)

Bug Fixes

  • trace: Added missing traces (8ca31bd)

v2.0.0

05 Feb 12:03
f748a50
Compare
Choose a tag to compare

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

22 Aug 06:34
34be34a
Compare
Choose a tag to compare

1.1.0 (2024-08-22)

Bug Fixes

  • Fixes broken release 1.0.2

v1.0.1

21 Aug 14:15
c96f5a4
Compare
Choose a tag to compare

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

v1.0.0

12 Aug 02:51
8a32218
Compare
Choose a tag to compare

1.0.0 (2024-08-12)

Features

  • Added hybrid mode to the plugin (9de7d93)

Bug Fixes

  • Fixed various bugs related to the new defaults (e88ce30)
  • Improved rendering mechanics (9de7d93)
  • Replaced options with callbacks (9de7d93)
  • Tweaked how titles & headings are rendered (9de7d93)
  • Various bug fixes from markview.nvim (331d5f7)