Skip to content

electron v25.8.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 30 Aug 19:03
· 60 commits to 25-x-y since this release
84d7f7f

Release Notes for v25.8.0

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