Electron v3.0.7

npm
npm install --save-dev electron@3.0.7
yarn
yarn add --dev electron@3.0.7
Google ChromeChromium
66.0.3359.181
Node.jsNode.js
10.2.0
V8V8
6.6.346.32

Release Notes

Fixes

  • Fix: set NSResizableWindowMask at init time. #15384

  • Fixed Ctrl+Alt+<x> accelerators on Windows. #15378

  • Fixed crash when showing source folder in devtools. #15396

  • Fixed default trash impl on linux to use gio. #15421

  • Fixed printing related bugs on Windows. #15402

  • Fixed some accelerators having Shift appended to them twice. electron/libchromiumcontent:698

Other Changes

Documentation

  • Documentation changes: #15418, #15461, #15499