Electron v36.0.0-beta.3

npm
npm install electron@36.0.0-beta.3
yarn
yarn add electron@36.0.0-beta.3
Google ChromeChromium
136.0.7067.0
Node.jsNode.js
22.14.0
V8V8
13.6.53

Release Notes

Breaking Changes

  • Fixed an issue where badly formatted switches could cause crashes in app.commandLine functions. #46446

Fixes

  • Fix: don't copy 'package.json's out of ASAR file. #46477 (Also in 35)

  • Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. #46463 (Also in 34, 35)

  • Fixed a possible crash using Node.js on some arm32 devices. #46460 (Also in 35)

  • Fixed a potential crash in parentPort. #46496 (Also in 34, 35)

  • Fixed crash on application exit with pending app.getGPUInfo promise. #46471 (Also in 34, 35)