Change8

tauri-v2.11.3

📦 tauriView on GitHub →
🐛 4 fixes🔧 5 symbols

Summary

Tauri version 2.11.3 addresses several critical bug fixes related to deadlocks and event handling, alongside performance improvements for custom protocol loading and mobile development load times.

🐛 Bug Fixes

  • Fixed double clicking a `data-tauri-drag-region` maximizing the window when `is_maximizable` is false.
  • Fixed deadlocks in `tauri::scope::fs::Scope::once`.
  • Fixed `Listener::once` potentially being called multiple times if multiple `emit`(s) occur within the handler.
  • Adjusted mutex locking in `send_channel_data_handler`, `handle_android_plugin_response`, and `send_channel_data` to prevent deadlocks.

Affected Symbols