github electron/electron v13.0.0-beta.5
electron v13.0.0-beta.5

latest releases: v30.0.2, v31.0.0-alpha.3, v32.0.0-nightly.20240501...
pre-release3 years ago

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.

Release Notes for v13.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)

Don't miss a new electron release

NewReleases is sending notifications on new releases.