Skip to content

shell full changelog

Feb 3, 2026
  • d4613ff0 (#3234) Make sidecars work in tests. Executable resolution is aware of the "deps" directory.
Jan 8, 2026
Oct 27, 2025
  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Oct 26, 2025
Aug 25, 2025
Jun 25, 2025
Jun 16, 2025
  • f634e524 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.
Apr 2, 2025
  • 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.
Dec 9, 2024
  • 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.
Oct 20, 2024
Oct 20, 2024
Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.
Oct 2, 2024
  • 44273b98 (#1839 by @amrbashir) Fix the plugin schema requiring to set sidecar property when it is in fact optional.
Aug 20, 2024
Aug 29, 2024
Aug 29, 2024
Aug 2, 2024
  • 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.
Jul 31, 2024
Jul 12, 2024
Jul 2, 2024
May 30, 2024
May 30, 2024
May 11, 2024
  • eb1679b9(#1299) Fix Command.execute API including extra new lines.
  • eb1679b9(#1299) Improve the speed of the JS Command.execute API
May 1, 2024
May 1, 2024
  • 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.
Mar 7, 2024
  • 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.
Feb 21, 2024
Feb 3, 2024
Dec 20, 2023
  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.
Dec 14, 2023
  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.
Oct 29, 2023
  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.
Oct 23, 2023
  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.
Oct 23, 2023
Aug 14, 2023
May 24, 2023

© 2026 Tauri Contributors. CC-BY / MIT