github tauri-apps/tauri tauri-runtime-v0.3.4
tauri-runtime 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.
  • 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
  • Force Error boxed errors to be Sync.
    • da1e8793 feat(core): improve and cleanup the Error enum (#3748) on 2022-03-22
  • Breaking change: Move the FileDropEvent struct to the window module.
  • 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
  • Added the WindowEvent::FileDrop variant.

Cargo Publish

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

Don't miss a new tauri release

NewReleases is sending notifications on new releases.