Electron Releases

Filter by channel Filter by major release

Release Notes for v8.2.4

Fixes

  • Fixed Promise timeout issue when running Electron as Node. #23234
  • Fixed a use-after-free error that could happen if a Tray was destroyed while showing a custom context menu. #23181
  • Fixed an issue where windows without nativeWindowOpen: true could invoke the non-native-open path. #23225
  • Fixed broken use of contextCodeGeneration parameter to Node.js' script.runInNewContext(). #23147
  • Fixed memory leak when using contextBridge with sandbox=true. #23231

Other Changes

  • Updated Chromium to 80.0.3987.165. #23217