Electron Releases

Filter by channel Filter by major release

Release Notes for v6.0.0-beta.13

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

Fixes

  • Fixed crash that could occur while certain chrome devtools extensions were loaded. #19105
  • Fixed macOS breakpad symbol files to include non-public symbols. #19155
  • Fixed some chrome extension communication (MessagePort.postMessage) not working. #19106

Other Changes

  • Updated Chromium to 76.0.3809.56. #19111
  • Updated Chromium to 76.0.3809.59. #19134
  • Updated Chromium to 76.0.3809.60. #19165

Unknown

  • Reverted change to only allow preload scripts to be loaded from application root due to issues with electron-mocha. #19132

Release Notes for v6.0.0-beta.12

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

Fixes

  • Fixed an issue where the Tray icon context menu on macOS blocked the main process while open. #18969
  • Fixed an issue where the Tray icon would never believe itself to be in dark mode. #19013
  • Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal. #19062
  • Fixed crash when creating certain types of windows in the display-* events. #19022
  • Fixed silent printing across platforms. #19037

Other Changes

  • Updated Chromium to 76.0.3809.43. #18974
  • Updated Chromium to 76.0.3809.45. #18991
  • Updated Chromium to 76.0.3809.47. #19010
  • Updated Chromium to 76.0.3809.49. #19030
  • Updated Chromium to 76.0.3809.50. #19054
  • Updated Chromium to 76.0.3809.51. #19057
  • Updated Chromium to 76.0.3809.52. #19079
  • Updated Chromium to 76.0.3809.54. #19095