Electron Releases - v7.1.2

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

Release Notes

Fixes

  • Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. #21192
  • Fixed ENOMEM error with Node.js child_process when using empty options.env. #21140
  • Fixed <webview>.capturePage() resolving with an empty object instead of NativeImage instance. #21104
  • Fixed webRequest module unable to modify CORS headers. #21123
  • Fixed an issue where custom protocols registered using registerStreamProtocol would sometimes fail to complete the response when the stream ended. #21179
  • Fixed flickering when maximizing and restoring frameless windows. #21205
  • Fixed incorrect size of windows on differently scaled monitors. #21138
  • Fixed the 'login' event not being emitted when HTTP Basic auth was requested from a WebContents. #21097

Other Changes

  • Updated Chromium to 78.0.3904.113. #21199