Electron v6.0.0-beta.2

npm
npm install --save-dev electron@6.0.0-beta.2
yarn
yarn add --dev electron@6.0.0-beta.2
Google ChromeChromium
76.0.3783.1
Node.jsNode.js
12.0.0
V8V8
7.6.81

Release Notes

Fixes

  • Fixed fs.promises APIs not working with ASAR paths. #18114

  • Fixed a crash in systemPreferences.getAccentColor(). #18195

  • Fixed an issue on Windows where calling .show() on a BrowserWindow did not focus the window. #18081

  • Fixed case where the promise returned by loadURL and loadFile would be rejected with ERR_ABORTED if you triggered a virtual navigation before the page had finished loading. E.g. Used history.pushState or set location.hash. #18143

  • Fixed crash when quitting Electron with an inspector attached. #18077

Other Changes

  • Deprecated the options argument to session.clearAuthCache. #18131

  • Fixed loading of node_modules inside ASAR files. #18192

  • Updated Chromium to 76.0.3783.1. #18116