Electron Releases - v3.0.7

npm install electron@v3.0.7
yarn add electron@v3.0.7

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