@tauri-apps/cli-v2.10.1
📦 tauriView on GitHub →
🐛 3 fixes
Summary
This patch release (2.10.1) focuses on bug fixes, including support for comma-separated Cargo features, fixing mobile command arguments, and resolving an issue with updater signing keys generated with empty passwords.
Migration Steps
- If you generated updater signing private keys using 'tauri signer generate' with an empty password between v2.9.3 and v2.10.0, you must regenerate them.
🐛 Bug Fixes
- Support comma-separated list of Cargo features on all commands.
- Fix missing Cargo args when running mobile dev and build commands.
- Fix updater signing private keys generated using 'tauri signer generate' with empty password can't be used (keys generated between v2.9.3 and v2.10.0 are broken and need regeneration).