Electron Releases - v9.0.0-beta.20

npm install electron@v9.0.0-beta.20
yarn add electron@v9.0.0-beta.20
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Features

  • Added support for property access to some getter/setter pairs on BrowserWindow. #23208

Fixes

  • Fixed win.setMenuBarVisibility(false) not hiding menu bar. #23263

Other Changes

  • Improved window events handler efficiency on Linux. #23260
  • Updated Chromium to 83.0.4103.26. #23256