tao@0.12.0
Ce contenu n’est pas encore disponible dans votre langue.
- On macOS, fix native file dialogs hanging the event loop and
having multiple windows would prevent run_returnfrom ever returning.
- Fix maximizing window.
- On Windows, fix wrong fullscreen monitors being recognized when handling WM_WINDOWPOSCHANGINGmessages
- Fix global hide others shortcut.
- Fix window can’t be hidden when maximized.
- On macOS, WindowEvent::Resizedis now emitted inframeDidChangeinstead ofwindowDidResize.
- On Linux, adds SystemTrayBuilderExtLinux::with_temp_icon_dirwhich sets a custom temp icon dir to store generated icon files. This may be useful when the application requires icons to be stored in a specific location, such as when running in a Flatpak sandbox.
- On Linux, store tray icons in $XDG_RUNTIME_DIR. This is preferred over/tmp, because this directory (typically/run/user/{uid}) is only readable for the current user. While/tmpis shared with all users.
- Do not emit the ThemeChangedevent when the window theme is set and the system theme changes (the window keeps its theme in this scenario).
- Remvoe core-video-sysdependency.
- The themefunction nowTheme::Lighton macOS older than 10.14 and the initial theme setter has no effect instead of crashing the application.
- Reduce WM_PAINTsingal on event target window to prevent from webview2 delay.
© 2025 Tauri Contributors. CC-BY / MIT