Electron Releases

Filter by channel Filter by major release

Release Notes for v13.6.1

Fixes

  • Fixed an issue where MediaMetadata did not work properly. #31532 (Also in 14, 15, 16)
  • Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10. #31550 (Also in 14, 15, 16)

Other Changes

  • Backported fix for CVE-2021-37981. #31499
  • Backported fix for CVE-2021-37984. #31495
  • Backported fix for CVE-2021-37987. #31541
  • Backported fix for CVE-2021-37989. #31525
  • Backported fix for CVE-2021-37992. #31521
  • Backported fix for CVE-2021-37996. #31545
  • Backported fix for chromium:1245870. #31503

Release Notes for v13.6.0

Features

  • Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain. #31432 (Also in 14, 15, 16)
  • Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers. #31437 (Also in 14, 15, 16)

Fixes

  • Fixed issue where non-resizable frameless windows aren't draggable. #31414 (Also in 14, 15, 16)
  • Removes several Chromium private enterprise APIs from Mac Apple Store builds. #31486 (Also in 14, 15, 16)