Electron Releases

Filter by channel Filter by major release

Release Notes for v19.1.1

Fixes

  • Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35763 (Also in 20, 21)
  • Usage of safeStorage now consistently uses the correct service name on macOS regardless of timing with browser window construction. #35795 (Also in 20)

Other Changes

  • Security: backported fix chromium:1346938. #35826
  • Security: backported fix for 1348283. #35793
  • Security: backported fix for CVE-2022-3196. #35787
  • Security: backported fix for CVE-2022-3197. #35789
  • Security: backported fix for CVE-2022-3198. #35791
  • Security: backported fix for chromium:1359294,v8:12578. #35774

Documentation

  • Documentation changes: #35330

Release Notes for v19.1.0

Features

  • Added webFrameMain.origin. #35624 (Also in 20, 21)

Fixes

  • Enable WCO maximize button when window enters tablet mode and is not already maximized. #35677 (Also in 20, 21)
  • Fixed uv_os_gethostname failing on Windows 7. #35703 (Also in 20, 21)
  • Fixed a bug where calling atob in the renderer process could fail under some circumstances. #35444 (Also in 20, 21)
  • Fixed an edge case in app.isInApplicationsFolder() which would return false incorrectly in some cases. #35729 (Also in 20, 21)

Other Changes

  • Fixed an issue where a child of a window using WCO would not have the navigator defined. #35701
  • Security: backported fix for CVE-2022-3038. #35548
  • Security: backported fix for CVE-2022-3199. #35750