Electron Releases

Filter by channel Filter by major release

Release Notes for v6.0.0-beta.11

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@6.0.0-beta.11.

Fixes

  • Fixed issue where require('timers').setTimeout would sometimes never fire in the renderer process. #18961
  • systemPreferences.isDarkMode() now correctly detects dark mode on macOS Catalina. #18958

Other Changes

  • Updated Chromium to 76.0.3809.42. #18919

Release Notes for v6.0.0-beta.10

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@6.0.0-beta.10.

Fixes

  • Backported a patch from node that fixes an http/2 memory leak:. #18882
  • Fixed app.getAppPath() returning default-app path when running electron app with no package.json or electron app/index.js. Now the directory containing the executed file is returned. #18888
  • Fixed building with enable_run_as_node disabled. #18892
  • Fixed crash when starting with --disable-gpu. #18904
  • Fixed random flicker that occurred on macOS when performing fullscreen or workspace transitions. #18885
  • Updated Chromium to 76.0.3809.37. #18828