github tauri-apps/tauri @tauri-apps/cli-v2.0.0-beta.22
@tauri-apps/cli v2.0.0-beta.22

[2.0.0-beta.22]

New Features

  • 7c7fa0964 (#9963 by @lucasfernog) Added --method argument for ios build to select the export options' method.
  • 7c7fa0964 (#9963 by @lucasfernog) Setup iOS signing by reading IOS_CERTIFICATE, IOS_CERTIFICATE_PASSWORD and IOS_MOBILE_PROVISION environment variables.

Enhancements

  • c01e87ad4 (#10198 by @amrbashir) Enhance tauri migrate to also migrate variables like appWindow:

    import { appWindow } from '@tauri-apps/api/window'

    will become:

    import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow'
    const appWindow = getCurrentWebviewWindow()

Bug Fixes

  • 94136578b (#10186 by @amrbashir) Fix migrate command, migrating incorrect permissions for clipboard.
  • c01e87ad4 (#10198 by @amrbashir) Fix tauri migrate incorrectly migrating @tauri-apps/api/tauri module to just core and @tauri-apps/api/window to just webviewWindow.
  • 15e125996 (#10234 by @amrbashir) Fix cli failing to detect the correct cargo target directory when using cargo --target-dir flag with tauri build or tauri dev

Dependencies

  • Upgraded to tauri-cli@2.0.0-beta.22

Don't miss a new tauri release

NewReleases is sending notifications on new releases.