Electron Releases

Filter by channel Filter by major release

Release Notes for v20.0.0-beta.9

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.9.

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

Release Notes for v20.0.0-beta.8

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.8.

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)