Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 404 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (484 crate dependencies)
[1.0.0-rc.7]
- Breaking change: Removed
tauri::api::file::ArchiveFormat::Plain
. - Fallback to
{path}.html
when{path}
is not found in the Tauri custom protocol handler. - Breaking change: Use ayatana-appindicator for Linux system tray by default. Use the
gtk-tray
Cargo feature to uselibappindicator
instead. - Reduce the amount of generated code for the API endpoints.
- *Breaking change:: Added the
clipboard
Cargo feature. - Breaking change: The process Command API stdio lines now includes the trailing
\r
. - Expose Window cursor APIs
set_cursor_grab
,set_cursor_visible
,set_cursor_icon
andset_cursor_position
. - Breaking change: The
tauri::api::file::Extract#extract_file
function has been moved totauri::api::file::Entry#extract
. - Breaking change: The
tauri::api::file::Extract#files
function has been renamed towith_files
for performance reasons. - Improved the performance of the
tauri::api::fs::Extract
API. - Fixes a panic when using the
create_tao_window
API. - Fixes the HTTP API form text fields.
- Set the application bundle identifier for the notifications on macOS.
- Fixes a panic when a menu event is triggered when all windows are minimized on macOS.
- Fixes a rendering issue when resizing the window with the devtools open.
- Fixes the
WindowBuilder
export. - The HTTP API now supports
multipart/form-data
requests. You need to set theContent-Type
header and enable thehttp-multipart
Cargo feature. - *Breaking change:: Added the
global-shortcut
Cargo feature. - Added
tauri::api::http::HttpRequestBuilder#header
method. - Breaking change: The
tauri::api::http::HttpRequestBuilder#headers
method now takesheader::HeaderMap
instead of aHashMap
. - Breaking change: The
tauri::api::http::Response#headers
method now returns&header::HeaderMap
instead of&HashMap
. - Breaking change: The
api::http
timeouts are now represented asstd::time::Duration
instead of au64
. - Breaking change: The
tauri::api::http::FormPart::Bytes
enum variant has been renamed toFile
with a value object{ file, mime, file_name }
. - Breaking change: Removed
App::create_window
,AppHandle::create_window
,Builder::create_window
andWindow::create_window
. - Breaking change: Removed
tauri::api::http::FormPart::File
. - Added
WindowEvent::ThemeChanged(theme)
. - Added
theme
getter onWindow
. - Added
UpdateResponse::body
andUpdateResponse::date
. - Breaking change: Removed the
tauri::updater::Error::UnsupportedPlatform
variant and addedUnsupportedLinuxPackage
,UnsupportedOs
andUnsupportedArch
for better error information. - Add updater
Downloaded
status event. - Allow setting app updater request headers via
AppHandle::updater().header()
. - The updater default timeout is now unset, and the
UpdateBuilder
has atimeout
setter. - Added
theme
setter to the WindowBuilder.
Cargo Publish
Updating crates.io index
Packaging tauri v1.0.0-rc.7 (/home/runner/work/tauri/tauri/core/tauri)
Uploading tauri v1.0.0-rc.7 (/home/runner/work/tauri/tauri/core/tauri)