Skip to content
Tauri
Releases
You're reading the blog on the prerelease site for Tauri 2.0 - Go to the Tauri 1.0 site

Announcing Tauri 1.6.0

The Tauri team is happy to announce the 1.6 release. This version includes several new features and important bug fixes such as improved code signing on macOS, updater enhancements and an event loop crash on all platforms.

Make sure to update both NPM and Cargo dependencies to the 1.6.0 release. You can update the dependencies with:

npm install @tauri-apps/cli@latest @tauri-apps/api@latest

We finally got a good stack trace and got a fix for a long standing crash on all platforms. This crash was a challenge to fix since it only happened when the application is running for a long time, so we thank everyone that made sure the fix works.

Tauri now detects nested dylib, app, xpc and frameworks inside your macOS app bundle and codesigns each of them. This ensures your app can use some external libraries and be codesigned and notarized.

The auto updater now keeps the command line arguments on Windows.

Check out the entire list of changes:


© 2024 Tauri Contributors. CC-BY / MIT