Electron v41.7.1

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

Release Notes

Fixes

  • Fixed a potential crash when using webContents.print(). #51728 (Also in 42)

  • Fixed an issue where custom options in webContents.print() did not prefill the print dialog on macOS. #51682 (Also in 40, 42)