Electron Releases

Filter by channel Filter by major release

Release Notes for v13.5.0

Features

  • Added support for Windows Control Overlay on Windows. #30887 (Also in 14, 15)
  • Added support for Windows Control Overlay on macOS. #30698 (Also in 14)

Fixes

  • Fixed an issue where BrowserView webContents would appear not to load in some circumstances. #31047 (Also in 14, 15)
  • Fixed an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized(). #31039 (Also in 14, 15)
  • Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. #31098 (Also in 16)
  • Fixed black border around the page after resizing is disabled. #31078 (Also in 14, 15, 16)
  • Fixed crash in seccomp sandbox with glibc 2.34. #31091
  • None. #31097 (Also in 14, 15)

Other Changes

  • Backported fix for CVE-2021-30627. #30945
  • Backported fix for CVE-2021-30631. #30943
  • Backported fix for CVE-2021-30632. #30939
  • Security: backported fix for CVE-2021-30625. #30964
  • Security: backported fix for CVE-2021-30626. #30960
  • Security: backported fix for CVE-2021-30628. #30957
  • Security: backported fix for CVE-2021-30630. #30950
  • Security: backported fix for CVE-2021-30633. #30941
  • Security: backported fix for chromium:1238178. #30962
  • Security: backported fix for chromium:1242257. #30952

Release Notes for v13.4.0

Features

  • Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #30731 (Also in 14, 15)
  • Fixed crash that occasionally happens when closing or opening BrowserWindows. #30834 (Also in 15)

Fixes

  • Fixed crash when launching app with systemd v249. #30893
  • Fixed transparent frameless windows having an opaque background when opened in a maximized state. #30862 (Also in 12, 14, 15)

Other Changes

  • Backported fix for chromium:1206289. #30821
  • Backported fix for chromium:1227228. #30815
  • Security: Backported fix for 1230767. #30638
  • Security: backported fix for chromium:1216595. #30824
  • Security: backported fix for chromium:1221047. #30817

Documentation

  • Documentation changes: #30850