Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 1.55 KB

Changelog

Development (unreleased)

  • feat(README.md): add usage instructions for Quarto Wizard: New Reproducible Document.
  • fix(README.md): remove duplicated command prefix.
  • style: format code with Prettier.
  • ci: allow anything after version number header in CHANGELOG.md.

0.3.0 (2024-11-19)

  • feat: add command Quarto Wizard: New Reproducible Document to create a new Quarto document. (#6)
  • refactor: replace "see details" with "show logs" in notification messages. (#5)

0.2.1 (2024-11-18)

  • docs: update README.md with updated usage instructions.

0.2.0 (2024-11-18)

  • feat: cache the list of available Quarto extensions (CSV) for twelve hours.
  • feat: add command Quarto Wizard: Clear Recently Installed Extensions to remove the list of recently installed extensions.
  • fix: Quarto Wizard: Install Extension(s) errors if no workspace/folder is open. (#4)
  • refactor: split extension.ts into multiple files.
  • refactor: rename quartoExtensions to quartoWizard.
  • refactor: update commands prefix from Quarto to Quarto Wizard.
  • ci: publish to Open VSX Registry. (#3)

0.1.0 (2024-11-16)

  • Initial release of Quarto Wizard extension.
  • feat: add command Quarto: Install Extension(s) to open the extension installer interface.
  • feat: add command Quarto: Show Quarto Wizard Output to display the output log for the extension.