tauri-plugin-shell 2.3.5

Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.
Documentation
# Changelog

## \[2.3.5]

### bug

- [`d4613ff0`]https://github.com/tauri-apps/plugins-workspace/commit/d4613ff0029ea65f5c6895c3a6f8f5668dd1b55e ([#3234]https://github.com/tauri-apps/plugins-workspace/pull/3234) Make sidecars work in tests. Executable resolution is aware of the "deps" directory.

## \[2.3.4]

- [`31415eff`]https://github.com/tauri-apps/plugins-workspace/commit/31415effdf5a9ced19934a681cb044a732174088 ([#3183]https://github.com/tauri-apps/plugins-workspace/pull/3183 by [@Tunglies]https://github.com/tauri-apps/plugins-workspace/../../Tunglies) Docs on example to Encoding usage in `Command::spawn`. No user facing changes.

## \[2.3.3]

- [`93426f85`]https://github.com/tauri-apps/plugins-workspace/commit/93426f85120f49beb9f40222bff45185a32d54a9 Fixed an issue that caused docs.rs builds to fail. No user facing changes.

## \[2.3.2]

- [`6c9b61fb`]https://github.com/tauri-apps/plugins-workspace/commit/6c9b61fb658145d13893626112fc489f7458aa17 ([#3039]https://github.com/tauri-apps/plugins-workspace/pull/3039 by [@FabianLars]https://github.com/tauri-apps/plugins-workspace/../../FabianLars) On Android, updated compileSdk to 36.

## \[2.3.1]

- [`d865ed47`]https://github.com/tauri-apps/plugins-workspace/commit/d865ed47685c3923e894f7d10ee4c037507037e6 ([#2950]https://github.com/tauri-apps/plugins-workspace/pull/2950 by [@lucasfernog]https://github.com/tauri-apps/plugins-workspace/../../lucasfernog) Fix sidecar with dots in the filename not working on Windows.

## \[2.3.0]

- [`f209b2f2`]https://github.com/tauri-apps/plugins-workspace/commit/f209b2f23cb29133c97ad5961fb46ef794dbe063 ([#2804]https://github.com/tauri-apps/plugins-workspace/pull/2804 by [@renovate]https://github.com/tauri-apps/plugins-workspace/../../renovate) Updated tauri to 2.6

## \[2.2.2]

- [`f634e524`]https://github.com/tauri-apps/plugins-workspace/commit/f634e5248ebe428f8305a59f74c13fc15147fb8e This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.

## \[2.2.1]

### bug

- [`9cf0390a`]https://github.com/tauri-apps/plugins-workspace/commit/9cf0390a52497e273db1a1b613a0e26827aa327c 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`]https://github.com/tauri-apps/plugins-workspace/commit/3a79266b8cf96a55b1ae6339d725567d45a44b1d ([#2173]https://github.com/tauri-apps/plugins-workspace/pull/2173 by [@FabianLars]https://github.com/tauri-apps/plugins-workspace/../../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]

- [`51ddf6a7`]https://github.com/tauri-apps/plugins-workspace/commit/51ddf6a71544acfb261ffc9393dab1342da0a219 ([#1881]https://github.com/tauri-apps/plugins-workspace/pull/1881 by [@amrbashir]https://github.com/tauri-apps/plugins-workspace/../../amrbashir) On Windows, Fix `open` JS API hanging and freezing the app.

## \[2.0.1]

- [`a1a82208`]https://github.com/tauri-apps/plugins-workspace/commit/a1a82208ed4ab87f83310be0dc95428aec9ab241 ([#1873]https://github.com/tauri-apps/plugins-workspace/pull/1873 by [@lucasfernog]https://github.com/tauri-apps/plugins-workspace/../../lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.

## \[2.0.0]

- [`e2c4dfb6`]https://github.com/tauri-apps/plugins-workspace/commit/e2c4dfb6af43e5dd8d9ceba232c315f5febd55c1 Update to tauri v2 stable release.

## \[2.0.0-rc.4]

- [`44273b98`]https://github.com/tauri-apps/plugins-workspace/commit/44273b988957a254eff715d6be7547d2ace882e1 ([#1839]https://github.com/tauri-apps/plugins-workspace/pull/1839 by [@amrbashir]https://github.com/tauri-apps/plugins-workspace/../../amrbashir) Fix the plugin schema requiring to set `sidecar` property when it is in fact optional.

