Releases: OXY2DEV/markview.nvim
Releases · OXY2DEV/markview.nvim
v25.10.0
v25.9.0
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
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
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