Skip to content

electron v11.4.0

Compare
Choose a tag to compare
@electron-bot electron-bot released this 23 Mar 03:13
· 154 commits to 11-x-y since this release

Release Notes for v11.4.0

Features

  • Added support for the des-ede3 cipher in node crypto. #27993 (Also in 12)

Fixes

  • Colors returned from systemPreferences.getAccentColor(), getSystemColor and getColor are now correctly converted into the devices color space. Previously the color would have been subtly incorrect. #28171 (Also in 12, 13)
  • Fixed a potential crash when resetting BrowserViews. #27948 (Also in 10, 12)
  • Fixed an issue where BrowserViews could have mismatched draggable regions to their bounds. #27987 (Also in 10, 12)
  • Fixed an issue where win.capturePage() never called back after calling hide() for a hidden window on some platforms. #28074 (Also in 12, 13)
  • Fixed an issue where libuv might hang with multiple subframes when nodeIntegrationInSubframes is enabled. #27880 (Also in 10, 12)
  • Fixed an out-of-bounds access in WebContents.sendInputEvent. #27853 (Also in 10, 12)
  • Fixed background color not being applied for child windows created by native window.open path. #27944 (Also in 10, 12)
  • Fixed crash when calling getBackgroundColor on a transparent window with no assigned background color. #28186 (Also in 12, 13)
  • Fixed native window.open() to not use windowName/frameName as title by default. #27813 (Also in 10, 12)
  • Fixed navigator.bluetooth.requestDevice crash. #27941 (Also in 12)
  • Fixed warning when worldSafeExecuteJavaScript is disabled. #27968 (Also in 10, 12)

Other Changes