Electron Releases - v4.0.0-beta.5

npm install electron@v4.0.0-beta.5
yarn add electron@v4.0.0-beta.5
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Bug Fixes/Changes

  • fix: correctly enable and disable windows on Windows and Linux (backport: 4-0-x). #15256

  • fix: enable NODE_OPTIONS env var. #15259

  • fix: Convert to lower case in upload symbols script (backport: 4-0-x). #15262

  • fix: make release-artifact-cleanup executable (backport: 4-0-x). #15273

  • chore: make macOS release builds higher priority to skip the queue. #15285

  • fix: trim app name and productName. #15287

  • test: asyncawaitify one of sandbox related tests. #15278

  • fix: loading of devtools extensions on startup (backport: 4-0-x). #15265

  • fix: convert wstring to string on windows in node_bindings. #15268

  • chore: roll node (backport: 4-0-x). #15260

  • spec: increase MAS timeout for login items. #15297

  • build: document env vars expected to be set for the CI configs (backport: 4-0-x). #15301

  • fix: ability to fetch separators by id. #15294

  • docs: we don't emit an event object for session-created. #15307

  • feat: security: add an option to disable the remote module. #15222

  • fix: correct reversed logic in NativeWindowMac::SetEnabled. #15325