Skip to content

Latest commit

 

History

History
219 lines (97 loc) · 9.27 KB

CHANGELOG.md

File metadata and controls

219 lines (97 loc) · 9.27 KB

Changelog

1.0.2 (2024-10-09)

Bug Fixes

1.0.1 (2024-06-30)

Bug Fixes

  • use renamed table from otter.nvim. fixes #137. (c873128)

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)

0.18.2 (2024-02-19)

Bug Fixes

  • only require otter when activating (5336b86)

0.18.1 (2024-02-19)

Bug Fixes

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)

0.17.0 (2023-09-08)

Features

  • pass arguments to quarto preview (#88) (bad6f70)

0.16.0 (2023-08-27)

Features

  • format current code chunk (4ba80ce)

0.15.1 (2023-07-17)

Bug Fixes

  • clarify autcommand usage for setting keymaps (d076de2)

0.15.0 (2023-07-16)

Features

0.14.1 (2023-07-05)

Bug Fixes

  • fix #76. Stick with vim.loop until stable release of nvim 0.10 (then it's vim.uv) (aa42597)

0.14.0 (2023-06-28)

Features

  • lsp: keybindings for ask_type_definition and ask_document_symbol (2fd6169)

Bug Fixes

  • replace deprecated vim.loop with vim.uv (1f043c8)

Performance Improvements

  • put quarto init in ftplugin instea of autocommand (1f2ccef)

0.13.2 (2023-06-21)

Performance Improvements

  • don't register quarto->markdown treesitter ft (9f02823)

0.13.1 (2023-06-06)

Bug Fixes

0.13.0 (2023-06-06)

Features

  • enable completion for html also if only activating curly chunks (27ac79f)

0.12.0 (2023-06-03)

Features

  • add html support through otter.nvim update (injections) (f9fbdab)

0.11.0 (2023-05-26)

Features

  • trigger release for otter.nvim rename and references (2c013ae)

0.10.1 (2023-05-20)

Bug Fixes

0.10.0 (2023-05-06)

Features

  • QuartoSendBelow and QuartoSendRange (7226eee)

Performance Improvements

  • diagnostics: initialize diagnostic namespaces once and save ids (f60eb6a)

0.9.0 (2023-04-20)

Features

  • QuartoSendAbove and QuartoSendAll commands to send code to (cb2bb7d)

0.8.1 (2023-04-20)

Bug Fixes

  • quarto preview in Windows/PowerShell (#53) (8980f73)

0.8.0 (2023-04-09)

Features

0.7.3 (2023-04-04)

Bug Fixes

  • activate quarto only once per buffer (9de52c8)
  • remove debug statement (a9f9f98)

0.7.2 (2023-03-11)

Bug Fixes

  • fix package name for release (96f741c)

0.7.1 (2023-03-11)

Bug Fixes

  • format and trigger release (9e2adb0)
  • just use otter.ask_hover (31ba845)

0.7.0 (2023-02-15)

Features

  • use quarto filetype instead of markdown (#26) (449e877)

0.6.0 (2023-01-25)

Features