Skip to content

electron v4.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 23 Oct 14:59
· 244 commits to 4-0-x since this release

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 [email protected].

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