mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
88a1dd17c3
* apply version updates * promote to beta * fix check version * update dependencies section [skip ci] * update npm versions --------- Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2.7 KiB
2.7 KiB
Changelog
[0.1.4]
New Features
435d7513
(#8609) AddedwebviewOptions
object to thetauri:options
capability to configure the Edge webview options on Windows.
[0.1.3]
What's Changed
9edebbba
(#7475) Update locked dependencies to fix a Windows build issue when using them with a recent Rust compiler.9edebbba
(#7475) Bump minimum Rust version to1.60
to be in line with the rest of the Tauri project.
[0.1.2]
- Expose
native-host
option in tauri-driver and set default to127.0.0.1
.
[0.1.1]
- The minimum Rust version is now
1.56
. - Add
args
field (array of application CLI arguments) to thetauri:options
capabilities.