Electron Releases

Release Notes for v28.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 install electron@28.0.0-beta.5.

Features

  • Added keyboardLock to ses.setPermissionRequestHandler(handler). #40460 (Also in 26, 27)

Fixes

  • Fixed a unexpectedly thrown error in some unsupported chrome extensions. #40514 (Also in 26, 27)
  • Fixed app incorrectly activating panel windows on macOS Sonoma. #40465

Other Changes

  • Updated Chromium to 120.0.6099.18. #40488
  • Updated Node.js to latest security release v18.18.2. #40472

Release Notes for v28.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 install electron@28.0.0-beta.4.

Fixes

  • Fixed rendering on Linux due to broken shader cache compilation with driver updates. #40450 (Also in 27)