tauri-utils@2.0.0-beta.0
Feb 3, 2024
New Features
Section titled “New Features”74a2a603(#8661) Implement access control list for IPC usage.9eaeb5a8(#8622) Addparentoption for window config.58fe2e81(#8670) AddWebviewUrl::CustomProtocolenum variant.
What's Changed
Section titled “What's Changed”6639a579(#8441) Added theWindowConfig::proxy_urlWebviewBuilder::proxy_url() / WebviewWindowBuilder::proxy_url()options when creating a webview.
Breaking Changes
Section titled “Breaking Changes”-
8de308d1(#8723) Restructured Tauri config per RFC#5:- Moved
package.productName,package.versionandtauri.bundle.identifierfields to the top-level. - Removed
packageobject. - Renamed
tauriobject toapp. - Moved
tauri.bundleobject to the top-level. - Renamed
build.distDirfield tofrontendDist. - Renamed
build.devPathfield todevUrland will no longer accepts paths, it will only accept URLs. - Moved
tauri.patterntoapp.security.pattern. - Removed
tauri.bundle.updaterobject, and its fields have been moved to the updater plugin underplugins.updaterobject. - Moved
build.withGlobalTauritoapp.withGlobalTauri. - Moved
tauri.bundle.dmgobject tobundle.macOS.dmg. - Moved
tauri.bundle.debobject tobundle.linux.deb. - Moved
tauri.bundle.appimageobject tobundle.linux.appimage. - Removed all license fields from each bundle configuration object and instead added
bundle.licenseandbundle.licenseFile. - Renamed
AppUrltoFrontendDistand refactored its variants to be more explicit.
- Moved
-
c77b4032(#8280) Renamedconfig::WindowUrltoconfig::WebviewUrl. -
a093682d(#8621) Changederrorfield inConfigError::FormatTomlto be boxedBox<toml::de::Error>to reduce the enumConfigErrorsize in memory. -
58fe2e81(#8670) Changeddist_diranddev_pathconfig options to be optional.
© 2026 Tauri Contributors. CC-BY / MIT