Electron v24.6.1

npm
npm install --save-dev electron@24.6.1
yarn
yarn add --dev electron@24.6.1
Google ChromeChromium
112.0.5615.204
Node.jsNode.js
18.14.0
V8V8
11.2.214.22

Release Notes

Fixes

  • Fixed preload script may not run in some child windows opened by window.open. #38932 (Also in 23, 25, 26)

  • Fixed a potential crash calling BrowserWindow.removeBrowserView() with a destroyed webContents. #38884 (Also in 25, 26)

  • Fixed minimize button to be visible when all buttons reenabled. #38881 (Also in 23, 25)