Electron Releases

Filter by channel Filter by major release

Release Notes for v13.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@13.0.0-beta.6.

Features

  • Added process.contextId used by @electron/remote. #28251

Fixes

  • Fixed an issue where windows in simpleFullscreen mode were not properly resizing when display metrics changed. #28216
  • Fixed intensive I/O from asar files causing ERR_FILE_NOT_FOUND after a while. #28203 (Also in 11, 12)

Documentation

  • Documentation changes: #28213

Release Notes for v13.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@13.0.0-beta.5.

Fixes

  • Child windows with specified background colors or transpency now work as intended. #28112 (Also in 12)
  • Colors returned from systemPreferences.getAccentColor(), getSystemColor and getColor are now correctly converted into the devices color space. Previously the color would have been subtly incorrect. #28173 (Also in 11, 12)
  • Fixed crash when calling getBackgroundColor on a transparent window with no assigned background color. #28187 (Also in 11, 12)

Other Changes

  • Fixed native module compilation with AsyncCleanupHooks on windows. #28110 (Also in 11)