Electron Releases

Filter by channel Filter by major release

Release Notes for v24.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@24.0.0-beta.5.

Fixes

  • Fixed an issue with potential dock icon duplication on macOS. #37625 (Also in 22, 23)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #37578 (Also in 22, 23)

Other Changes

  • Updated Chromium to 112.0.5615.29. #37598

Release Notes for v24.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@24.0.0-beta.4.

Features

  • Added the enableLocalEcho flag to the session handler ses.setDisplayMediaRequestHandler() callback for allowing remote audio input to be echoed in the local output stream when audio is a WebFrameMain. #37528 (Also in 23)

Fixes

  • Improved error messages on session.cookies.set failure. #37597 (Also in 22, 23)