tauri-runtime-wry 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]
- Fix
window.centerpanic when window size is bigger than screen size. - Enable non-session cookie persistence on Linux.
- Fixes a deadlock when creating a window from a menu event handler.
- Fixes
WindowEvent::FocusandWindowEvent::Blurevents not firing. - Use webview's inner_size instead of window's value to get the correct size on macOS.
- Reimplement
remove_system_trayon Windows to drop theSystemTrayto run its cleanup code. - Replace
WindowBuilder'shas_menuwithget_menu. - Fix empty header from CORS on Linux.
- The
run_returnAPI is now available on Linux. - Allow window, global shortcut and clipboard APIs to be called on the main thread.
- Change event loop callbacks definition to allow callers to move in mutable values.
- Add
macos-private-apifeature flag, enabled viatauri.conf.json > tauri > macOSPrivateApi. - Refactor
create_tao_windowAPI to returnWeak<Window>instead ofArc<Window>.- c1494b35 refactor: return Weak on create_tao_window on 2021-08-31
- 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. - 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. - This is a temporary fix of null pointer crash on
get_contentof web resource request.
We will switch it back once upstream is updated. - Update wry to 0.13.
Cargo Publish
Updating crates.io index
Packaging tauri-runtime-wry v0.3.0 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
Uploading tauri-runtime-wry v0.3.0 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)