Skip to content

Releases: electron/electron

electron v34.0.0-beta.6

25 Nov 15:41
6208b61
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 [email protected].

Release Notes for v34.0.0-beta.6

Fixes

  • Fixed a crash that could occur when calling shell.readShortcutLink on Windows. #44804 (Also in 33)
  • Fixed an issue where the webContents context-menu event was not emitted when using -webkit-app-region: drag. #44799 (Also in 32, 33)
  • Fixed update file extension bug. #44770 (Also in 33)

Other Changes

  • Updated Chromium to 132.0.6834.15. #44783
  • Updated Node.js to v20.18.1. #44782

electron v34.0.0-beta.5

21 Nov 15:59
8c7a253
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 [email protected].

Release Notes for v34.0.0-beta.5

Fixes

  • Fixed an issue where resize wasn't being emitted for single-pixel resizes on Windows. #44722 (Also in 32, 33)
  • Fixed an issue where a utilityProcess pid would not be undefined after exit. #44695 (Also in 32, 33)
  • Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. #44759 (Also in 32, 33)
  • Fixed crash in net api when utility process exits. #44731 (Also in 32, 33)
  • Return 0 exit code for normal termination of the utility process. #44733 (Also in 32, 33)

Other Changes

  • Fixed an issue where a deprecation warning was being incorrectly emitted for frameless windows on macOS. #44768 (Also in 33)

electron v34.0.0-beta.4

18 Nov 16:23
9bd442f
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 [email protected].

Release Notes for v34.0.0-beta.4

Fixes

  • Fixed an issue where WebContentsViews were being improperly removed. #44670 (Also in 31, 32, 33)
  • Fixed file chooser dialogs for flaptak applications. #44681

Other Changes

  • Updated Chromium to 132.0.6834.6. #44587

electron v34.0.0-beta.3

15 Nov 03:31
7d835b7
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 [email protected].

Release Notes for v34.0.0-beta.3

electron v32.2.5

15 Nov 21:36
a6a0c4c
Compare
Choose a tag to compare

Release Notes for v32.2.5

Fixes

  • Fixed an issue where WebContentsViews were being improperly removed. #44672 (Also in 31, 33, 34)
  • Fixed an issue where the windows control overlay was unexpectedly visible in fullscreen on Linux. #44642 (Also in 31, 33, 34)
  • Fixed crash when rendering super menu accelerator on linux. #44623 (Also in 33, 34)
  • Fixed theme does not work in DevTools. #44639 (Also in 33, 34)

Other Changes

electron v31.7.5

15 Nov 17:00
2bd3a9f
Compare
Choose a tag to compare

Release Notes for v31.7.5

Fixes

  • Fixed an issue where WebContentsViews were being improperly removed. #44673 (Also in 32, 33, 34)
  • Fixed an issue where the windows control overlay was unexpectedly visible in fullscreen on Linux. #44643 (Also in 32, 33, 34)

Other Changes

electron v34.0.0-beta.2

14 Nov 19:52
5b3a1a7
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 [email protected].

Release Notes for v34.0.0-beta.2

Fixes

  • Fixed an issue where the windows control overlay was unexpectedly visible in fullscreen on Linux. #44641 (Also in 31, 32, 33)
  • Fixed theme does not work in DevTools. #44636 (Also in 32, 33)

electron v32.2.4

14 Nov 05:12
7dd1fc9
Compare
Choose a tag to compare

Release Notes for v32.2.4

Fixes

  • Fixed segfault when moving WebContentsView between BrowserWindows. #44615 (Also in 31, 33, 34)

electron v34.0.0-beta.1

12 Nov 21:08
802741b
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 [email protected].

Release Notes for v34.0.0-beta.1

Fixes

  • Fixed segfault when moving WebContentsView between BrowserWindows. #44612 (Also in 31, 32, 33)

electron v31.7.4

12 Nov 22:01
a05ebed
Compare
Choose a tag to compare

Release Notes for v31.7.4

Fixes

  • Fixed segfault when moving WebContentsView between BrowserWindows. #44614 (Also in 32, 33, 34)

Other Changes