Electron v34.1.0

npm
npm install --save-dev electron@34.1.0
yarn
yarn add --dev electron@34.1.0
Google ChromeChromium
132.0.6834.194
Node.jsNode.js
20.18.1
V8V8
13.2.152.38

Release Notes

Features

  • Added view.getVisible(). #45410 (Also in 35)

  • Added permission support for document.executeCommand("paste"). #45472 (Also in 33, 35)

Fixes

  • Fixed a bug where the default path didn't always correctly fill the Name field in KDialogs on Linux. #45419 (Also in 35)

  • Fixed an issue where RTL tooltips could be incorrect when using WCO on Windows. #45426 (Also in 33, 35)

  • Fixed an issue where Windows Control Overlay didn't work with some window configurations. #45478

  • Fixed an issue where selection of multiple directories with the dialog module didn't work on Linux. #45395 (Also in 35)

Other Changes

  • Added NSPrefersDisplaySafeAreaCompatibilityMode = false to Info.plist to remove "Scale to fit below built-in camera." from app options. #45469 (Also in 33, 35)

  • Updated Chromium to 132.0.6834.194. #45480