Electron v41.0.0-beta.5

Latest Pre Release
npm
npm install --save-dev electron@41.0.0-beta.5
yarn
yarn add --dev electron@41.0.0-beta.5
Google ChromeChromium
146.0.7680.16
Node.jsNode.js
24.13.1
V8V8
14.6.202.2

Release Notes

Fixes

  • Fixed globalShortcut not working on Wayland with GlobalShortcutsPortal feature 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