@tauri-apps/cli-v2.0.0-rc.0
版本发布时间: 2024-08-02 22:01:23
tauri-apps/tauri最新发布版本:tauri-v2.1.1(2024-11-11 22:51:00)
[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).
1、 cli.darwin-arm64.node 16.1MB
2、 cli.darwin-x64.node 16.95MB
3、 cli.linux-arm-gnueabihf.node 16.11MB
4、 cli.linux-arm64-gnu.node 16.79MB
5、 cli.linux-arm64-musl.node 16.74MB
6、 cli.linux-x64-gnu.node 18.71MB
7、 cli.linux-x64-musl.node 18.68MB
8、 cli.win32-arm64-msvc.node 16.5MB
9、 cli.win32-ia32-msvc.node 15.68MB
10、 cli.win32-x64-msvc.node 19.12MB