Electron v35.0.0-beta.9
npm
npm install electron@35.0.0-beta.9
yarn
yarn add electron@35.0.0-beta.9
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 byPKEY_AppUserModel_ToastActivatorCLSID
sometimes being represented by a string uuid. #45348 (Also in 33, 34)Fixed a potential crash when calling legacy
getUserMedia
with an invalidchromeMediaSourceId
. #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