Electron Releases - v24.7.0

npm install electron@v24.7.0
yarn add electron@v24.7.0

Release Notes

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #39207 (Also in 25, 26)

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39307 (Also in 26)

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39273
  • Security: backported fix for 1444438.
    • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #39267