tauri-utils@2.1.0
Nov 9, 2024
New Features
Section titled “New Features”fabc2f283(#11485 by @39zde) Adds a new configuration optionapp > security > headersto define headers that will be added to every http response from tauri to the web view. This doesn't include IPC messages and error responses.4d545ab3c(#11486 by @amrbashir) AddedWindow::set_background_colorandWindowBuilder::background_color.cbc095ec5(#11451 by @amrbashir) Addapp > windows > devtoolsconfig option and when creating the webview from JS, to enable or disable devtools for a specific webview.058c0db72(#11584 by @amrbashir) Addbundle > linux > rpm > compressionconfig option to control RPM bundle compression type and level.f37e97d41(#11477 by @amrbashir) Addapp > windows > useHttpsSchemeconfig option to choose whether the custom protocols should usehttps://<scheme>.localhostinstead of the defaulthttp://<scheme>.localhoston Windows and Android2a75c64b5(#11469 by @amrbashir) Addedapp > windows > windowClassnameconfig option to specify the name of the window class on Windows.
Enhancements
Section titled “Enhancements”c33bbf457(#11575 by @kornelski) Include the path in ACL I/O errors.
Bug Fixes
Section titled “Bug Fixes”378142914(#11429 by @griffi-gh) Enhance resource directory resolution to support running on distros like NixOS.
© 2026 Tauri Contributors. CC-BY / MIT