Electron Releases

Filter by channel Filter by major release

Release Notes for v23.2.1

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37724 (Also in 22, 24)
  • Fixed canceling of bluetooth requests when no devices are returned. #37720 (Also in 24)

Other Changes

  • Security: backported fix for CVE-2023-1213. #37708
  • Updated Chromium to 110.0.5481.208. #37645

Release Notes for v23.2.0

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. #37529 (Also in 24)

Fixes

  • Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #37444 (Also in 24)
  • Fixed an issue with potential dock icon duplication on macOS. #37624 (Also in 22, 24)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #37577 (Also in 22, 24)
  • Improved error messages on session.cookies.set failure. #37596 (Also in 22, 24)