[2.0.0-rc.0]
New Features
d5511c311
(#10395) Added migration from2.0.0-beta
to2.0.0-rc
.a5bfbaa62
(#9962) Addedbundle > iOS > frameworks
configuration to define a list of frameworks that are linked to the Xcode project when it is generated.
Enhancements
a0841d509
(#10421) Changes the default behavior of thedev
command to only expose to localhost (127.0.0.1
) instead of the default system interface.
Security fixes
289ae5555
(#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-cli@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:
.7ba67b4ac
(#10437)ios dev
andandroid dev
now uses localhost for the development server unless running on an iOS device,
which still requires connecting to the public network address. To conditionally check this on your frontend
framework's configuration you can check for the existence of theTAURI_DEV_HOST
environment variable instead of checking if the target is iOS or Android (previous recommendation).