github tauri-apps/tauri tauri-runtime-wry-v0.3.4
tauri-runtime-wry v0.3.4

latest releases: tauri-driver-v2.0.1, tauri-cli-v2.0.1, @tauri-apps/cli-v2.0.1...
2 years ago

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 403 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (481 crate dependencies)

[0.3.4]

  • Added close_devtools and is_devtools_open APIs to the Dispatch trait.
  • Emit RunEvent::Exit on tao::event::Event::LoopDestroyed instead of after RunEvent::ExitRequested.
    • 3c4ee7c9 refactor(wry): emit RunEvent::Exit on Event::LoopDestroyed (#3785) on 2022-03-27
  • Breaking change: The MenuItem::About variant is now associated with a tuple value (String, AboutMetadata).
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Support window parenting on macOS
  • The file drop event is now part of the WindowEvent enum instead of a having a dedicated handler.
  • Breaking change: Use the dedicated WindowEvent enum on RunEvent.
    • edad9f4f refactor(core): add RunEvent::WindowEvent (#3793) on 2022-03-28
  • Added create_proxy to the Runtime and RuntimeHandle traits.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Allow specifying a user event type for the event loop message.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Use a random window id instead of tao::window::WindowId to not block the thread waiting for the event loop to process the window creation.
    • 7cd39c70 refactor(core): use random window id to simplify window creation, closes #3645 #3597 (#3684) on 2022-03-15
  • Update wry to 0.14 and tao to 0.7.
    • f2d24ef2 chore(deps): update wry (#1482) on 2021-04-14
    • e267ebf1 Apply Version Updates From Current Changes (#1486) on 2021-04-14
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Added the WindowEvent::FileDrop variant.

Cargo Publish

Updating crates.io index
   Packaging tauri-runtime-wry v0.3.4 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
   Uploading tauri-runtime-wry v0.3.4 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)

Don't miss a new tauri release

NewReleases is sending notifications on new releases.