Electron Releases - v24.8.7

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

Release Notes

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