tauri@1.3.0
- Added the
additional_browser_argsoption when creating a window. - Fix passing
--profileto cargo intauri buildcausing conflict with--releasepassed by the CLI. - Added the
content_protectedoption when creating a window andWindow::set_content_protectedto change it at runtime. - Fix serialization of js
Mapwhen used ininvoke. - Added
Window::on_navigation. - Sync
__TAURI_METADATA__.__windowsacross all windows. - Fix
UpdaterBuilder::checkreturning a parsing error when204is sent from server where it should instead return aUpToDateerror. - Added
OkWithLabelandOkCancelWithLabelsvariants to theapi::dialog::MessageDialogButtonsenum to set the text of the dialog buttons. - Added
Builder::device_event_filterandApp::set_device_event_filtermethods. - Fix resize glitch when double clicking a custom titlebar in the top resize area.
- Fixes tray events not being delivered.
- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when
recursiveoption wasfalse.- 72389b00 Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
- Add
is_minimized()window method. - Bump minimum supported Rust version to 1.60.
- Update the
opencrate to v3.2 to fix an URL encoding bug on Windows. - Added support to
mailto:andtel:links on the shell API. - Pin
os_infoto=3.5. - Pin raw-window-handle to 0.5.0 to keep MSRV.
- Pin
timeto0.3.15. - Added configuration to specify remote URLs allowed to access the IPC.
- Add
titlegetter on window. - Implement
SystemTray::with_tooltipandSystemTrayHandle::set_tooltipfor Windows and macOS. - Added window’s
url()getter. - On Windows, change webview theme based on Window theme for more accurate
prefers-color-schemesupport. - Add a method to the
WindowBuilderstruct to recreate windows from tauri.conf.json configurations. - On Windows, Fix missing
WindowEvent::FocusedinApp::runcallback. - Pin
winnowcrate to 0.4.1 to keep the 1.60 MSRV.
© 2025 Tauri Contributors. CC-BY / MIT