tauri-runtime-wry@0.3.0
Feb 10, 2022
- 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.
- Breaking change: 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<Window> 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.
© 2026 Tauri Contributors. CC-BY / MIT