Electron Releases - v5.0.11

npm install electron@v5.0.11
yarn add electron@v5.0.11

Release Notes

Fixes

  • Added default NSMicrophoneUsageDescription and NSCameraUsageDescription strings to info.plist. #19950
  • Fixed a crash when exiting simple fullscreen on macOS. #20291
  • Fixed an issue where cursor blink rate was not honored. #20045
  • Fixed command-line scheme arguments from spilling over into each other. #19939
  • Fixed i18n of GTK messageboxes' stock buttons. #20010
  • Fixed issue where using the menu on Linux would un-focus the webContents. #20034
  • Fixed web page displayed with offset when using native tab on macOS. #19882
  • Reduced the size of the chrome-sandbox binary on Linux from ~5MB to ~0.2MB by stripping debug symbols that were inadvertently being included. #20082