Electron v36.7.1

npm
npm install --save-dev electron@36.7.1
yarn
yarn add --dev electron@36.7.1
Google ChromeChromium
136.0.7103.177
Node.jsNode.js
22.17.0
V8V8
13.6.233.17

Release Notes

Fixes

  • Fixed a crash when calling desktopCapturer.getSources with an empty thumbnail size. #47651 (Also in 37, 38)

  • Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have roundedCorners set to false. #47683 (Also in 37, 38)

  • Fixed an issue where printing PDFs with webContents.print({ silent: true }) would fail. #47624 (Also in 37)

  • Fixed an issue where the window required restart in order to recognize system accent color setting change. #47657 (Also in 37, 38)