Skip to content

tauri-utils@2.1.0

Nov 9, 2024
  • fabc2f283 (#11485 by @39zde) Adds a new configuration option app > security > headers to 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) Added Window::set_background_color and WindowBuilder::background_color.
  • cbc095ec5 (#11451 by @amrbashir) Add app > windows > devtools config option and when creating the webview from JS, to enable or disable devtools for a specific webview.
  • 058c0db72 (#11584 by @amrbashir) Add bundle > linux > rpm > compression config option to control RPM bundle compression type and level.
  • f37e97d41 (#11477 by @amrbashir) Add app > windows > useHttpsScheme config option to choose whether the custom protocols should use https://<scheme>.localhost instead of the default http://<scheme>.localhost on Windows and Android
  • 2a75c64b5 (#11469 by @amrbashir) Added app > windows > windowClassname config option to specify the name of the window class on Windows.

© 2026 Tauri Contributors. CC-BY / MIT