Electron Releases

Filter by channel Filter by major release

Release Notes for v22.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@22.0.0-beta.6.

Features

  • Added new UtilityProcess API to launch chromium child process with node integration. #36089

Fixes

  • Fixed race condition during update on macOS that could result in TCC and Keychain errors. #36362

Other Changes

  • Updated common.gypi for native modules to support C++17 features in V8. #36369 (Also in 20)

Release Notes for v22.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@22.0.0-beta.5.

Features

  • Added an app.getPreferredSystemLanguages() API to return the user's system languages. #36291 (Also in 21)

Fixes

  • Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app. #36293 (Also in 20, 21)

Other Changes

  • Updated Chromium to 108.0.5359.40. #36308