Electron v35.1.4

npm
npm install --save-dev electron@35.1.4
yarn
yarn add --dev electron@35.1.4
Google ChromeChromium
134.0.6998.179
Node.jsNode.js
22.14.0
V8V8
13.4.114.21

Release Notes

Fixes

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

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

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

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