tauri-cli@1.2.0
Ce contenu n’est pas encore disponible dans votre langue.
- Keep
tauri dev
watcher alive when the configuration is invalid. - Ignore workspace members in dev watcher if they are ignored by
.taurignore
- Detect JSON5 and TOML configuration files in the dev watcher.
- Fix cli passing
--no-default-features
to the app instead of the runner (Cargo). - Validate
package > productName
in the tauri config and produce errors if it contains one of the following characters/\:*?\"<>|
- Hot-reload the frontend when
tauri.conf.json > build > devPath
points to a directory. - Expose
TAURI_TARGET_TRIPLE
tobeforeDevCommand
,beforeBuildCommand
andbeforeBundleCommand
- Log dev watcher file change detection.
- Set
TAURI_PLATFORM_TYPE
,TAURI_FAMILY
,TAURI_ARCH
andTAURI_PLATFORM
env vars for hook commands to based on the app not the cli. - Add
tauri.conf.json > bundle > publisher
field to specify the app publisher. - Changed the project template to not enable all APIs by default.
© 2024 Tauri Contributors. CC-BY / MIT