Electron v41.0.1

npm
npm install --save-dev electron@41.0.1
yarn
yarn add --dev electron@41.0.1
Google ChromeChromium
146.0.7680.72
Node.jsNode.js
24.14.0
V8V8
14.6.202.11

Release Notes

Fixes

  • Fixed an issue on macOS where calling autoUpdater.quitAndInstall() could fail if checkForUpdates() was called again after an update was already downloaded. #50217 (Also in 39, 40)

  • Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom trafficLightPosition from minimization on macOS. #50209 (Also in 39, 40)

  • Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. #50191 (Also in 39, 40)

Other Changes

  • Updated Chromium to 146.0.7680.72. #50196