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

latest releases: tauri-cli-v2.0.0-beta.20, @tauri-apps/cli-v2.0.0-beta.20, tauri-bundler-v2.0.1-beta.16...
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 (401 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.3
        ├── updater-example 0.1.0
        ├── tauri 1.0.0-beta-rc.3
        ├── multiwindow 0.1.0
        ├── helloworld 0.1.0
        └── api 0.1.0

warning: 1 allowed warning found

[1.0.0-beta-rc.3]

  • tauri::error::CreateWebview now has the error string message attached.
    • 7471e34 feat(core): add error message on error::CreateWebview (#1602) on 2021-04-23
  • If the dialog defaultPath is a file, use it as starting file path.
    • aa7e273 feat: use rfd::FileDialog#set_file_name if default_path is a file (#1598) on 2021-04-23
  • Validate dialog option defaultPath - it must exists.
    • cfa74eb feat(core): validate dialog default_path (it must exist) (#1599) on 2021-04-23
  • Expose async_runtime module.
    • d3fdeb4 feat(core): expose async_runtime module (#1576) on 2021-04-21
  • Expose PageLoadPayload struct.
    • 5e65b76 fix(core): expose PageLoadPayload struct (#1590) on 2021-04-22
  • Fixes the Message command name value on plugin invoke handler.
    • 422dd5e fix(core): command name on plugin invoke handler (#1577) on 2021-04-21
  • Allow window.__TAURI__.invoke to be moved to another variable.
    • be65f04 fix(core): make window.TAURI.invoke context free, fixes #1547 (#1565) on 2021-04-21
  • Make sure custom protocol is treated as secure content on macOS.
    • 5909c1e Make sure custom protocol is handled as secure context on macOS (#1551) on 2021-04-22
  • Fixes macOS shortcut modifiers keycodes.
  • Adds APIs to determine global and webview-specific URI scheme handlers.
    • 938fb62 feat(core): expose custom protocol handler APIs (#1553) on 2021-04-21
    • a868cb7 refactor(core): clear uri_scheme_protocol registration function names (#1617) on 2021-04-25
  • The package info APIs now checks the package object on tauri.conf.json.
    • 8fd1baf fix(core): pull package info from tauri.conf.json if set (#1581) on 2021-04-22
  • Change plugin trait initialization return type to std::result::Result<(), Box<dyn std::error::Error>>.
    • 508eddc refactor(core): plugin initialization return value (#1575) on 2021-04-21
  • Fixes sidecar Command API.
    • 99307d0 fix(core): sidecar command path (#1584) on 2021-04-22
  • Set LocalStorage and IndexedDB files path on Linux to $HOME/.local/${bundleIdentifier}.
    • 5f033db feat(core): use bundle identifier on user data path (#1580) on 2021-04-22
  • Use bundle identifier instead of Tauri for user data path on Windows.
    • 5f033db feat(core): use bundle identifier on user data path (#1580) on 2021-04-22

Cargo Publish

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

Don't miss a new tauri release

NewReleases is sending notifications on new releases.