Skip to content

electron v5.0.11

Compare
Choose a tag to compare
@electron-bot electron-bot released this 24 Sep 23:34
· 18 commits to 5-0-x since this release

Release Notes for v5.0.11

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