tauri@1.0.1
此内容尚不支持你的语言。
- Added
fn newconstructors forPhysicalSize,LogicalSize,PhysicalPositionandLogicalPositionand missing conversion methods. - Set the bundle name and app metadata in the Info.plist file in development mode.
- 38f5db6e feat(codegen): fill app metadata in development Info.plist on 2022-06-21
- Set the application icon in development mode on macOS.
- Fixes the error message when using the
window.unminimizeAPI without enabling it in the allowlist. - Initialize Tauri script when
devPathis an external URL with path. - Fixes deadlock when a plugin window ready event needs to block the thread waiting on the event loop.
- Adjust the updater to fallback to
$HOME/.cacheor the current working directory as temp directory if the system default is in a different mount point. - Properly fill the origin window when using
emit_toandemit_allfromWindow. - Implement
raw_window_handle::HasRawWindowHandleon Linux. - Added
on_drophook to theplugin::Builder. - Refactored the
tauri-runtime-wryplugin interface. - Added
AppHandle::remove_plugin. - The theme API is now implemented on macOS 10.14+.
- Suppress unused variable warning in release builds.
- Update tao to 0.12 and wry to 0.19.
- Added
Notification::notifyAPI behind thewindows7-compatCargo feature, which includes Windows 7 support.
© 2025 Tauri Contributors. CC-BY / MIT