Electron Releases - v7.1.11

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

Release Notes

Fixes

  • Fixed an edge case in checkbox logic on Windows. #21860
  • Fixed an issue where window.print() only worked once on a single BrowserWindow. #21911
  • Fixed an issue where the credits set in About Panel credits were not dark mode aware on macOS. #21924
  • Fixed error thrown when importing powerMonitor on Linux before app's 'ready' event. #21941
  • Fixed fuzzy font rendering when hot-plugging displays on macOS Catalina. #21872

Documentation

  • Documentation changes: #21873