tauri@2.8.0
このコンテンツはまだ日本語訳がありません。
68874c68c
(#13564 by @robertrpf) Add window focusable attribute and set_focusable API.22d6bcacb
(#14008 by @WSH032) ImplementApp::set_device_event_filter
forAppHandle
also.d6d5f3707
(#13358 by @lucasfernog) Load root certificate from CLI-set environment variable and use it on the mobile dev server proxy.33d0b3f0c
(#13876 by @thlstsul) AddedWebviewBuilder::on_document_title_changed
andWebviewWindowBuilder::on_document_title_changed
.33d0b3f0c
(#13876 by @thlstsul) AddedWebviewBuilder::on_new_window
andWebviewWindowBuilder::on_new_window
.7c2eb31c8
(#13895 by @ahqsoftwares) IntroducesPluginHandle::run_mobile_plugin_async
as an async alternative torun_mobile_plugin
dfadcb764
(#13661 by @WSH032) AddedWebview::set_cookie()
,Webview::delete_cookie()
,WebviewWindow::set_cookie()
andWebviewWindow::delete_cookie()
.5110a762e
(#13830 by @Sky-walkerX) AddedWindow::set_simple_fullscreen
.
-
7261a1436
(#14012 by @WSH032) ImplementedWebview::on_webview_event
forWebviewWindow
as well -
0e6b5cbe5
(#14009 by @WSH032) re-exportPixelUnit
,PhysicalUnit
,LogicalUnit
-
a3dc42477
(#14013 by @WSH032) exportTitleBarStyle
for all platforms. -
f1232671a
(#13959 by @petersamokhin) Introducewith_inner_tray_icon
for TauriTrayIcon
to access the inner platform-specific tray icon.Note that
tray-icon
crate may be updated in minor releases of Tauri. Therefore, it’s recommended to pin Tauri to at least a minor version when you’re usingwith_inner_tray_icon
. -
72b4226ee
(#13809 by @Beanow) ReducedDebug
format size for binary buffers. -
21ebc6e82
(#14007 by @WSH032) Changed the parameter type ofAppHandle::remove_plugin
from&'static str
to&str
. -
5ba1c3faa
(#13722 by @s00d) Added icon (icon and nativeIcon) support for Submenu:- In the Rust API (
tauri
), you can now set an icon for submenus via the builder and dedicated methods. - In the JS/TS API (
@tauri-apps/api
),SubmenuOptions
now has anicon
field, and theSubmenu
class providessetIcon
andsetNativeIcon
methods. - Usage examples are added to the documentation and demo app.
This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.
- In the Rust API (
- Upgraded to
tauri-utils@2.7.0
- Upgraded to
tauri-runtime-wry@2.8.0
- Upgraded to
tauri-runtime@2.8.0
- Upgraded to
tauri-macros@2.3.3
- Upgraded to
tauri-build@2.3.2
© 2025 Tauri Contributors. CC-BY / MIT