@tauri-apps/cli-v2.7.0
📦 tauri
✨ 2 features🐛 5 fixes🔧 4 symbols
Summary
Tauri 2.7.0 introduces flexible object-based runner configurations and binary patching for better updates, while fixing several platform-specific configuration and bundling bugs.
✨ New Features
- Allow runner configuration to be an object with cmd, cwd, and args properties, in addition to the existing string format.
- Binaries are now patched before bundling to include the bundle type, improving target selection during the update process.
🐛 Bug Fixes
- Fixed Android dev and build commands incorrectly reading tauri.ios.conf.json instead of tauri.android.conf.json.
- Ensured iOS dependencies are installed when needed.
- Fixed 404 errors in AppImage bundler by pulling AppRun binaries from a GitHub mirror.
- Added an error when attempting to migrate from v2 alpha.
- Updated migration logic to use v2 stable instead of v2-rc when migrating from v2-beta.
🔧 Affected Symbols
tauri.android.conf.jsontauri.ios.conf.jsonrunnerAppImage bundler