Skip to content

Releases: OXY2DEV/markview.nvim

v25.3.3

05 Mar 23:18
665ad50
Compare
Choose a tag to compare

25.3.3 (2025-03-05)

Bug Fixes

  • Config evaluator no longer evaluates final function value using args (ac31c1d), closes #272

v25.3.2

04 Mar 23:50
247a351
Compare
Choose a tag to compare

25.3.2 (2025-03-04)

Bug Fixes

  • spec: Broken function values now get replaced with nil (213461f)

v25.3.1

14 Feb 14:05
f1e2a57
Compare
Choose a tag to compare

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

14 Feb 04:27
16e7fca
Compare
Choose a tag to compare

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

08 Feb 07:11
aa8bdd7
Compare
Choose a tag to compare

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

06 Feb 07:11
e94d34c
Compare
Choose a tag to compare

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

01 Feb 11:40
68902d7
Compare
Choose a tag to compare

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

30 Jan 15:17
5b7b6e4
Compare
Choose a tag to compare

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

26 Jan 14:58
778c17e
Compare
Choose a tag to compare

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 Jan 07:02
07afabf
Compare
Choose a tag to compare

25.0.2 (2025-01-25)

Bug Fixes

  • Fixed an issue caused by enable = false when getting options from preview (79539be)