tauri@1.0.1
Ce contenu n’est pas encore disponible dans votre langue.
- Added
fn new
constructors forPhysicalSize
,LogicalSize
,PhysicalPosition
andLogicalPosition
and 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.unminimize
API without enabling it in the allowlist. - Initialize Tauri script when
devPath
is 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/.cache
or 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_to
andemit_all
fromWindow
. - Implement
raw_window_handle::HasRawWindowHandle
on Linux. - Added
on_drop
hook to theplugin::Builder
. - Refactored the
tauri-runtime-wry
plugin 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::notify
API behind thewindows7-compat
Cargo feature, which includes Windows 7 support.
© 2024 Tauri Contributors. CC-BY / MIT