Electron Releases

Filter by channel Filter by major release

Release Notes for v25.9.2

Fixes

  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #40186 (Also in 26, 27, 28)
  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #40220 (Also in 26, 27, 28)

Other Changes

  • Security: backported fix for 1486316.
    • Security: backported fix for CVE-2023-5218.
    • Security: backported fix for 1472365.
    • Security: backported fix for 1472366. #40210

Release Notes for v25.9.1

Fixes

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #40161 (Also in 24, 26, 27)
  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #40106 (Also in 24, 26, 27)
  • Fixed an issue where closing and opening a minimized DevTools window would not work as expected. #40117 (Also in 26, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #40113 (Also in 22, 24, 26, 27)

Other Changes

  • Fixed launch failure with child_process.spawn on windows affected by launching store applications. #40125 (Also in 26, 27)
  • Security: backported fix for 1479104.
    • Security: backported fix for 1480184.
    • Security: backported fix for CVE-2023-5187. #40078