github tauri-apps/tauri tauri-v1.0.0-beta-rc.2
tauri v1.0.0-beta-rc.2

latest releases: tauri-cli-v2.0.0-beta.15, @tauri-apps/cli-v2.0.0-beta.15, tauri-v2.0.0-beta.17...
3 years ago

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 289 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (402 crate dependencies)
Crate:         difference
Version:       2.0.0
Warning:       unmaintained
Title:         difference is unmaintained
Date:          2020-12-20
ID:            RUSTSEC-2020-0095
URL:           https://rustsec.org/advisories/RUSTSEC-2020-0095
Dependency tree: 
difference 2.0.0
└── mockito 0.30.0
    └── tauri 1.0.0-beta-rc.2
        ├── updater-example 0.1.0
        ├── tauri 1.0.0-beta-rc.2
        ├── multiwindow 0.1.0
        ├── helloworld 0.1.0
        └── api 0.1.0

Crate:         dirs
Version:       1.0.5
Warning:       unmaintained
Title:         dirs is unmaintained, use dirs-next instead
Date:          2020-10-16
ID:            RUSTSEC-2020-0053
URL:           https://rustsec.org/advisories/RUSTSEC-2020-0053
Dependency tree: 
dirs 1.0.5
└── mac-notification-sys 0.3.0
    └── notify-rust 4.3.0
        └── tauri 1.0.0-beta-rc.2
            ├── updater-example 0.1.0
            ├── tauri 1.0.0-beta-rc.2
            ├── multiwindow 0.1.0
            ├── helloworld 0.1.0
            └── api 0.1.0

warning: 2 allowed warnings found

[1.0.0-beta-rc.2]

  • Prevent "once" events from being able to be called multiple times.

  • Window::trigger(/*...*/) is now properly pub instead of pub(crate).

  • Manager::once_global(/*...*/) now returns an EventHandler.

  • Window::once(/*...*/) now returns an EventHandler.

  • (internal) event::Listeners::trigger(/*...*/) now handles removing "once" events.

  • ece243d don't remove once listener on new thread (#1506) on 2021-04-14

  • TS was wrongly re-exporting the module.

  • Window and global events can now be nested inside event handlers. They will run as soon
    as the event handler closure is finished in the order they were called. Previously, calling
    events inside an event handler would produce a deadlock.

Note: The order that event handlers are called when triggered is still non-deterministic.

  • e447b8e allow event listeners to be nested (#1513) on 2021-04-15

Cargo Publish

Updating crates.io index
   Packaging tauri v1.0.0-beta-rc.2 (/home/runner/work/tauri/tauri/core/tauri)
   Uploading tauri v1.0.0-beta-rc.2 (/home/runner/work/tauri/tauri/core/tauri)

Don't miss a new tauri release

NewReleases is sending notifications on new releases.