Skip to content

Releases: electron/electron

electron v33.0.0-beta.7

03 Oct 15:37
e9cb85b
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.7.

Release Notes for v33.0.0-beta.7

electron v33.0.0-beta.6

01 Oct 23:47
dd8c3b8
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.6.

Release Notes for v33.0.0-beta.6

electron v33.0.0-beta.5

30 Sep 16:58
4d16326
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.5.

Release Notes for v33.0.0-beta.5

Features

  • Added error event in utility process to support diagnostic reports on V8 fatal errors. #43997

Fixes

  • Fixed a build failure when the enable_plugins build flag is false. #44025
  • Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. #44000 (Also in 31, 32)

Other Changes

  • Updated Chromium to 130.0.6723.19. #43975

electron v33.0.0-beta.4

26 Sep 00:19
ad8f2f8
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.4.

Release Notes for v33.0.0-beta.4

Fixes

  • Fixed a crash when calling focus on a WebView's webContents. #43932 (Also in 31, 32)
  • Fixed closing a window with more than one attached sheet on macOS. #43952 (Also in 31, 32)
  • Fixed potential use-after-free during view removal on macOS. #43922 (Also in 31, 32)

Other Changes

  • Ensured that the sender-id hint is set when creating desktop notifications on DBus. #43949 (Also in 31, 32)

electron v33.0.0-beta.3

24 Sep 05:10
ff65b58
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.3.

Release Notes for v33.0.0-beta.3

electron v33.0.0-beta.2

20 Sep 22:01
95caa1f
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.2.

Release Notes for v33.0.0-beta.2

Fixes

  • Fixed a potential issue accessing a child window document when overriding browserWindow creation via setWindowOpenHandler. #43816
  • Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #43744 (Also in 31, 32)
  • Fixed mouse cursor turning into loading spinner when starting utility process on Windows. #43731
  • Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. #43810 (Also in 32)

electron v32.1.2

20 Sep 05:51
8ac9d16
Compare
Choose a tag to compare

Release Notes for v32.1.2

Fixes

  • Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. #43786 (Also in 33)
  • Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. #43809 (Also in 33)

electron v32.1.1

18 Sep 00:42
3329bb6
Compare
Choose a tag to compare

Release Notes for v32.1.1

Fixes

  • Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #43743 (Also in 33)
  • Fixed an issue where WebContentsViews did not show correctly in some circumstances on macOS after being added as child views. #43698 (Also in 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.137. #43683

electron v33.0.0-beta.1

16 Sep 19:53
18bd295
Compare
Choose a tag to compare
Pre-release

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@33.0.0-beta.1.

Release Notes for v33.0.0-beta.1

electron v33.0.0-alpha.6

13 Sep 23:41
7a04a77
Compare
Choose a tag to compare
Pre-release

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@33.0.0-alpha.6.

Release Notes for v33.0.0-alpha.6

Fixes

  • Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. #43700