Skip to content

Releases: OXY2DEV/markview.nvim

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)

v25.0.0

25 Jan 03:24
Compare
Choose a tag to compare

25.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • spec: Complete redesign of the configuration table
  • spec: Dynamic configuration support
  • extras: Completely changed how extra modules are used via
  • v25: New version release

Features

  • Added a command to open link under cursor (4ef3e11), closes #173
  • core: Added typst support (06f4c87)
  • renderer_markdown: Added diff support to code blocks (06f4c87)
  • spec: Added pattern based config support for various items (06f4c87)
  • spec: Dynamic configuration support (06f4c87)
  • v25: New version release (b7fca7a)
  • typst: Typst support (b7fca7a)

Bug Fixes

  • editor: fixes editor for all fences format (534dfc8)
  • Fixed callouts rendering (493c054)
  • Fixed gx keymap rhs (67b69cd)
  • Fixed logic for detecting neovim version (42b57e8)
  • Fixed merging of highlight groups (b474374), closes #172
  • Fixed merging of highlight groups (c29cf91), closes #172
  • Updated test (06f4c87)
  • Various QOL fixes (06f4c87)

Code Refactoring

  • extras: Completely changed how extra modules are used via (06f4c87)
  • spec: Complete redesign of the configuration table (06f4c87)

v24.0.0

05 Oct 17:49
4d549f6
Compare
Choose a tag to compare

24.0.0 (2024-10-05)

⚠ BREAKING CHANGES

  • renderer: Added more symbol definitions
  • Added ability to detach/attach to a buffer
  • name_hl for code blocks has been renamed to language_hl
  • highlights: Fixed highlight groups for the plugin

Features

  • Ability to disable hybrid modes behavior when inside specific nodes (7b913f9), closes #154
  • Added a callback for split_view open (6d4863c)
  • Added a internal icon provider (9923633)
  • Added a simple code block creator and editor (2d61f07)
  • Added ability to detach/attach to a buffer (fd7fd02)
  • Added basic operator support (e5fcd6a)
  • Added option for setting maximum file length for rendering the entire file (569fec1)
  • extras: Added 2 new extra modules (b2b2472)
  • LaTeX parser now recognizes font commands (fbe547c)
  • New preset minimal for checkboxes (7f675f8)
  • parser: Added support for footnotes (1bd55e2)
  • parser: Internal link(obsidian) support (837967f), closes #157
  • renderer: Added more symbol definitions (963389b)
  • renderer: More superscript characters for latex (1bd55e2)

Bug Fixes

  • language code block style has been renamed to block (060a94b)
  • Added a checkhealth module (b2d46d9)
  • Added a missing symbol to the LaTeX symbols table (6d4863c)
  • Added footnote configuration table to the default config (d3d23cc)
  • Added highlight group for internal icons (9230cda)
  • Added highlight groups for the code block editor (6cf12cd)
  • Added missing hybridDisable & hybridEnable commands (73b86f5)
  • Added missing overwrite option to treesitter injections (89b65c3)
  • Added new highlight groups (7d2d763)
  • Added support for \text{} & \set{} (300e1fe), closes #162
  • Added the ability to overwrite injected queries (4c41c66)
  • Adds the missing sign, sign_hl options for github style setext headings (05dbce9)
  • Better case handling for superscripts & subscripts (b8eabd1)
  • Changed list item & tables specification (3724114)
  • Checkbox now use the match_string option (4fe3790)
  • Checkboxes now carry information regarding their list item (c7385c9)
  • Default modes now contain command mode (73b86f5)
  • Deprecated old checkbox (afb87e6)
  • Fixed a bug causing visual artifacts with tables in split view (b2d46d9)
  • Fixed a bug not letting attached buffers be re-attached (a2007c3)
  • Fixed a bug when using hybrid mode with split view (4273e03)
  • Fixed an issue causing hybrid mode not working with latex blocks (207c39e)
  • Fixed an issue causing treesitter injections to not work (9a15f72)
  • Fixed block quote title rendering (6d4863c)
  • Fixed checkbox detection for list items (39dd746)
  • Fixed definitions for callbacks (b2d46d9)
  • Fixed extmark poaition of code blocks (5f4e2c3)
  • Fixed handling of overlapping table borders (9f7ff72)
  • Fixed how list items are parsed (17ed16e)
  • Fixed incorrect annotations for callout match_string (2b22590)
  • Fixed incorrect cursor position on code blocks (3abd13d)
  • Fixed incorrect highlight group for the ] in LaTeX brackets (4fe3790)
  • Fixed incorrect option for n) type list items (a823191)
  • Fixed incorrect parameter for footer rendering function (4e0c8a1)
  • Fixed incorrect width calculation of footnotes (cc759e8)
  • Fixed indentation of treesitter injections (9a15f72)
  • Fixed list item alignment inside of block quotes (d28fb24)
  • Fixed mathbf font support (6d4863c)
  • Fixed merge issue of highlight_groups (4fe3790)
  • Fixed naming of font captures to be more flexible (aad0149)
  • Fixed option name typo (3036694)
  • Fixed overlapping table border issue (f553e3f)
  • Fixed presets (3b6f737)
  • Fixed rendering of code blocks that use markdown inside them (1f7c120)
  • Fixed rendering of list items when padding isn't used (24ae03e), closes #163
  • Fixed right padding position of inline codes (cc759e8)
  • Fixed superscript & subscript parsing (fbe547c)
  • Fixed typo (6f4a7cd)
  • Fixed typos (0475053)
  • Fixed various bugs with extra mofules ...
Read more