Electron Releases

Filter by channel Filter by major release

Release Notes for v16.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@16.0.0-beta.7.

Fixes

  • Changed WebHID to use disable-hid-blocklist flag to enable FIDO devices. #31650 (Also in 15)
  • Fixed a crash when a BrowserWindow is closed subsequent to its webContents being destroyed. #31646 (Also in 14, 15)
  • Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #31694 (Also in 14, 15)
  • Fixed an issue where transparency was not always set correctly on webContents. #31700
  • Fixed behaviour on posix when passing lists into app.requestSingleInstanceLock(additionalData) API. #31708
  • Fixed clipboard.read to once again work like clipboard.readBuffer. #31652 (Also in 15)
  • Fixed crash when using sync dialog APIs immediately after async dialog APIs. #31657 (Also in 15)

Release Notes for v16.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@16.0.0-beta.6.

Fixes

  • Enables support for navigator.keyboard.lock(). #31621
  • Fixed an issue which caused print settings to not work properly when printing silently. #31615

Other Changes

  • Updated Chromium to 96.0.4664.27. #31619