Electron Releases - v7.1.1

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

Release Notes

Fixes

  • Fixed backgroundThrottling: false not having an effect. #21013
  • Fixed broken globalShortcut.registerAll() on Windows and Linux. #20983
  • Fixed crash on exit in aura platforms with webview. #21022
  • Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. #21021
  • Fixed improper label internationalization for the recentDocuments MenuItem. #20957
  • Fixed issue where app.setAppLogsPath did not work when you provided a valid path. #21008
  • Fixed webrequest api typings. #21038

Other Changes

  • Updated Chromium to 78.0.3904.99. #21033