Electron v41.0.4

Latest Stable
npm
npm install --save-dev electron@41.0.4
yarn
yarn add --dev electron@41.0.4
Google ChromeChromium
146.0.7680.153
Node.jsNode.js
24.14.0
V8V8
14.6.202.22

Release Notes

Fixes

  • Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50399 (Also in 39, 40, 42)

  • Fixed improper focus tracking in BaseWindow on MacOS. #50340 (Also in 39, 40, 42)

  • Fixed logic bug that rendered certain window types un-resizable on MAS builds. #50354 (Also in 40, 42)

  • Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit. #50386 (Also in 40, 42)

  • Fixed window freeze when failing to enter/exit fullscreen on macOS. #50343 (Also in 39, 40, 42)

  • Improved the appearance of shadows and borders on frameless windows on Wayland. #50213

Other Changes

  • Added support for using a proxy during yarn install. #50350 (Also in 39, 40, 42)

  • Updated Chromium to 146.0.7680.153. #50346