v40.6.1
📦 electronView on GitHub →
🐛 9 fixes🔧 3 symbols
Summary
This patch release (v40.6.1) focuses on numerous bug fixes across platforms, including issues with global shortcuts on Wayland, fullscreen state restoration on Windows, menu handling on macOS, and fixes for memory leaks and startup crashes.
🐛 Bug Fixes
- Fixed globalShortcut not working on Wayland when the GlobalShortcutsPortal feature is enabled.
- Fixed an issue on Windows where minimizing and restoring a fullscreen window broke the previous fullscreen state.
- Fixed menu item enabled state not updating during key equivalent dispatch when the menu was closed on macOS.
- Fixed AltGr key press activating or focusing the menu bar.
- Fixed setting zoomFactor in setWindowOpenHandler's overrideBrowserWindowOptions having no effect on windows opened via window.open().
- Fixed draggable regions not updating position when DevTools is docked to the left or right in a frameless window.
- Fixed memory leak when setting icons on Linux/GTK.
- Fixed startup crash when V8 sandbox is disabled.
- Fixed crash in platform_util::Beep() on Linux.