Electron Releases

Filter by channel Filter by major release

Release Notes for v6.0.0-beta.5

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 electron@6.0.0-beta.5.

Features

  • Added new app.userAgentFallback property to allow setting the apps useragent globally. #18473

Fixes

  • Fixed an issue whereby minimizable and closable weren't respected in customButtonsOnHover mode. #18478

Other Changes

  • Updated Chromium to 76.0.3805.4. #18439

Release Notes for v6.0.0-beta.4

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 electron@6.0.0-beta.4.

Features

  • Allowed setting working directory in app.setUserTasks() / app.setJumpList(). #18291

Fixes

  • Added missing 'page-title-updated' event on webContents to documentation. Also fixed forwarding of the explicitSet argument when emitted on BrowserWindow. #18319
  • Corrected a reversal of cancellation values in showSaveDialog on the Windows platform. #18383
  • Fixed a dialog crash when no BrowserWindow was passed. #18381
  • Fixed autohide taskbar not showing when frameless window is maximized. #18373
  • Fixed the input[type=file] element not showing a file dialog. #18341