tauri@2.0.0-beta.21
此内容尚不支持你的语言。
8a1ae2dea(#9843) Added an option to use a Xcode project for the iOS plugin instead of a plain SwiftPM project.
276c4b143(#9832) On Windows, fix wrong menubar theme when window is using an explicit theme.ccc3ea729(#9646) Parse the correct platformtauri.<platform>.conf.jsonconfig file when building or developing for mobile.aa55e0335(#9899) Set default window origin tonull. Prevent window crash when loadingabout:blank.
9ac930380(#9850) Emitcargo:rustc-check-cfginstruction so Cargo validates custom cfg attributes on Rust 1.80 (or nightly-2024-05-05).80aa50498(#9870) Updated Android target SDK to 34.
- Upgraded to
tauri-build@2.0.0-beta.17 - Upgraded to
tauri-macros@2.0.0-beta.17 - Upgraded to
tauri-utils@2.0.0-beta.17 - Upgraded to
tauri-runtime@2.0.0-beta.18 - Upgraded to
tauri-runtime-wry@2.0.0-beta.18
-
e8f6eb59a(#9552) Include binary path inEnv.args_os, previously it was skipped. -
1df5cdeb0(#9858) Usetauri.conf.json > identifierto set thePackageNamein Android andBundleIdin iOS. -
aaecb6a72(#9890) Renameddevfunction tois_devand marked it asconst fn -
c4410daa8(#9777) This release contains breaking changes to the tray event structure because of newly added events:- Changed
TrayIconEventto be an enum instead of a struct. - Added
MouseButtonStateandMouseButtonenums. - Removed
ClickTypeenum and replaced it withMouseButtonenum. - Added
MouseButtonStateenum.
- Changed
© 2025 Tauri Contributors. CC-BY / MIT