Skip to content

tauri-utils@2.0.0-beta.18

Jul 2, 2024
  • fafc238f7 (#9977) Add bundle > homepage option, if unset, it will fallback to homepage defined in Cargo.toml.
  • 656a64974 (#9318) Added a configuration option to disable hardened runtime on macOS codesign.
  • 5b769948a (#9959) Add include_image macro to help embedding instances of Image struct at compile-time in rust to be used with window, menu or tray icons.
  • 3ab170917 (#9932) Add an option to disable NSIS compression bundle > nsis > compression: "none"
  • f21029b1b (#9994) Add bundle > nsis > startMenuFolder option to customize start menu folder for NSIS installer
  • 3ab170917 (#9932) Changed NsisSettings::compression field from Option<NsisCompression> to just NsisCompression
  • 911242f09 (#9883) Move updater target from bundle > targets to a separate field bundle > createUpdaterArtifacts
  • 3ab170917 (#9932) Changed NsisConfig::compression field from Option<NsisCompression> to just NsisCompression

© 2026 Tauri Contributors. CC-BY / MIT