Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 307 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (419 crate dependencies)
[0.1.2]
- Adds
clipboard
APIs (write and read text). - Fixes window event being emitted to all windows listeners.
- Panic on window getters usage on the main thread when the event loop is not running and document it.
- Adds
focus
API to the WindowBuilder. - Adds support to PNG icons.
- Adds
is_decorated
getter on Window. - Adds
is_resizable
getter on Window. - Adds
is_visible
getter on Window. - Removes
image
dependency. For now only.ico
icons on Windows are supported, and we'll implement other types on demand to optimize bundle size. - The
run_on_main_thread
API now uses WRY's UserEvent, so it wakes the event loop. - Adds global shortcut interfaces.
- Adds
request_user_attention
API to theDispatcher
trait. - Adds
fn run_iteration
(macOS and Windows only) to the Runtime trait. - Adds
show_menu
,hide_menu
andis_menu_visible
APIs to theDispatcher
trait. - Adds
set_focus
API on Window. - Adds
set_skip_taskbar
API on Window. - Update
wry
to v0.10.0 and replace the removeddispatch_script
andevaluate_script
methods with the newevaluate_script
method inhandle_event_loop
. - Adds
skip_taskbar
API to the WindowBuilder. - Adds
Window#center
andWindowBuilder#center
APIs. - Adds
parent_window
andowner_window
setters to theWindowBuilder
(Windows only). - Adds window native handle getter (HWND on Windows).
Cargo Publish
Updating crates.io index
Packaging tauri-runtime-wry v0.1.2 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
Uploading tauri-runtime-wry v0.1.2 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)