Electron v36.7.4
npm
npm install --save-dev electron@36.7.4
yarn
yarn add --dev electron@36.7.4
Release Notes
Fixes
Fixed a bug where the
Refererheader was not being set correctly when usingwebContents.downloadURL(). #47866 (Also in 37, 38)Fixed a crash when calling some
webContentsfunctions afterwindow.close(). #47953 (Also in 37, 38)Fixed an issue on some older Windows versions where
setContentProtectiondidn't work as expected. #47888 (Also in 37, 38)Fixed an issue where an invalid color passed as a string to
accentColorwould result in a white accent color. #47921 (Also in 37, 38)Fixed applying background material correctly when creating windows on Windows, restored animations, and also fixed the issue where dynamically setting the background material had no effect. #47957 (Also in 37, 38)