Releases: mcanouil/quarto-wizard
Releases · mcanouil/quarto-wizard
0.3.0
- 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
- docs: update README.md with updated usage instructions.
Full Changelog: 0.2.0...0.2.1
0.2.0
- 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
toquartoWizard
. - refactor: update commands prefix from
Quarto
toQuarto 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
- 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