Releases: mcanouil/quarto-wizard
Releases · mcanouil/quarto-wizard
0.7.1
- feat: add "activationEvents" to
package.json
to avoid unnecessary activation. - fix: GitHub button in QuickPick UI opens again the repository in the default browser.
What's Changed
- feat: add "activationEvents" to
package.json
to avoid unnecessary activation by @mcanouil in #41 - fix: GitHub button functionality in QuickPick UI by @mcanouil in #42
- ci: automatic changelog update for release by @github-actions in #43
Full Changelog: 0.7.0...0.7.1
0.7.0
- refactor(src/utils/network.ts): internal logging.
- refactor(src/utils/extensions.ts): externalise Quick Pick UI tools.
- refactor: use constants for log messages target.
- fix(src/utils/extensions.ts): caching of the list of available Quarto extensions.
- fix(src/utils/extensions.ts): update cache expiration time for extensions list and display in log as ISO string.
- fix: harmonise log and notification messages.
- chore: use webpack to bundle the extension.
What's Changed
- refactor: Quick Pick UI tools and enhance logging by @mcanouil in #32
- refactor: improve logging and use constant by @mcanouil in #34
- chore: bundle code using webpack and update configurations by @mcanouil in #35
- fix: update cache expiration time display by @mcanouil in #36
- fix: harmonise log and notification messages by @mcanouil in #37
- ci: automatic changelog update for release by @github-actions in #38
Full Changelog: 0.6.0...0.7.0
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