Electron Releases

Filter by channel Filter by major release

Release Notes for v25.3.0

Features

  • Added the ability to send HTTP headers with session.downloadURL(). #38870 (Also in 26)

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39051 (Also in 24, 26)
  • Fixed an issue where protocol.handle() never called its callback with the 'file' scheme. #39064
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #39035 (Also in 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #39014 (Also in 24, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #39008 (Also in 24, 26)
  • Fixed display of title bar buttons on Wayland. #39044 (Also in 26)

Unknown

  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #39005 (Also in 26)

Release Notes for v25.2.0

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38729 (Also in 24, 26)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #38791 (Also in 24, 26)
  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38839 (Also in 26)
  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38814 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.134. #38782