Electron Releases - v20.0.0-beta.13

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

  • Fixed 20.0.0-beta.8 X11 crash regression. #35092
  • Fixed serial-port-added and serial-port-removed events not firing. #35047
  • Fixed a Windows Control Overlay issue where a window taken directly from minimized to maximized state could have incorrect hover state. #35074 (Also in 19)
  • Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35084 (Also in 19)
  • Fixed symbol generation on 32-bit Windows release builds. #35091 (Also in 18, 19)

Other Changes

  • Updated Chromium to 104.0.5112.57. #35018