You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/shell/CHANGELOG.md

9.4 KiB

Changelog

[2.2.1]

bug

  • 9cf0390a Apply the default open validation regex ^((mailto:\w+)|(tel:\w+)|(https?://\w+)).+ when the open configuration is not set, preventing unchecked input from being used in this scenario (previously the plugin would skip validation when it should disable all calls). This keeps backwards compatibility while still fixing this vulnerability. The scope is no longer validated for Rust calls via ShellExt::shell() so if you need to block JavaScript from calling the API you can simply set tauri.conf.json > plugins > shell > open to false.

[2.2.0]

  • 3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.

[2.0.1]

[2.0.1]

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

[2.0.0-rc.4]

  • 44273b98 (#1839 by @amrbashir) Fix the plugin schema requiring to set sidecar property when it is in fact optional.

[2.0.0-rc.1]

[2.0.0-rc.2]

[2.0.0-rc.1]

changes

[2.0.0-rc.0]

  • 9887d1 Update to tauri RC.
  • 34df132f (#1603) Change the open scope validator regex to match on the entire string.
  • 34df132f (#1603) Change the execute scope argument validator regex to match on the entire string by default. If this behavior is not desired check the raw boolean configuration option that is available along the validator string.

[2.0.0-beta.9]

[2.0.0-beta.8]

[2.0.0-beta.7]

[2.0.0-beta.6]

[2.0.0-beta.5]

[2.0.0-beta.4]

  • eb1679b9(#1299) Fix Command.execute API including extra new lines.
  • eb1679b9(#1299) Improve the speed of the JS Command.execute API

[2.0.0-beta.3]

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.
  • 040004a(#1069) Change shell's schema property name command to cmd.

[2.0.0-beta.2]

  • 9586eab(#1021) On Windows, fix open can't open file if the file is being used by a program.
  • 99bea25(#1005) Update to tauri beta.8.

[2.0.0-beta.1]

[2.0.0-beta.0]

[2.0.0-alpha.5]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.

[2.0.0-alpha.4]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.

[2.0.0-alpha.3]

  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.

[2.0.0-alpha.2]

  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.

[2.0.0-alpha.2]

[2.0.0-alpha.1]

[2.0.0-alpha.0]