tauri-cli@2.9.0
此内容尚不支持你的语言。
f5851ee00
(#14089) Adds thescrollBarStyle
option to the window configuration.2a06d1006
(#14052) Add a--no-sign
flag to thetauri build
andtauri bundle
commands to skip the code signing step, improving the developer experience for local testing and development without requiring code signing keys.3b4fac201
(#14194) Addtauri.conf.json > bundle > android > autoIncrementVersionCode
config option to automatically increment the Android version code.673867aa0
(#14094) Try to detect ANDROID_HOME and NDK_HOME environment variables from default system locations and install them if needed using the Android Studio command line tools.3d6868d09
(#14128) Added support to defining the content type of the declared file association on macOS (maps to LSItemContentTypes property).3d6868d09
(#14128) Added support to defining the metadata for custom types declared intauri.conf.json > bundle > fileAssociations > exportedType
via theUTExportedTypeDeclarations
Info.plist property.ed7c9a410
(#14108) Addedbundle > macOS > infoPlist
andbundle > iOS > infoPlist
configurations to allow defining custom Info.plist extensions.75082cc5b
(#14120) Addedios run
andandroid run
commands to run the app in production mode.cc8c0b531
(#14031) Added support to universal app links on macOS with theplugins > deep-link > desktop > domains
configuration.
94cbd40fc
(#14223) Add support for Android’s adaptive and themed icons.b5aa01870
(#14268) Update cargo-mobile2 to 0.21, enhancing error messages and opening Xcode when multiple apps are installed.55453e845
(#14262) Check mismatched versions intauri info
1a6627ee7
(#14122) Set a default log level filter when runningtauri add log
.b06b3bd09
(#14126) Improve error messages with more context.f6622a3e3
(#14129) Prompt to install the iOS platform if it isn’t installed yet.6bbb530fd
(#14105) Warn if productName is empty when initializing mobile project.
19fb6f7cb
(#14146) Strip Windows-only extensions from the binary path so an Android project initialized on Windows can be used on UNIX systems.19fb6f7cb
(#14146) Enhance Android build script usage on Windows by attempting to run cmd, bat and exe formats.28a2f9bc5
(#14101) Fix iOS CLI usage after modifying the package name.d2938486e
(#14261) Replaced the non-standard nerd font character withⱼₛ
intarui info
25e920e16
(#14298) Wait for dev server to exit before exiting the CLI when the app is closed ontauri dev --no-watch
.b0012424c
(#14115) Resolve local IP address whentauri.conf.json > build > devUrl
host is0.0.0.0
.abf7e8850
(#14118) Fixes mobile project initialization when usingpnpx
orpnpm dlx
.
- Upgraded to
tauri-utils@2.8.0
- Upgraded to
tauri-bundler@2.7.0
© 2025 Tauri Contributors. CC-BY / MIT