Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 6.78 KB

CHANGELOG.md

File metadata and controls

93 lines (56 loc) · 6.78 KB

Changelog

2.1.1 (2025-03-07)

Bug Fixes

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

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)

2.0.1 (2025-02-05)

Bug Fixes

  • trace: Added missing traces (8ca31bd)

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)

1.1.0 (2024-08-22)

Bug Fixes

  • Fixes broken release.

1.0.1 (2024-08-22)

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
  • Fixed a priority related bug in inline elements (c593ecd), closes #9
  • 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

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)