Electron v41.0.0-beta.5
Latest Pre Releasenpm
npm install --save-dev electron@41.0.0-beta.5
yarn
yarn add --dev electron@41.0.0-beta.5
Release Notes
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