Skip to content

Releases: mcanouil/quarto-wizard

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

0.4.1

04 Jan 12:38
aab84cc
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • feat(assets/templates): add bibliography reference to the templates.

What's Changed

  • feat: add bibliography reference to templates by @mcanouil in #15

Full Changelog: 0.4.0...0.4.1

0.4.0

04 Jan 12:20
1934270
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • 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

Full Changelog: 0.3.0...0.4.0