Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

84 lines (52 loc) · 4.66 KB

Changelog

[0.2.9]

  • 53b84b4 (#273) Fix extensions commands not working with EISDIR error.

[0.2.8]

  • c64d572 (#268) Fix extension failing to active due missing dependencies

[0.2.7]

[0.2.6]

  • Revert multiple deps update.
    • 731a586 revet: revert multiple deps update on 2023-03-17

[0.2.2]

  • use stripAnsi to remove ansi colors in output
    • 2a0af16 fix: use stripAnsi to remove ansi colors in output (#196) on 2023-02-06

[0.2.1]

  • Add support for cargo as a package manager.
    • c78393c feat: support cargo as a package manager, closes #187 (#189) on 2022-10-22

[0.2.0]

  • Provide schema for tauri.conf.json based on tauri-build version.
    • f85fc5c feat: provide schema for config based on tauri-build version (#162) on 2022-09-19

[0.1.7]

  • Fix dependency resolution and glob usage. Fixes "command not found" errors.
    • 0e314cc fix: Manual brace-expansion resolution. Fix glob usage for glob@v8. Closes #163 (#169) on 2022-09-11

[0.1.6]

  • Update schema fileMateches to detect .json5
    • a4e5721 feat: detect schema on .json5 conf on 2022-06-18

[0.1.5]

  • Update the extension icon.

[0.1.4]

  • Added support for pnpm.
    • 6b10c02 split changefiles on 2022-01-13
  • Automatically add "tauri" script to package.json after installing @tauri-apps/cli.
    • 6b10c02 split changefiles on 2022-01-13
  • Added support for platform-specific config files.
    • 223ac46 added change file on 2022-01-13

[0.1.3]

  • Added Tauri command and covector snippets.
    • f610ceb feat: covector snippets on 2021-09-29

[0.1.2]

  • Adds deps install and deps update commands.
    • c75323c feat: add deps commands on 2021-05-04

[0.1.1]

  • Fixes the tauri.conf.json schema URL.
    • 1d1d005 fix: schema URL on 2021-04-29

[0.1.0]

  • Update to tauri beta-rc.
    • 27cf9a6 add change file on 2021-04-23

[0.0.3]

  • Add covector for changelog management.
    • 0a0811a feat(workflow) add test, covector on 2020-07-14
  • Add vue-cli-plugin-tauri support, original commit.
    • 929075a chore(changes) add vue cli plugin change on 2020-07-14