Aller au contenu
Tauri

@tauri-apps/cli@2.11.3

Ce contenu n’est pas encore disponible dans votre langue.

  • 50b0237ed (#15549 by @Legend-Master) Escape special characters in productName when generating Android strings.xml

  • 728c8d4a5 (#15473 by @Legend-Master) Skip building bundles when using tauri android run

  • be0cb0d43 (#15344 by @raglady) Fix NDK_HOME environment variable not honored when set

  • ed8fd411f (#15552 by @Legend-Master) Make ureq_proto show trace level logs only on -vvv instead of -vv

  • fca4a31f9 (#15454 by @fallintoplace) Fix tauri migrate generating invalid namespace imports for aliased pluginified imports from @tauri-apps/api.

    Inputs like import { cli as superCli } from "@tauri-apps/api" now migrate to import * as superCli from "@tauri-apps/plugin-cli" instead of producing invalid ESM syntax. The migration tests also reparse migrated JS, Svelte, and Vue output so syntax regressions are caught directly.

  • Upgraded to tauri-cli@2.11.3

© 2026 Tauri Contributors. CC-BY / MIT