Electron v34.2.0

npm
npm install --save-dev electron@34.2.0
yarn
yarn add --dev electron@34.2.0
Google ChromeChromium
132.0.6834.196
Node.jsNode.js
20.18.2
V8V8
13.2.152.36

Release Notes

Features

  • Added webContents.navigationHistory.restore(index, entries) API that allows restoration of navigation history. #45584

Fixes

  • Fixed an issue where windows on Windows with backgroundMaterial lost effect on maximization. #45526 (Also in 35)

  • Fixed crash when accessing WebFrameMain frames and name attributes on destroyed frames. #45510 (Also in 33, 35)

  • Fixed the path for a needed library used for mksnapshot. #45544 (Also in 32, 33, 35)

Other Changes

  • Updated Chromium to 132.0.6834.196. #45516

  • Updated Node.js to v20.18.2. #45300