Electron v35.0.1

npm
npm install --save-dev electron@35.0.1
yarn
yarn add --dev electron@35.0.1
Google ChromeChromium
134.0.6998.44
Node.jsNode.js
22.14.0
V8V8
13.4.114.14

Release Notes

Fixes

  • Fixed an issue where Node.js OOM errors terminate the process directly without raising an OOM exception. #45911 (Also in 36)

  • Fixed an issue where setContentProtection(true) was reverted when a given window was hidden. #45889 (Also in 34)

  • Fixed invalid memory access in pdf viewer which lead to random crashes. #45879 (Also in 34)

  • Improved webContents loading time when resolving fonts for uncommon scripts. #45918 (Also in 34, 36)

Other Changes

  • Backported fix for 401059730. #45938

  • Backported fix for 401059730. #45943