Electron Releases - v24.8.2

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

Release Notes

Fixes

  • Fixed an issue where child windows opened when the parent window is already fullscreen did not respect the child windows' fullscreenability and resizability settings. #39643 (Also in 25, 26, 27)
  • Fixed an issue where the Node.js assert module did not work in the renderer process. #39621 (Also in 25, 26, 27)

Other Changes

  • Security: backported fix for CVE-2023-4427.
    • Security: backported fix for CVE-2023-4428.
    • Security: backported fix for CVE-2023-4430. #39647
  • Security: backported fix for CVE-2023-4572. #39688