tauri-cli@1.0.0-beta.2
- Support
cargo tauri buildon Apple M1 chip. - Infer
app nameandwindow titlefrompackage.json > productNameorpackage.json > name. InferdistDiranddevPathby reading the package.json and trying to determine the UI framework (Vue.js, Angular, React, Svelte and some UI frameworks). - Watch workspace crates on
devcommand. - Adds
featuresargument to thedevandbuildcommands. - Fixes the libwebkit2gtk package name.
- Properly keep all
taurifeatures that are not managed by the CLI. - Copy resources and binaries to
OUT_DIRontauri devcommand. - Read cargo features from
tauri.conf.json > build > featuresand propagate them ondevandbuild. - Fixes
tauri.conf.json > tauri > bundle > targetsnot applying to the bundler. - Fixes
infocommand not striping\rfrom child process version output. - Allow setting a path to a license file for the Windows Installer (
tauri.conf.json > bundle > windows > wix > license). - Change the
cspvalue on the template to includewss:andtauri:to thedefault-srcattribute. - Adds
tauri > bundle > windows > wix > languageconfig option. See https://docs.microsoft.com/en-us/windows/win32/msi/localizing-the-error-and-actiontext-tables.
© 2025 Tauri Contributors. CC-BY / MIT