tauri@2.0.0-rc.0
Bug Fixes
6755af230
(#10435) Fix Specta remote implementation target forChannel
.24445d71d
(#10432) Fixes asset resolving when not using thecompression
feature.
Enhancements
1e0793b68
(#10357) EnhanceAssetResolver::get
in development mode by reading distDir directly as a fallback to the embedded assets.7aeac39e7
(#10397) Make the set of gtk application id optional, to allow more then one instance of the app running at the same time.cf994a6bb
(#10405) Addtauri::plugin::Builder::try_build
to allow plugins to check if theirTauriPlugin
initialization is valid.
Security fixes
426d14bb4
(#10423) Explicitly check that the main frame’s origin is the sender of Isolation Payloads289ae5555
(#10386) Re-enable TLS checks that were previously disabled to support an insecure HTTPS custom protocol on Android which is no longer used.
Dependencies
- Upgraded to
tauri-utils@2.0.0-rc.0
- Upgraded to
tauri-macros@2.0.0-rc.0
- Upgraded to
tauri-build@2.0.0-rc.0
- Upgraded to
tauri-runtime@2.0.0-rc.0
- Upgraded to
tauri-runtime-wry@2.0.0-rc.0
Breaking Changes
758d28c8a
(#10390) Core plugin permissions are now prefixed withcore:
, thecore:default
permission set can now be used and thecore
plugin name is reserved. Thetauri migrate
tool will automate the migration process, which involves prefixing allapp
,event
,image
,menu
,path
,resources
,tray
,webview
andwindow
permissions withcore:
.
© 2024 Tauri Contributors. CC-BY / MIT