Electron v36.7.4

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

Release Notes

Fixes

  • Fixed a bug where the Referer header was not being set correctly when using webContents.downloadURL(). #47866 (Also in 37, 38)

  • Fixed a crash when calling some webContents functions after window.close(). #47953 (Also in 37, 38)

  • Fixed an issue on some older Windows versions where setContentProtection didn't work as expected. #47888 (Also in 37, 38)

  • Fixed an issue where an invalid color passed as a string to accentColor would 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)