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.center
panic 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::Focus
andWindowEvent::Blur
events not firing. - Use webview's inner_size instead of window's value to get the correct size on macOS.
- Reimplement
remove_system_tray
on Windows to drop theSystemTray
to run its cleanup code. - Replace
WindowBuilder
'shas_menu
withget_menu
. - Fix empty header from CORS on Linux.
- The
run_return
API 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-api
feature flag, enabled viatauri.conf.json > tauri > macOSPrivateApi
. - Refactor
create_tao_window
API to returnWeak<Window>
instead ofArc<Window>
.- c1494b35 refactor: return Weak on create_tao_window on 2021-08-31
- Added
any_thread
constructor on theRuntime
trait (only possible on Linux and Windows). - Added
run_on_main_thread
API onRuntimeHandle
. - Breaking change: Renamed the
RPC
interface toIPC
. - Added
open_devtools
to theDispatcher
trait. - The minimum Rust version is now
1.56
. - Replace all of the
winapi
crate references with thewindows
crate, and replacewebview2
andwebview2-sys
withwebview2-com
andwebview2-com-sys
built with thewindows
crate. This goes along with updates to the TAO and WRYnext
branches. - Update the
windows
crate to 0.25.0, which comes with pre-built libraries. WRY and Tao can both reference the same types directly from thewindows
crate instead of sharing bindings inwebview2-com-sys
. - This is a temporary fix of null pointer crash on
get_content
of 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)