tauri-runtime v0.3.0
Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 397 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (483 crate dependencies)
[0.3.0]
- Replace
WindowBuilder'shas_menuwithget_menu. - The
run_returnAPI is now available on Linux. - Add
Menu::with_itemsconstructor, taking an iterator ofMenuEntry. - Change event loop callbacks definition to allow callers to move in mutable values.
- Added
any_threadconstructor on theRuntimetrait (only possible on Linux and Windows). - Added
run_on_main_threadAPI onRuntimeHandle. - Breaking change: Renamed the
RPCinterface toIPC. - Added
open_devtoolsto theDispatchertrait. - The minimum Rust version is now
1.56. - The window label is now validated and must be alphanumeric, resulting in a panic if it isn't.
- Added
clipboardfield on theWebviewAttributesstruct, which must be set totrueto enable clipboard access on the webview. - Replace all of the
winapicrate references with thewindowscrate, and replacewebview2andwebview2-syswithwebview2-comandwebview2-com-sysbuilt with thewindowscrate. This goes along with updates to the TAO and WRYnextbranches. - Update the
windowscrate to 0.25.0, which comes with pre-built libraries. WRY and Tao can both reference the same types directly from thewindowscrate instead of sharing bindings inwebview2-com-sys.
Cargo Publish
Updating crates.io index
Packaging tauri-runtime v0.3.0 (/home/runner/work/tauri/tauri/core/tauri-runtime)
Uploading tauri-runtime v0.3.0 (/home/runner/work/tauri/tauri/core/tauri-runtime)