npm electron 32.0.0-alpha.10
electron v32.0.0-alpha.10

latest releases: 32.1.1, 33.0.0-beta.1, 33.0.0-alpha.6...
2 months ago

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@32.0.0-alpha.10.

Release Notes for v32.0.0-alpha.10

Features

  • Added DownloadItem.getCurrentBytesPerSecond(), DownloadItem.getPercentComplete(), DownloadItem.getEndTime(). #42913 (Also in 30, 31)

Fixes

  • Fixed a potential crash when using off screen rendering. #42940 (Also in 30, 31)
  • Fixed an issue where navigator.mediaDevices.getUserMedia and navigator.getUserMedia should reject with a NotAllowedError if microphone or camera permissions have been denied at the system level on macOS. #42936 (Also in 30, 31)
  • Fixed an issue where calling BrowserWindow.setBackgroundColor with some level of transparency could cause a crash. #42927 (Also in 31)

Other Changes

  • Fix: fixed the npm run lint not working on Windows. #42905 (Also in 31)
  • Updated Node.js to v20.15.1. #42840

Don't miss a new electron release

NewReleases is sending notifications on new releases.