## \[2.0.0-rc.1]

- [`e2e97db5`]https://github.com/tauri-apps/plugins-workspace/commit/e2e97db51983267f5be84d4f6f0278d58834d1f5 ([#1701]https://github.com/tauri-apps/plugins-workspace/pull/1701 by [@lucasfernog]https://github.com/tauri-apps/plugins-workspace/../../lucasfernog) Update to tauri 2.0.0-rc.8

## \[2.0.0-rc.2]

- [`b9147758`]https://github.com/tauri-apps/plugins-workspace/commit/b914775898c2bee7ceb20bd17ee595005cd17a64 ([#1679]https://github.com/tauri-apps/plugins-workspace/pull/1679 by [@lucasfernog]https://github.com/tauri-apps/plugins-workspace/../../lucasfernog) Explicitly set a minimum macOS version for the Swift package.

## \[2.0.0-rc.1]

### changes

- [`6b079cfd`]https://github.com/tauri-apps/plugins-workspace/commit/6b079cfdd107c94abc2c7300f6af00bac3ff4040 ([#1649]https://github.com/tauri-apps/plugins-workspace/pull/1649 by [@ahqsoftwares]https://github.com/tauri-apps/plugins-workspace/../../ahqsoftwares) Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0

## \[2.0.0-rc.0]

- [`9887d1`]https://github.com/tauri-apps/plugins-workspace/commit/9887d14bd0e971c4c0f5c1188fc4005d3fc2e29e Update to tauri RC.
- [`34df132f`]https://github.com/tauri-apps/plugins-workspace/commit/34df132fb14212ba7330adc9ccd64267751950c8 ([#1603]https://github.com/tauri-apps/plugins-workspace/pull/1603) Change the `open` scope validator regex to match on the entire string.
- [`34df132f`]https://github.com/tauri-apps/plugins-workspace/commit/34df132fb14212ba7330adc9ccd64267751950c8 ([#1603]https://github.com/tauri-apps/plugins-workspace/pull/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]

- [`99d6ac0f`]https://github.com/tauri-apps/plugins-workspace/commit/99d6ac0f9506a6a4a1aa59c728157190a7441af6 ([#1606]https://github.com/tauri-apps/plugins-workspace/pull/1606 by [@FabianLars]https://github.com/tauri-apps/plugins-workspace/../../FabianLars) The JS packages now specify the *minimum* `@tauri-apps/api` version instead of a single exact version.
- [`6de87966`]https://github.com/tauri-apps/plugins-workspace/commit/6de87966ecc00ad9d91c25be452f1f46bd2b7e1f ([#1597]https://github.com/tauri-apps/plugins-workspace/pull/1597 by [@Legend-Master]https://github.com/tauri-apps/plugins-workspace/../../Legend-Master) Update to tauri beta.25.

## \[2.0.0-beta.8]

- [`22a17980`]https://github.com/tauri-apps/plugins-workspace/commit/22a17980ff4f6f8c40adb1b8f4ffc6dae2fe7e30 ([#1537]https://github.com/tauri-apps/plugins-workspace/pull/1537 by [@lucasfernog]https://github.com/tauri-apps/plugins-workspace/../../lucasfernog) Update to tauri beta.24.

## \[2.0.0-beta.7]

- [`76daee7a`]https://github.com/tauri-apps/plugins-workspace/commit/76daee7aafece34de3092c86e531cf9eb1138989 ([#1512]https://github.com/tauri-apps/plugins-workspace/pull/1512 by [@renovate]https://github.com/tauri-apps/plugins-workspace/../../renovate) Update to tauri beta.23.

## \[2.0.0-beta.6]

- [`9013854f`]https://github.com/tauri-apps/plugins-workspace/commit/9013854f42a49a230b9dbb9d02774765528a923f([#1382]https://github.com/tauri-apps/plugins-workspace/pull/1382) Update to tauri beta.22.

## \[2.0.0-beta.5]

- [`430bd6f4`]https://github.com/tauri-apps/plugins-workspace/commit/430bd6f4f379bee5d232ae6b098ae131db7f178a([#1363]https://github.com/tauri-apps/plugins-workspace/pull/1363) Update to tauri beta.20.

## \[2.0.0-beta.4]

