mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:22:04 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
5.5 KiB
5.5 KiB
Changelog
[2.0.5]
Bug Fixes
06f911aaf(#14871 by @goosewobbler) Prevent native WebDriver stdout from polluting tauri-driver's stdout used by test frameworks.
[2.0.4]
Enhancements
0cf2d9933(#13238) Automatically append the.exeextension on the application path intauri:options.
Bug Fixes
[2.0.3]
Bug Fixes
fb294af8e(#12383 by @bicarlsen) Parse ms:edgeOptions separately to preventinvalid argumenterrors.
[2.0.2]
Enhancements
[2.0.1]
What's Changed
0ab2b3306(#11205 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
[2.0.0]
What's Changed
[0.1.5]
Bug Fixes
What's Changed
f4d5241b3(#10731 by @amrbashir) Update documentation icon path.
[0.1.4]
New Features
435d7513(#8609) AddedwebviewOptionsobject to thetauri:optionscapability 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.60to be in line with the rest of the Tauri project.
[0.1.2]
- Expose
native-hostoption in tauri-driver and set default to127.0.0.1.
[0.1.1]
- The minimum Rust version is now
1.56. - Add
argsfield (array of application CLI arguments) to thetauri:optionscapabilities.