tauri@1.0.3
Esta página aún no está disponible en tu idioma.
tauri::Builder
will now include a default menu for macOS without explicitly usingMenu::os_default
, you can still override it throughtauri::Builder::menu
or remove it usingtauri::Builder::enable_macos_default_menu(false)
.- Use
toString()
on message/confirm/ask dialogs title and message values. - Fix stack overflow on Windows on commands by changing the implementation of the
async_runtime::spawn
method. - Emits RunEvent::Exit prior to killing child processes managed by Tauri, allowing graceful shutdown of sidecar binaries.
- Added option to disable tray menu on left click on macOS.
- Only run the updater default dialog mode in supported platforms or development mode.
- Configure the updater to relaunch after installing the update on Windows.
© 2024 Tauri Contributors. CC-BY / MIT