Releases: mcanouil/quarto-wizard
Releases · mcanouil/quarto-wizard
0.6.0
- feat(package.json): add a "Quarto Wizard" menu in Explorer and Editor context menus.
- fix(src/utils/reprex.ts):
Quarto Wizard: Quarto Reproducible Document
command no longer set filename. - fix(README.md): update commands and usage instructions.
What's Changed
Full Changelog: 0.5.5...0.6.0
0.5.5
- chore: no changes.
Full Changelog: 0.5.4...0.5.5
0.5.4
0.5.3
- fix: duplication of recently installed extensions in search results.
- fix: add information and error notifications when updating and removing an extension.
- refactor: add
showLogsCommand()
function to display a link to the output log in the notification.
What's Changed
- fix: duplication of recently installed extensions in search results by @mcanouil in #26
- chore(deps-dev): bump @types/node from 22.10.5 to 22.10.7 by @dependabot in #25
- refactor: add showLogsCommand function for notifications messages by @mcanouil in #27
- fix: add notifications for extension updates and removals by @mcanouil in #28
- ci: automatic changelog update for release by @github-actions in #29
New Contributors
- @github-actions made their first contribution in #29
Full Changelog: 0.5.2...0.5.3
0.5.2
- fix: add source after updating an extension.
- refactor: add
installQuartoExtensionSource
to contain the logic to install an extension and add the source.
What's Changed
- fix:
installQuartoExtensionSource
to keep "source" for install/update by @mcanouil in #23 - docs: note about ability to update quarto extensions by @mcanouil in #24
Full Changelog: 0.5.1...0.5.2
0.5.1
0.5.0
- feat: add view to display and to manage the Quarto extensions installed.
- feat(checkQuartoPath): better check for the Quarto CLI path.
- refactor(utils/extensions.ts): externalise user prompts to a separate module (
utils/ask.ts
). - refactor: update and correct trust authors and confirm installations prompts option value, i.e.,
Yes, always trust
. - refactor(extension.ts): don't use temporary variables for commands.
What's Changed
- chore(deps-dev): bump @types/node from 22.10.3 to 22.10.5 by @dependabot in #20
- chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #21
- feat: add Quarto Extension Installed view by @mcanouil in #18
Full Changelog: 0.4.2...0.5.0
0.4.2
- feat: add command
Quarto Wizard: New Reproducible Document
to create a new Quarto document in "new File" menu. - refactor: use "category" instead of hardcoding
Quarto Wizard:
in the command title.
What's Changed
- feat: add reprex command to new file menu by @mcanouil in #16
- refactor: command titles to use category instead of hardcoding by @mcanouil in #17
- chore: Update version to 0.4.2 by @mcanouil in #19
Full Changelog: 0.4.1...0.4.2
0.4.1
- feat(assets/templates): add bibliography reference to the templates.
What's Changed
Full Changelog: 0.4.0...0.4.1
0.4.0
- feat(README.md): add usage instructions for
Quarto Wizard: New Reproducible Document
. - feat: add settings to specify the Quarto CLI path (
quartoWizard.quarto.path
). - feat: add settings to control user prompts for trusting authors and confirming installations (
quartoWizard.ask.trustAuthors
,quartoWizard.ask.confirmInstall
). - feat: introduce prompts for users to trust authors and confirm installations, with a "Never ask again" option to update settings accordingly.
- feat: enhance the extension installation process to update
_extension.yml
with the source repository (i.e.,source: <repository>
), ensuring future updates. - fix(README.md): remove duplicated command prefix.
- style: format code with Prettier.
- ci: allow anything after version number header in CHANGELOG.md.
What's Changed
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #9
- chore(deps-dev): bump @types/node from 22.9.0 to 22.10.2 by @dependabot in #11
- chore(deps-dev): bump @types/vscode from 1.95.0 to 1.96.0 by @dependabot in #12
- chore(deps-dev): bump @types/node from 22.10.2 to 22.10.3 by @dependabot in #14
- feat: Add source when installing extensions by @mcanouil in #13
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: 0.3.0...0.4.0