Electron Releases

Filter by channel Filter by major release

Release Notes for v19.0.0-beta.4

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.4.

Fixes

  • Fixed an issue where BrowserWindow#isFocused() was returning false when blur() was called on macOS. #34031 (Also in 17, 18)
  • Fixed an issue with the app.requestSingleInstanceLock() API where it would sometimes hang. #34071 (Also in 18)

Other Changes

  • Updated Chromium to 102.0.5005.27. #33932

Release Notes for v19.0.0-beta.3

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.3.

Fixes

  • Fixed an issue where mixed-case extension filters in file dialogs were ignored on Linux. #34015
  • Fixed the initialization of first party sets in the browser process. #34011