tauri-cli@2.0.0-beta.22
c734b9e3c(#10072 by @FabianLars) Upgraded the WiX version to 3.14 which fixes vulnerability issues and adds support for Arm targets.7c7fa0964(#9963 by @lucasfernog) Added--methodargument forios buildto select the export options’ method.7c7fa0964(#9963 by @lucasfernog) Setup iOS signing by readingIOS_CERTIFICATE,IOS_CERTIFICATE_PASSWORDandIOS_MOBILE_PROVISIONenvironment variables.
-
c01e87ad4(#10198 by @amrbashir) Enhancetauri migrateto also migrate variables likeappWindow:import { appWindow } from '@tauri-apps/api/window'will become:
import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow'const appWindow = getCurrentWebviewWindow()
94136578b(#10186 by @amrbashir) Fixmigratecommand, migrating incorrect permissions forclipboard.c01e87ad4(#10198 by @amrbashir) Fixtauri migrateincorrectly migrating@tauri-apps/api/taurimodule to justcoreand@tauri-apps/api/windowto justwebviewWindow.15e125996(#10234 by @amrbashir) Fix cli failing to detect the correct cargo target directory when using cargo--target-dirflag withtauri buildortauri dev
- Upgraded to
tauri-bundler@2.0.1-beta.18 - Upgraded to
tauri-macos-sign@0.1.0-beta.0 - Upgraded to
tauri-utils@2.0.0-beta.19
© 2025 Tauri Contributors. CC-BY / MIT