Electron Releases - v20.0.0-beta.9

npm install electron@v20.0.0-beta.9
yarn add electron@v20.0.0-beta.9
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

Fixes

  • Ensures that requestMediaKeySystemAccess eventually resolves / rejects. #34891 (Also in 19)
  • Fixed a potential crash when changing window settings after initializing WCO with an invalid titleBarStyle. #34875 (Also in 18, 19)
  • Fixed alwaysOnTop BrowserWindow option for X11 Linux. #34913 (Also in 19)
  • Fixed an issue where printing with an invalid deviceName on Linux caused silent failures. #34901 (Also in 19)
  • Fixed empty app_id when running under wayland. #34879 (Also in 18, 19)
  • Updated Windows Control Overlay buttons to look and feel more native on Windows 11. #34888

Other Changes

  • Updated Chromium to 104.0.5112.39. #34425