Skip to content

Releases: quarto-dev/quarto-nvim

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 11:06
17f1e5d

2.1.0 (2026-04-22)

Features

  • support .py, .R, .jl files in QuartoPreview (#203) (cb72652)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jan 14:19

2.0.1 (2026-01-16)

Bug Fixes

  • make QuartoConfig allways available (fb3f124)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 09:22

2.0.0 (2026-01-15)

⚠ BREAKING CHANGES

  • make QuartoConfig global. fixes #196

Features

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 23 Aug 20:48
0e94915

1.2.5 (2025-08-23)

Bug Fixes

  • pass root_dir to preview for project type (#190) (e6b34cd)

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 10 Apr 07:07
5325af3

1.2.4 (2025-04-10)

Bug Fixes

  • add search_ancestors function to util (#178) (6cf5fce)

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 08 Apr 08:51
26c7e82

1.2.3 (2025-04-08)

Bug Fixes

  • copy lspconfig util functions to remove dependency. fixes #175 (06a9082)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Mar 11:33
3c25bf3

1.2.2 (2025-03-24)

Bug Fixes

  • make usercommands require quarto only on use (74df376)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Feb 10:05
abc417c

1.2.1 (2025-02-03)

Bug Fixes

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 17:53
1cb2d24

1.2.0 (2024-12-22)

Features

  • detect editor: render-on-save: false (#159) (ca2d1c7)
  • QuartoPreviewNoWatch and QuartoUpdatePreview commands (#157) (601c32b)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 15:39
aa6e0a9

1.1.0 (2024-12-20)

Features

  • support Iron.nvim and user functions for sending code to REPL (#109) (eb98585)

Bug Fixes

  • Replace term:// with termopen() to resolve wildcard expansion error (#153) (f810c62)