Skip to content

Releases: mcanouil/quarto-wizard

0.3.0

19 Nov 21:16
9bec947
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • feat: add command Quarto Wizard: New Reproducible Document to create a new Quarto document.
  • refactor: replace "see details" with "show logs" in notification messages.

What's Changed

  • feat: add command for new reproducible Quarto documents by @mcanouil in #6
  • refactor: replace "see details" with "show logs" in notification messages by @mcanouil in #7

Full Changelog: 0.2.1...0.3.0

0.2.1

18 Nov 14:50
90897d5
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • docs: update README.md with updated usage instructions.

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Nov 14:27
d47ddf4
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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)

What's Changed

  • ci: setup and activate publishing to Open VSX by @mcanouil in #3
  • fix: Ensure Quarto extension installation only works within a workspace by @mcanouil in #4

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

15 Nov 23:07
62340f9
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Initial release of Quarto Wizard extension.
  • Added command Quarto: Install Extension(s) to open the extension installer interface.
  • Added command Quarto: Show Quarto Wizard Output to display the output log for the extension.

Full Changelog: https://github.com/mcanouil/quarto-wizard/commits/0.1.0