Electron Releases

Filter by channel Filter by major release

Release Notes for v7.1.13

Fixes

  • Fixed webRequest API not working with WebSockets. #22141
  • Fixed a crash in webContents.print() with custom print margins. #22187
  • Fixed a potential issue with active Menu garbage collection. #22151
  • Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #22173
  • Removed unneccessary breakpad_symbols directory from the dsym zip file. #22220

Other Changes

  • Fixed a potential crash on faulty deviceNames in webContents.print(). #22012

Documentation

  • Documentation changes: #22266

Release Notes for v7.1.12

Fixes

  • Fixed an issue where sending complex objects over IPC could in some cases cause the renderer process to be terminated. #21922
  • Fixed crash with Date.toLocaleString for invalid locale and locale of the format aa@BB. #21969
  • Fixed flash plugin not working. #22109
  • Fixed issue where renderers could crash during GC when using the contextBridge module. #22112
  • Fixed netLog.stopLogging returning undefined instead of the path to the log. #21988