This release bumps Tauri to version 2.6.0 and updates the Webview versions to chrome107
and safari16
which matches Vite 7 defaults and Baseline Widely Available features. This makes figuring out supported features much easier.
See CHANGES.md for a complete list of changes.
Note
macOS builds are not signed so in order to run the app, after moving the app to Applications folder you need to run xattr -c /Applications/tauri-app.app
in the terminal. (See tauri-apps/tauri-action#919)