Skip to content

Releases: OXY2DEV/markview.nvim

v25.10.0

04 Aug 13:13
2d68c06
Compare
Choose a tag to compare

25.10.0 (2025-08-04)

Features

  • core: Added fixes for RTP issues with nvim-treesitter (a456da1), closes #363
  • core: ts compat (a4d10e7)

Bug Fixes

  • parser_markdown: Fixed an issue with markdown parser not recognizing single column tables (fbfcd8e)
  • renderer_markdown: Added ~text~ support (5bdb206), closes #378
  • renderer_markdown: Fixed a bug where calloits with no icon's would fail to render (48180da), closes #367

v25.9.0

12 Jun 03:34
b8465d5
Compare
Choose a tag to compare

25.9.0 (2025-06-11)

Features

  • Added supppet for using custom config in render() calls (4956124), closes #353
  • experimental: Added option to prevent org_ondent's from being hidden (c00870e), closes #360

Bug Fixes

  • entities: Fixed an issuw with the checker function returning nil (ffa848c)
  • Fixed an issue with attaching to buffers that get deleted quickly (5e9c1fc), closes #356
  • markdown: Fixed a bug with callouts not inheriting option values from default (c0f67d4)
  • markdown: Fixed a bug with list item indent size type mismatch (5cec366)
  • renderer_markdown: apply scope_hl when concealing is disabled (cbb5223)
  • renderer_markdown: apply scope_hl when concealing is disabled (29608fc)
  • renderers: Removed the need for a visible window in renderers (a225dcb)
  • sepc: Added missing deprecation alert (a803117)
  • typst: Fixed a bug with list item indent size type mismatch (2371e09)
  • utils: Added support for main branch of nvim-treesitter (16e4786), closes #357
  • utils: calling buf_getwin with 0 no longer returns {} (bd7bd8f)

v25.8.0

27 May 14:42
1edad11
Compare
Choose a tag to compare

25.8.0 (2025-05-27)

Features

  • gx: Added option to disable gx mapping (a9584cd), closes #346
  • markdown: Added option to make table parsing strict (68c9603), closes #349
  • presets: Added a preset for regular font users (b88d735), closes #350

Bug Fixes

  • blink: Updated condition for blink.cmp source (e966d1f)
  • cmp, blink: Fixed an issue with completion sources not loading (183c0ed), closes #351
  • cmp: Updated condition for nvim-cmp source (e966d1f)
  • core: Minor load time improvements (91e9a51)
  • core: Reduced initial load time of parsers & renderers (caa689a)
  • filetypes: Added support for shell filetype (165121d)
  • hl: Colorscheme highlight groups are now respected: (23f8bda)
  • hl: Fixed how highlight group definition is checked (cd47dc5)
  • icons: Fixed option to disable icons (1aa42c9), closes #350
  • list_items: Fixed incorrect character for list item markers (2089a0f)
  • markdown: Fixed variable name for table rows (8bac6e9)
  • renderer: Fixed a bug with renderers not working (f0a6f99)
  • spec: Minor load time improvement when calling setup() (11e2cc3)
  • ts_directive: Tree-sitter directive is no longer lazy loaded (03687b5), closes #347

v25.7.0

07 May 08:53
01a2011
Compare
Choose a tag to compare

25.7.0 (2025-05-07)

Features

  • core: Added ability to toggle linewise hybrid mode (4c880d2), closes #330
  • latex: Added \mathrm{} to latex fonts (0f27afe), closes #341

Bug Fixes

  • config: Fixed a bug with concealcursor beinh not set when preview is disabled (eed5410)
  • core: Fixed a bug with preview being shown after runnibg Disable (2b810d7)
  • link: Allow users to change preference for opening text files (7953828), closes #328
  • renderer_markdown: List item padding's start_col no longer exceeds line length (40a7356)
  • renderer_markdown: Shift width & indent size of list items now fallback to 1 when the function calculation fails (180c67b)
  • renderer_markdown: Signs for ATX heading now pass through tostring() first (ad10211), closes #323
  • renderer_markdown: Turn non-number indent_size to 1 (59d3baa), closes #323

v25.6.0

28 Mar 08:22
44d547c
Compare
Choose a tag to compare

25.6.0 (2025-03-28)

Features

  • Added <pre> to supported HTML tag list (0d67884), closes #323
  • core: Added <a> support to supported HTML container elements (6499c7f), closes #323

v25.5.4

24 Mar 15:53
556cac8
Compare
Choose a tag to compare

25.5.4 (2025-03-23)

Bug Fixes

  • blink: Attempt to get dynamic source list for blink.cmp (e4c47d2), closes #317
  • cmp, blink: Non-existing peview no longer causes error with completion (2192327), closes #320
  • Markview no longer overwrites user source list for blink.cmp (351366e), closes #317

v25.5.3

18 Mar 08:11
f9f80ec
Compare
Choose a tag to compare

25.5.3 (2025-03-18)

Bug Fixes

  • blink: Added support for both version of source provider (f4c55fa), closes #315

v25.5.2

18 Mar 07:17
f8b2d29
Compare
Choose a tag to compare

25.5.2 (2025-03-18)

Bug Fixes

  • blink: use add_source_provider due to deprecation (7ebb1d2)
  • blink: use add_source_provider due to deprecation (382dd40)

v25.5.1

17 Mar 13:46
2e34435
Compare
Choose a tag to compare

25.5.1 (2025-03-17)

Bug Fixes

  • blink: Switched to blink's API function for registering source (725a271), closes #310
  • parser_markdown: Empty lines now also receive indentation insidr of lists (d3daa83), closes #311
  • parser_markdown: List tolerance now resets on non-empty lines (d3daa83)

v25.5.0

14 Mar 11:24
4ae3503
Compare
Choose a tag to compare

25.5.0 (2025-03-14)

Features

Bug Fixes

  • blink: Fixed issues with loading completion source for blink.cmp (17a93b3), closes #310