Electron Releases

Filter by channel Filter by major release

Release Notes for v2.0.0-beta.7

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@2.0.0-beta.7.

Updates

  • Update setProgressBar documentation. #12454
  • Added arm/arm64 binaries of mksnapshot. #12524

Bug Fixes

  • Fixed regression that prevented disabling menu item accelerators. #12455
  • In-app purchases fail gracefully now on non-macOS systems. #12512

macOS

  • Fixed slow 2D canvas performance on High Sierra. #12448
  • Fixed pinch/zoom disable bug. #12510

Release Notes for v2.0.0-beta.6

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@2.0.0-beta.6.

Bug Fixes

Linux

  • Changed to use the appname as the tray icon's default tooltip. #12393

macOS

  • Fixed tray highlight in darkmode. #12398
  • Fixed blocking main process for async dialog. #12407
  • Fixed setTitle tray crash. #12356