github tauri-apps/tauri @tauri-apps/cli-v3.0.0-alpha.0
@tauri-apps/cli v3.0.0-alpha.0

[3.0.0-alpha.0]

Enhancements

  • 84a37feed When a captured command fails, include its stderr in the error message.

Bug Fixes

  • b30c16623 (#15778) Respect the CARGO_BUILD_TARGET environment variable when resolving the build target, matching Cargo's precedence over build.target in .cargo/config.toml.

What's Changed

Dependencies

  • Upgraded to tauri-cli@3.0.0-alpha.0

Breaking Changes

  • 1e5ba7b53 (#15985) The CLI detects the webview runtime (wry, CEF or other) from the tauri-runtime-wry and tauri-runtime-cef dependencies of the app manifest instead of the removed cef feature of tauri:

    • The webkit2gtk package dependencies of the Debian and RPM packages and the WebView2 installation step of the Windows installers are only added when the app uses wry.
    • The CEF files, code signing entitlements and macOS dev flow are only used when the app uses CEF.
    • Nothing runtime-specific is done for other runtimes.
    • The app and plugin templates add the tauri-runtime-wry dependency and select it with tauri::Builder::default().runtime(tauri_runtime_wry::Wry::default()).

Don't miss a new tauri release

NewReleases is sending notifications on new releases.