Electron Releases

Filter by channel Filter by major release

Release Notes for v6.1.0

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

Features

  • Added new contextBridge module to make it easier to communicate between an isolated context and the main world. #20639

Fixes

  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #20665
  • Fixed native modules size increase with VC++ and node 12 on windows. #20627
  • Improved slow touchpad scrolling on windows. #20488

Other Changes

  • Manually bump version to 6.1.0-beta.0 in prep for 6.1.0. 3ca62d94

Release Notes for v6.0.12

Features

  • Set the ELECTRON_SKIP_BINARY_DOWNLOAD=1 environment variable to skip electron binary download. #20438

Fixes

  • Fixed Node.js' worker_threads in ELECTRON_RUN_AS_NODE. #20457
  • Fixed a regression in the recentDocuments MenuItem role on macOS. #20409
  • Fixed parsing of paths with .asar in directory name extensions. #20402
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20429