tauri@1.0.0-rc.12
Esta página aún no está disponible en tu idioma.
- Expose option to set the dialog type.
- Expose
title
option in the message dialog API. - Immediately create windows when using
tauri::App
as manager. - Account the monitor position when centering a window.
- Allow the canonical, absolute form of a path for the filesystem scope on Windows if
std::fs::canonicalize
returns a path, fallback to\\?\$PATH
. - Fixes updater documentation not showing on docs.rs.
- Fixes HTTP timeout not working on Windows when using the
attohttpc
client. - Update
windows-rs
to0.37.0
, which requires Rust 1.61.0+. - Breaking change: The
WindowBuilder
struct now has a lifetime annotationWindowBuilder<R: Runtime, 'a>
.
© 2024 Tauri Contributors. CC-BY / MIT