Electron Releases

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

Release Notes for v6.0.0-beta.3

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.3.

Fixes

  • Fixed a regression in Kerberos SPN generation. In the M69 upgrade, the default for the enable_negotiate_port option was inadvertently changed from false to true; this restores the former behavior and aligns with Chromium. #18285
  • Fixed an issue where tray.destroy was not working properly on some linux distros. #18218