Electron Releases - v7.1.12

npm install electron@v7.1.12
yarn add electron@v7.1.12

Release Notes

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