Skip to content

electron v4.2.0

Compare
Choose a tag to compare
@electron-bot electron-bot released this 03 May 03:16
· 96 commits to 4-2-x since this release

Release Notes for v4.2.0

This release is a minor bump as it contains exactly one new feature. app.userAgentFallback, this feature is outlined below along with the other fixes and changes that went into this release. The 4.2.x series is now only release line in the 4.x.y major release line that will receive bug fixes and security fixes. It is recommended you upgrade to 4.2.x.

Features

  • Added new app.userAgentFallback property to allow setting the apps useragent globally. #18110

Fixes

  • Fixed an issue on Windows where calling .show() on a BrowserWindow did not focus the window. #18079
  • Fixed issue where you couldn't respond to stream protocol requests with multiple values for the same header. #18094

Other Changes

  • Removed Vulkan validation layers DLLs from electron.zip, which are only meant to be used for Chromium development. #18060