Electron Releases

Filter by channel Filter by major release

Release Notes for v7.0.0-beta.7

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@7.0.0-beta.7.

Fixes

  • Fixed cookies.get not working when url is not specified in filter. #20496
  • Fixed an issue where the open-url event was not properly being fired on macOS. #20523
  • Fixed memory leak when using protocol.registerSchemeAsPrivileged api. #20558
  • Fixed setting content-type header with charset breaking protocol APIs. #20544

Release Notes for v7.0.0-beta.6

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@7.0.0-beta.6.

Features

    • Added nativeTheme.themeSource to allow apps to override Chromium and the OS's theme choice
  • Limited the nativeTheme API to the browser process only
  • Fix crash when the native OS theme changes. #20486

Fixes

  • Fixed Node.js' worker_threads in ELECTRON_RUN_AS_NODE. #20456
  • Fixed a regression in the recentDocuments MenuItem role on macOS. #20410
  • Fixed desktopCapturer leak. #20280
  • Fixed disabling color correct rendering with --disable-color-correct-rendering. #20359
  • Fixed parsing of paths with .asar in directory name extensions. #20401
  • Fixed process taking 100% CPU when crashed with no crashReporter set up on Windows x64. #20395
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20430