Electron v20.0.0-beta.8

npm
npm install --save-dev electron@20.0.0-beta.8
yarn
yarn add --dev electron@20.0.0-beta.8
Google ChromeChromium
104.0.5073.0
Node.jsNode.js
16.15.0
V8V8
10.4.27

Release Notes

Fixes

  • Fixed an issue where calling BrowserWindow.setRepresentedFilename on macOS with titlebarStyle: 'hiddenInset' or titlebarStyle: 'hidden' inadvertently moves the traffic light location. #34849 (Also in 18, 19)

  • Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #34840 (Also in 17, 18, 19)