tauri@1.1.0
Ce contenu n’est pas encore disponible dans votre langue.
- Implement
api::http::ClientBuilder::max_redirections
for the default attohttpc client. - Implement
From<api::process::Command> for std::process::Command
. - Added support to configuration files in TOML format (Tauri.toml file).
- Enhance
SystemTray::with_icon
to accepttauri::Icon
. - Fixes CLI parser ignoring inner subcommands.
- Fix
fs.readDir
recursive option reading symlinked directories that are not allowed by the scope. - Fix typo in invalid state access panic message.
- Fixes updater breaking the app icon in Finder.
- Implement theme APIs for Linux.
- Implement
raw_window_handle::HasRawDisplayHandle
forApp
andAppHandle
- Retain command line arguments in
api::process::restart
. - Added APIs to create a system tray at runtime.
- Add
api::Command::encoding
method to set the stdout/stderr encoding. - Do not follow redirects when
api::http::ClientBuilder::max_redirections
is0
. - Added the
SystemTrayHandle::destroy
method. - Added
native-tls-vendored
andreqwest-native-tls-vendored
Cargo features to compile and statically link to a vendored copy of OpenSSL on Linux. - Update windows to 0.39.0 and webview2-com to 0.19.1.
- Add
exists
function to the fs module.
© 2024 Tauri Contributors. CC-BY / MIT