tauri@1.0.0-rc.4
此内容尚不支持你的语言。
- Run
AppHandlecleanup code before restarting the application on theprocess > relaunchAPI. - Breaking change: The
Builder#create_windowAPI now returns a Result validating the window label. - Added
tspconfig option undertauri > bundle > windows, which enables Time-Stamp Protocol (RFC 3161) for the timestamping server under code signing on Windows if set totrue. - Revert the
clapusage back to the version 3.0 API. - The
tauri::api::process::CommandAPI now properly reads stdout and stderr messages that ends with a carriage return (\r) instead of just a newline (\n). - Fixes filesystem and asset scope stripping the first component of the allowed path.
- Ignore trailing slashes on path scope validation.
- Fixes
Command::outputandCommand::statusdeadlock when running on async commands. - Update tray menu id map when
SystemTrayHandle::set_menuis called. - Allow absolute paths on the filesystem APIs as long as it does not include parent directory components.
- Breaking change: The
tauri::api::file::ExtractAPI is now available when thefs-extract-apifeature is enabled. - Allow listening to events on the filesystem and asset scopes.
- Allow configuring forbidden paths on the asset and filesystem scopes.
- Extend the allowed patterns for the filesystem and asset protocol when the user selects a path (dialog open and save commands and file drop on the window).
- The HTTP scope now matches the entire URL using a glob pattern instead of only its path.
- Parse window icons at compile time.
- Breaking change: Move
icoandpngparsing behindicon-icoandicon-pngCargo features. - Return an error when creating a window with an invalid label instead of panicking.
- Allows the configuration CSP to be an object mapping a directive name to its source list.
- Allow range in the form of
bytes=0-*on the asset protocol. - Reimplement endpoint to read file as string for performance.
- Breaking change: Renamed the
commandCargo feature toprocess-command-api. - Disabled the default features for the
zipcrate. - The
cmdfield is no longer required on the shell scope for sidecars. - Fixes a regression on the
unlistencommand. - Run
AppHandlecleanup code before restarting the application when a new update is installed. - Added a
WindowBuildertype. - Added
WindowBuilder::on_web_resource_request, which allows customizing the tauri custom protocol response.
© 2025 Tauri Contributors. CC-BY / MIT