Electron Releases

Filter by channel Filter by major release

Release Notes for v24.8.8

Electron 24.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #40160 (Also in 25, 26, 27)

Release Notes for v24.8.7

Fixes

  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #40104 (Also in 25, 26, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #40110 (Also in 22, 25, 26, 27)

Other Changes

  • Security: backported fix for 1479104.
    • Security: backported fix for 1480184. #40079