Electron v35.0.0-beta.9

npm
npm install electron@35.0.0-beta.9
yarn
yarn add electron@35.0.0-beta.9
Google ChromeChromium
134.0.6998.10
Node.jsNode.js
22.14.0
V8V8
13.4.114.5

Release Notes

Features

  • Added excludeUrls to webRequest filter and deprecated the use of empty arrays in urls property. #45678

  • Added support for roundedCorners BrowserWindow constructor option on Windows. #45740 (Also in 34)

Fixes

  • Fixed a crash when calling shell.readShortcutLink caused by PKEY_AppUserModel_ToastActivatorCLSID sometimes being represented by a string uuid. #45348 (Also in 33, 34)

  • Fixed a potential crash when calling legacy getUserMedia with an invalid chromeMediaSourceId. #45755 (Also in 34)

  • Fixed an issue where the renderer process crashed when loading about:blank in subframes. #45758

  • Fixed spellcheck suggestions not correctly populating on Windows. #45763