Releases: OXY2DEV/markview.nvim
Releases · OXY2DEV/markview.nvim
v25.3.3
25.3.3 (2025-03-05)
Bug Fixes
- Config evaluator no longer evaluates final function value using
args
(ac31c1d), closes #272
v25.3.2
25.3.2 (2025-03-04)
Bug Fixes
- spec: Broken function values now get replaced with
nil
(213461f)
v25.3.1
25.3.1 (2025-02-14)
Bug Fixes
- config: Fixed link configuration order (04c9082)
- renderer_latex: Added option to disable the default font in LaTeX (f71aebe), closes #288
v25.3.0
25.3.0 (2025-02-14)
Features
- Markview now listens to BifWinEnter & OptionSet autocmds (c7e70ab), closes #287
Bug Fixes
- highlights: Prefer newer tree-sitter highlights for creating colors (c095a7c)
v25.2.0
25.2.0 (2025-02-08)
Features
- renderer_markdown: Dynamic
indent_size
& shift_width
support for list items (07a6688), closes #283
Bug Fixes
- config: List items
indent_size
now respects 'shiftwidth' (93d3648), closes #283
v25.1.2
25.1.2 (2025-02-06)
Bug Fixes
- core: Fixed a bug with decoration overlapping (a39d03f)
- icons: Fixed an issue with incorrect string being used for icon fetching (25d987a), closes #282
v25.1.1
25.1.1 (2025-02-01)
Bug Fixes
- parser-markdown: Fixed incorrect start column of code blocks with manual indentations (85926af)
- treesitter: Added directive check before adding new directive (89f397d), closes #277
- typos: Possibly all typos in plugin (ca35213)
- typo: the compatability should be the same (2f1e438)
- typo: the compatability should be the same (2f1e438)
- typo: weird (d9804d8)
v25.1.0
25.1.0 (2025-01-30)
Features
- Added option to disable faking characters of subscript/supersc in Typst (2975f6e), closes #271
- Added option to disable faking preview of subscript/superscript in LaTeX (c382be1), closes #271
Bug Fixes
- Buffer attach, enable state & preview modes are no longer checked for splitview (81b40bd), closes #264
- presets: Fix icon highlight for marker preset (399fcce)
- renderer_markdown: Indentation concealing no longer breaks when
add_padding = false
(aeb5b4e), closes #267
v25.0.3
25.0.3 (2025-01-26)
Bug Fixes
- devicons: properly fetch devicons by filetype (1a60203)
- Visual text concealing is now done via
string.rep()
instead of string.gsub()
(d91c277), closes #260
v25.0.2
25.0.2 (2025-01-25)
Bug Fixes
- Fixed an issue caused by
enable = false
when getting options from preview
(79539be)