Skip to content
Tauri

tauri-cli@2.0.0-rc.4

New Features

Enhancements

  • bba1a4419 (#10457 by @mmvanheusden) Added --no-fmt option to the add command to skip formatting the code after applying changes.
  • 71d00646a (#10504 by @fu050409) Improve the init command behavior by detecting the project NPM package manager.
  • 8deb1966a (#10652 by @lucasfernog) Infer macOS codesign identity from the APPLE_CERTIFICATE environment variable when provided, meaning the identity no longer needs to be provided when signing on CI using that option. If the imported certificate name does not match a provided signingIdentity configuration, an error is returned.
  • f35bcda28 (#10598 by @lucasfernog) permission add and add commands now check if the plugin is known and if it is either desktop or mobile only we add the permission to a target-specific capability.

Bug Fixes

What’s Changed

Dependencies

  • Upgraded to tauri-utils@2.0.0-rc.3
  • Upgraded to tauri-bundler@2.0.1-rc.2
  • Upgraded to tauri-macos-sign@0.1.1-rc.0

© 2024 Tauri Contributors. CC-BY / MIT