跳转到内容
Tauri

tauri-cli@2.10.0

此内容尚不支持你的语言。

  • f82594410 (#13253 by @Armaldio) Allow electron to run the CLI directly

  • 2d28e3143 (#14632 by @sftse) Small code refactors for improved code readability. No user facing changes.

  • a2abe2e6b (#14607 by @sftse) Simplified internal representation of features: Option<Vec<String>> with Vec<String>, no user facing changes

  • 84b04c4a8 (#14759 by @amrbashir) Added new environment variables for tauri signer sign command, to align with existing environment variables used in tauri build, tauri bundle and tauri signer generate

    • TAURI_SIGNING_PRIVATE_KEY
    • TAURI_SIGNING_PRIVATE_KEY_PATH
    • TAURI_SIGNING_PRIVATE_KEY_PASSWORD

    The old environment variables are deprecated and will be removed in a future release.

    • TAURI_PRIVATE_KEY
    • TAURI_PRIVATE_KEY_PATH
    • TAURI_PRIVATE_KEY_PASSWORD
  • e3fdcb500 (#14836 by @sftse) Continued refactors of tauri-cli, fix too weak atomics.
  • 0575dd287 (#14521 by @kandrelczyk) Change the way bundle type information is added to binary files. Instead of looking up the value of a variable we simply look for the default value.
  • 7f7d9aac2 (#14668 by @sftse) Refactored internal use of static on config and directory resolvings, no user facing changes, please report any regressions if you encounter any
  • Upgraded to tauri-utils@2.8.2
  • Upgraded to tauri-macos-sign@2.3.3
  • Upgraded to tauri-bundler@2.8.0

© 2026 Tauri Contributors. CC-BY / MIT