Electron Releases

Filter by channel Filter by major release

Release Notes for v19.0.0-beta.6

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@19.0.0-beta.6.

Fixes

  • Fixed a crash in safeStorage on Linux. #34147 (Also in 18)
  • Fixed a crash on Windows when opening apps in multiple, separate user sessions. #34160 (Also in 18)
  • Fixed building node modules with Visual Studio 2017. #34164 (Also in 18)
  • Fixed crash on startup due to missing gtk symbol on older distros. #34151 (Also in 18)

Other Changes

  • Re-enabled symbol generation on 32-bit Windows. #34179

Release Notes for v19.0.0-beta.5

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@19.0.0-beta.5.

Fixes

  • Fixed an OSR crash happening when input select items were rendered. #34093 (Also in 17, 18)
  • Fixed an issue where calling SetLoginItemSettings() could potentially cause network volumes to be incorrectly mounted. #34108 (Also in 17, 18)
  • Fixed the initialization of First Party Sets on Windows, where First Party Sets would sometimes fail to load. #34138

Other Changes

  • Updated Chromium to 102.0.5005.40. #34089