Skip to content

tauri-utils@2.0.0-rc.0

Aug 2, 2024
New Features
  • a5bfbaa62(#9962) Added bundle > iOS > frameworks configuration to define a list of frameworks that are linked to the Xcode project when it is generated.
Enhancements
  • 7aeac39e7 (#10397) Make the set of gtk application id optional, to allow more then one instance of the app running at the same time.
Bug Fixes
  • 498f405ca (#10404) Fixed an issue where configuration parsing errors always displayed 'tauri.conf.json' as the file path, even when using 'Tauri.toml' or 'tauri.conf.json5'.

    The error messages now correctly shows the actual config file being used.

Security fixes
  • 426d14bb4 (#10423) Explicitly check that the main frame's origin is the sender of Isolation Payloads

© 2026 Tauri Contributors. CC-BY / MIT