Electron v35.4.0

npm
npm install --save-dev electron@35.4.0
yarn
yarn add --dev electron@35.4.0
Google ChromeChromium
134.0.6998.205
Node.jsNode.js
22.15.0
V8V8
13.4.114.21

Release Notes

Features

  • Added support for system-context-menu on Linux. #46977 (Also in 36)

Fixes

  • Fixed a possible crash using the WebView tag and calling focus. #47035 (Also in 36, 37)

  • Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47052 (Also in 36, 37)

  • Fixed crash in xdg portal version detection on startup. #47025 (Also in 36, 37)

  • Restored previous window-hiding behavior of win.setContentProtected() on Windows. #47034 (Also in 36, 37)

Other Changes

  • Updated Node.js to v22.15.0. #46740