tauri@1.3.0
此内容尚不支持你的语言。
- Added the
additional_browser_args
option when creating a window. - Fix passing
--profile
to cargo intauri build
causing conflict with--release
passed by the CLI. - Added the
content_protected
option when creating a window andWindow::set_content_protected
to change it at runtime. - Fix serialization of js
Map
when used ininvoke
. - Added
Window::on_navigation
. - Sync
__TAURI_METADATA__.__windows
across all windows. - Fix
UpdaterBuilder::check
returning a parsing error when204
is sent from server where it should instead return aUpToDate
error. - Added
OkWithLabel
andOkCancelWithLabels
variants to theapi::dialog::MessageDialogButtons
enum to set the text of the dialog buttons. - Added
Builder::device_event_filter
andApp::set_device_event_filter
methods. - 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
recursive
option 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
open
crate to v3.2 to fix an URL encoding bug on Windows. - Added support to
mailto:
andtel:
links on the shell API. - Pin
os_info
to=3.5
. - Pin raw-window-handle to 0.5.0 to keep MSRV.
- Pin
time
to0.3.15
. - Added configuration to specify remote URLs allowed to access the IPC.
- Add
title
getter on window. - Implement
SystemTray::with_tooltip
andSystemTrayHandle::set_tooltip
for Windows and macOS. - Added window’s
url()
getter. - On Windows, change webview theme based on Window theme for more accurate
prefers-color-scheme
support. - Add a method to the
WindowBuilder
struct to recreate windows from tauri.conf.json configurations. - On Windows, Fix missing
WindowEvent::Focused
inApp::run
callback. - Pin
winnow
crate to 0.4.1 to keep the 1.60 MSRV.
© 2024 Tauri Contributors. CC-BY / MIT