Electron Releases - v11.0.5

npm install electron@v11.0.5
yarn add electron@v11.0.5

Release Notes

Fixes

  • Fixed "screen" methods to be reassignable again. #26873 (Also in 12)
  • Fixed systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance(). #26878 (Also in 9, 10, 12)
  • Fixed callbacks passed via the remote module not being released after all references are dropped. #26836 (Also in 12)
  • Fixed uncaught promise rejection when creating webContents with javascript disabled. #26870 (Also in 10, 12)

Other Changes

  • Updated Chromium to 87.0.4280.88. #26817