- [`eb1679b9`]https://github.com/tauri-apps/plugins-workspace/commit/eb1679b99780e5d2b867f5649a1ccc2f3f70ab56([#1299]https://github.com/tauri-apps/plugins-workspace/pull/1299) Fix `Command.execute` API including extra new lines.
- [`eb1679b9`]https://github.com/tauri-apps/plugins-workspace/commit/eb1679b99780e5d2b867f5649a1ccc2f3f70ab56([#1299]https://github.com/tauri-apps/plugins-workspace/pull/1299) Improve the speed of the JS `Command.execute` API

## \[2.0.0-beta.3]

- [`bd1ed590`]https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e([#1237]https://github.com/tauri-apps/plugins-workspace/pull/1237) Update to tauri beta.17.

## \[2.0.0-beta.3]

- [`a04ea2f`]https://github.com/tauri-apps/plugins-workspace/commit/a04ea2f38294d5a3987578283badc8eec87a7752([#1071]https://github.com/tauri-apps/plugins-workspace/pull/1071) The global API script is now only added to the binary when the `withGlobalTauri` config is true.
- [`040004a`]https://github.com/tauri-apps/plugins-workspace/commit/040004a6b9fbb89161d1b5764d79428dfe693776([#1069]https://github.com/tauri-apps/plugins-workspace/pull/1069) Change shell's schema property name `command` to `cmd`.

## \[2.0.0-beta.2]

- [`9586eab`]https://github.com/tauri-apps/plugins-workspace/commit/9586eabd5a96673e4d976757777f470ae358d68a([#1021]https://github.com/tauri-apps/plugins-workspace/pull/1021) On Windows, fix `open` can't open file if the file is being used by a program.
- [`99bea25`]https://github.com/tauri-apps/plugins-workspace/commit/99bea2559c2c0648c2519c50a18cd124dacef57b([#1005]https://github.com/tauri-apps/plugins-workspace/pull/1005) Update to tauri beta.8.

## \[2.0.0-beta.1]

- [`569defb`]https://github.com/tauri-apps/plugins-workspace/commit/569defbe9492e38938554bb7bdc1be9151456d21 Update to tauri beta.4.

## \[2.0.0-beta.0]

- [`d198c01`]https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474([#862]https://github.com/tauri-apps/plugins-workspace/pull/862) Update to tauri beta.

## \[2.0.0-alpha.5]

- [`387c2f9`]https://github.com/tauri-apps/plugins-workspace/commit/387c2f9e0ce4c75c07ffa3fd76391a25b58f5daf([#802]https://github.com/tauri-apps/plugins-workspace/pull/802) Update to @tauri-apps/api v2.0.0-alpha.13.

## \[2.0.0-alpha.4]

- [`387c2f9`]https://github.com/tauri-apps/plugins-workspace/commit/387c2f9e0ce4c75c07ffa3fd76391a25b58f5daf([#802]https://github.com/tauri-apps/plugins-workspace/pull/802) Update to @tauri-apps/api v2.0.0-alpha.12.

## \[2.0.0-alpha.3]

- [`e438e0a`]https://github.com/tauri-apps/plugins-workspace/commit/e438e0a62d4b430a5159f05f13ecd397dd891a0d([#676]https://github.com/tauri-apps/plugins-workspace/pull/676) Update to @tauri-apps/api v2.0.0-alpha.11.

## \[2.0.0-alpha.2]

- [`5c13736`]https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0([#673]https://github.com/tauri-apps/plugins-workspace/pull/673) Update to @tauri-apps/api v2.0.0-alpha.9.

## \[2.0.0-alpha.2]

- [`4e2cef9`]https://github.com/tauri-apps/plugins-workspace/commit/4e2cef9b702bbbb9cf4ee17de50791cb21f1b2a4([#593]https://github.com/tauri-apps/plugins-workspace/pull/593) Update to alpha.12.

## \[2.0.0-alpha.1]

- [`d74fc0a`]https://github.com/tauri-apps/plugins-workspace/commit/d74fc0a097996e90a37be8f57d50b7d1f6ca616f([#555]https://github.com/tauri-apps/plugins-workspace/pull/555) Update to alpha.11.

## \[2.0.0-alpha.0]

- [`717ae67`]https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f([#371]https://github.com/tauri-apps/plugins-workspace/pull/371) First v2 alpha release!