Electron v25.8.0

npm
npm install --save-dev electron@25.8.0
yarn
yarn add --dev electron@25.8.0
Google ChromeChromium
114.0.5735.289
Node.jsNode.js
18.15.0
V8V8
11.4.183.29

Release Notes

Features

  • Added the ability to send HTTP headers with webContents.downloadURL(). #39561 (Also in 26, 27)

Fixes

  • Fixed an issue where child windows opened when the parent window is already fullscreen did not respect the child windows' fullscreenability and resizability settings. #39642 (Also in 24, 26, 27)

  • Fixed an issue where the Node.js assert module did not work in the renderer process. #39622 (Also in 24, 26, 27)

  • Support Region Capture API with tab MediaStream. #39617 (Also in 26, 27)

Other Changes

  • Security: backported fix for CVE-2023-4427.

    • Security: backported fix for CVE-2023-4428.

    • Security: backported fix for CVE-2023-4429.

    • Security: backported fix for CVE-2023-4430. #39646

  • Security: backported fix for CVE-2023-4572. #39687