Electron Releases

Filter by channel Filter by major release

Release Notes for v7.2.0

Features

    • Added new useSessionCookies flag to net requests to allow them to use the session cookie store.
  • Fixed issue where SameSite cookies would not be attached to outgoing requests from the net module. #22808
  • Exposing methods required by capturing a hidden webContents. #21894

Fixes

  • Better window hierarchy checks. c16c4c25
  • Fixed ARIA role="tree" for macOS VoiceOver. #22424
  • Fixed a crash that could occur when sending arrays over IPC. #22757
  • Fixed a potential crash on devices which had not connected any printers to their network. #22517
  • Fixed an occasional segfault with modal windows being closed or destroyed. #22540
  • Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors. #22729
  • Fixed some properties not working in webview tags. #22512

Unknown

  • Reset version for 7.2.0. ace32163

Release Notes for v7.1.14

Fixes

  • Backported V8 patch to fix bug in type inference. #22428
  • Fixed "will-navigate" event not being emitted for sandboxed contents. #22329
  • Fixed Electron apps getting rejected to Mac App Store. #22299
  • Fixed an OOB access in ReadableStream::Close (https://crbug.com/1045931). #22435
  • Fixed an integer overflow crash in ICU (https://crbug.com/1044570). #22420
  • Fixed an issue with safeDialog preferences not being passed properly. #22376
  • Fixed crash with seccomp-bpf sandbox on linux and glibc 2.31. #22338