Skip to content

Releases: mcanouil/quarto-wizard

0.7.1

02 Feb 20:21
124ae1a
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • 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

30 Jan 21:24
ee058b4
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • 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

24 Jan 19:38
790be28
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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

  • feat: improve new file command and add context menus by @mcanouil in #31

Full Changelog: 0.5.5...0.6.0

0.5.5

21 Jan 21:35
7f46a07
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
  • chore: no changes.

Full Changelog: 0.5.4...0.5.5

0.5.4

21 Jan 21:30
580ead8
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release
  • chore: no changes.

What's Changed

  • chore: bump version to 0.5.4 for release workflow by @mcanouil in #30

Full Changelog: 0.5.3...0.5.4

0.5.3

21 Jan 21:23
3f225f3
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
  • 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

19 Jan 18:39
7fafd6e
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • 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

19 Jan 16:44
bf0ffd5
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • fix(.vscodeignore): remove wrong entry.

What's Changed

  • fix(.vscodeignore): remove wrong entry by @mcanouil in #22

Full Changelog: 0.5.0...0.5.1

0.5.0

19 Jan 16:06
1be057f
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • 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

05 Jan 11:48
0120e1c
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • 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