Electron v37.2.6

Latest Stable
npm
npm install --save-dev electron@37.2.6
yarn
yarn add --dev electron@37.2.6
Google ChromeChromium
138.0.7204.185
Node.jsNode.js
22.17.1
V8V8
13.8.258.30

Release Notes

Fixes

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

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

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

  • Fixed an issue where an invalid color passed as a string to accentColor would result in a white accent color. #47800 (Also in 38)

  • Fixed an issue where video scrubbing would not correctly hold the new position on playback. #47971 (Also in 38)

  • Fixed an issue where windows used dark theme on Linux all the time without reacting to system theme changes. #47920 (Also in 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. #47956 (Also in 36, 38)

Other Changes

  • Updated Chromium to 138.0.7204.185. #47909