tauri-cli@2.7.0
此内容尚不支持你的语言。
33d079392
(#13811 by @mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }
while maintaining backwards compatibility with the existing string format.
232265c70
(#13209 by @kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.
916aeaa48
(#13781 by @lucasfernog) Fixes Android dev and build commands readingtauri.ios.conf.json
instead oftauri.android.conf.json
to merge platform-specific configuration.acd757428
(#13743 by @owjs3901) Fix type of CFBundleVersion generated bytauri ios init
whenbundleVersion
is a single number (for example1
instead of1.0.0
).0f248b111
(#13799 by @lucasfernog) Install iOS dependencies when needed.7a6fd5b75
(#13863 by @FabianLars) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.bda830410
(#13833 by @Legend-Master) Fail with an error when trying to migrate from v2 alphabda830410
(#13833 by @Legend-Master) Use v2 stable instead of v2-rc when migrating from v2-beta
cfc5bb819
(#13780 by @Legend-Master) Enable edge to edge intauri android init
template12e359061
(#13759 by @owjs3901) Update compileSdk, targetSdk in android template to 36
- Upgraded to
tauri-bundler@2.5.1
- Upgraded to
tauri-utils@2.6.0
© 2025 Tauri Contributors. CC-BY / MIT