Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.0-beta.19

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@14.0.0-beta.19.

Fixes

  • Fixed an issue on Windows where empty console windows were appearing when --enable-logging was present. #30385 (Also in 15)

Release Notes for v14.0.0-beta.18

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@14.0.0-beta.18.

Fixes

  • Fixed a potential crash that would occur with draggable regions on Windows. #30327 (Also in 13, 15)
  • Fixed an issue where BrowserView webContents would appear not to load in some circumstances. #30335 (Also in 15)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30331 (Also in 12, 13, 15)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #30269 (Also in 13, 15)
  • Fixed redirects between locations in custom protocols. #30156
  • Fixed some console messages still being printed to logs when the LogJsConsoleMessages feature was disabled. #30355 (Also in 15)
  • Fixed tray.setTitle not respecting ANSI colors if a font type was specified. #30164 (Also in 13)

Other Changes

  • Updated Chromium to 93.0.4577.15. #30029
  • Web Serial API is no longer experimental. #30333 (Also in 15)