Releases: quarto-dev/quarto-nvim
Releases · quarto-dev/quarto-nvim
v1.2.0
1.2.0 (2024-12-22)
Features
- detect editor: render-on-save: false (#159) (ca2d1c7)
- QuartoPreviewNoWatch and QuartoUpdatePreview commands (#157) (601c32b)
v1.1.0
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)
v1.0.2
1.0.2 (2024-10-09)
Bug Fixes
v1.0.1
1.0.1 (2024-06-30)
Bug Fixes
- use renamed table from otter.nvim. fixes #137. (c873128)
v1.0.0
1.0.0 (2024-06-29)
⚠ BREAKING CHANGES
- remove the need for custom otter.nvim keybindings (#135)
Features
- remove the need for custom otter.nvim keybindings (#135) (1665721)
v0.18.2
0.18.2 (2024-02-19)
Bug Fixes
- only require otter when activating (5336b86)
v0.18.0
0.18.0 (2023-11-29)
Features
- configurable code runner with molten-nvim integration (#99) (eacd8ff)
Bug Fixes
- get current bufnr in ftplugin instead of relying on 0 (af34813)
- readme configruation (#103) (1fe0f16)
- user commands giving bad args to run funcs (#101) (68ac6c0)