Electron v36.7.1
npm
npm install --save-dev electron@36.7.1
yarn
yarn add --dev electron@36.7.1
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 tofalse
. #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)