Skip to content

tauri-build@2.0.0-beta.5

Feb 27, 2024
  • b9e6a018(#8937) The custom-protocol Cargo feature is no longer required on your application and is now ignored. To check if running on production, use #[cfg(not(dev))] instead of #[cfg(feature = "custom-protocol")].
  • b9e6a018(#8937) Removed tauri_build::CodegenContext::dev() and added tauri_build::dev().
  • Upgraded to tauri-utils@2.0.0-beta.5
  • Upgraded to tauri-codegen@2.0.0-beta.5

© 2026 Tauri Contributors. CC-BY / MIT