tauri/.changes/v1-migration-improvement.md
Lucas Fernandes Nogueira f3837d5b98
fix(cli): broken v1 updater migration, add TOML support, closes #10508 (#10539)
- make the v1 config migration more resilient by checking null values
- fix "targets: all" incorrectly migrating createUpdaterArtifacts when there's no updater configuration (this is problematic because this targets config is the default)
- migrate Tauri.toml
- add more tests
2024-08-12 11:56:13 +09:00

170 B

tauri-cli @tauri-apps/cli
patch:bug patch:bug

Improve migration tooling by supporting TOML configs, handle nulls and properly check for updater migration.