Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 417 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (441 crate dependencies)
[1.0.0-rc.15]
- Fixes filesystem scope check when using the HTTP API to upload files.
- Fixes a memory leak in the command system.
- Fixes the
Content-Type
header value when sending multipart requests using thereqwest-client
feature. - Kill sidecar processes on app exit even when only the
shell-sidecar
feature is enabled. - Fixes a crash when a request is made to
https://tauri.$URL
on Windows where$URL
is notlocalhost/**
e.g.https://tauri.studio
. - Set notification icon to app icon on Linux.
- Breaking change: Revert the window creation to be blocking in the main thread. This ensures the window is created before using other methods, but has an issue on Windows where the program deadlocks when creating a window in a Tauri command if it is not
async
. The documentation now states that commands must beasync
in other to prevent it until the issue is fixed in Webview2. - No longer ask for permission to send notifications and always allow it.
- Breaking change: Removed the
settings
module. - Breaking change: Removed the
gtk-tray
andayatana-tray
Cargo features. - Call
preventDefault()
in the mousedown event handler for[data-tauri-drag-region]
elements. - Set permission to
0o700
for the tmp folder used to move the current AppImage on the updater process.
Cargo Publish
Updating crates.io index
Packaging tauri v1.0.0-rc.15 (/home/runner/work/tauri/tauri/core/tauri)
Uploading tauri v1.0.0-rc.15 (/home/runner/work/tauri/tauri/core/tauri)