Electron v41.9.1

npm
npm install --save-dev electron@41.9.1
yarn
yarn add --dev electron@41.9.1
Google ChromeChromium
146.0.7680.216
Node.jsNode.js
24.17.0
V8V8
14.6.202.34

Release Notes

Fixes

  • Fixed ProtocolResponse.url requests being made through the default session instead of the session the protocol handler was registered on when ProtocolResponse.session was not set. #52134 (Also in 40, 42, 43)

  • Made "reload" menu items work with BaseWindow. #52118 (Also in 42, 43)

Other Changes

  • Backported fixes from upstream Chromium. #52120

  • Backported fixes from upstream Chromium. #52170