Releases: electron/electron
electron v34.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 [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
electron v34.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 [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 beundefined
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
electron v34.0.0-beta.4
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
WebContentsView
s 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
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
Release Notes for v32.2.5
Fixes
- Fixed an issue where
WebContentsView
s 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
- Security: backported fix for CVE-2024-10827. #44645
- Security: backported fix for CVE-2024-11110. #44648
electron v31.7.5
Release Notes for v31.7.5
Fixes
- Fixed an issue where
WebContentsView
s 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
- Security: backported fix for CVE-2024-10827. #44646
- Security: backported fix for CVE-2024-11110. #44649
electron v34.0.0-beta.2
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
electron v32.2.4
electron v34.0.0-beta.1
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
electron v31.7.4
Release Notes for v31.7.4
Fixes
Other Changes
- Security: backported fix for CVE-2024-10231.
- Security: backported fix for CVE-2024-10229. #44483
- Security: backported fix for CVE-2024-10487. #44485