Electron Releases

Filter by channel Filter by major release

Release Notes for v34.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 install electron@34.0.0-beta.7.

Release Notes for v34.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 install electron@34.0.0-beta.6.

Fixes

  • Fixed a crash that could occur when calling shell.readShortcutLink on Windows. #44804 (Also in 33)
  • Fixed an issue where the webContents context-menu event was not emitted when using -webkit-app-region: drag. #44799 (Also in 32, 33)
  • Fixed update file extension bug. #44770 (Also in 33)

Other Changes

  • Updated Chromium to 132.0.6834.15. #44783
  • Updated Node.js to v20.18.1. #44782