Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@41.0.0-beta.5.
Release Notes for v41.0.0-beta.5
Fixes
- Fixed
globalShortcutnot working on Wayland withGlobalShortcutsPortalfeature enabled. #49871 (Also in 40) - Fixed an issue that caused the RGBAF16 shared texture format to have a keyed mutex on Windows. #49876
- Fixed an issue where making a window fullscreen on Windows, minimizing it and then restoring it broke previous fullscreen state. #49891 (Also in 40)
- Fixed an issue where menu item enabled state wasn't updated during key equivalent dispatch when the menu was closed on macOS. #49890 (Also in 39, 40)
- Fixed memory leak when setting icons on Linux/GTK. #49895 (Also in 38, 39, 40)
Other Changes
- Updated Chromium to 146.0.7680.16. #49838