Skip to content
Tauri 中文网

宣布 Tauri 1.6.0

Tauri 团队很高兴地宣布 1.6 版本发布。该版本包括几个新功能和重要的错误修复,例如在 macOS 上改进的代码签名、更新器增强以及所有平台上的事件循环崩溃修复。

🌐 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.

🌐 Upgrading

确保将 NPM 和 Cargo 的依赖都更新到 1.6.0 版本。你可以使用以下命令更新依赖:

🌐 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

🌐 What’s in 1.6.0

🌐 Event loop crash

我们终于得到了一个好的堆栈跟踪,并修复了一个存在已久的跨所有平台的崩溃。这个崩溃难以修复,因为它只在应用运行很长时间后才会发生,因此我们感谢每一个确保修复有效的人。

🌐 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.

🌐 Code signing improvements

Tauri 现在可以检测 macOS 应用包内部的嵌套 dylib、应用、xpc 和框架,并对它们进行代码签名。这确保了你的应用可以使用一些外部库,并且可以进行代码签名和公证。

🌐 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.

🌐 Updater enhancement

自动更新程序现在会在 Windows 上保留命令行参数。

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

🌐 Other changes

查看完整的更改列表:

🌐 Check out the entire list of changes:


Tauri 中文网 - 粤ICP备13048890号
Nodejs.cn 旗下网站