Releases: electron/electron
electron v40.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 v40.0.0-beta.4
Other Changes
- Backported fix for chromium:466192044. #49201
electron v39.2.7
electron v40.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 v40.0.0-beta.3
Other Changes
- Updated Chromium to 144.0.7547.0. #49146
electron v39.2.6
electron v40.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 v40.0.0-beta.2
Fixes
electron v39.2.5
Release Notes for v39.2.5
Fixes
- Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. #49130 (Also in 40)
- Fixed an issue where
menu-did-closewas not emitted properly for some application menus. #49093 (Also in 38, 40) - Reduced amount of visual artifacts while resizing a window on Windows. #49076
Other Changes
electron v40.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 v40.0.0-beta.1
Fixes
- Fixed crash when attempting to resolve modules during process exit. #49104
electron v39.2.4
Release Notes for v39.2.4
Fixes
- Fixed an issue where the close callback param for
menu.popupwould fire when any arbitrary submenu of the given menu closed, and not the menu itself. #49045 (Also in 38, 40) - Fixed crash when reading system certificates via nodejs tls module. #49042 (Also in 40)
- Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #49019 (Also in 38, 40)
Other Changes
- Updated Chromium to 142.0.7444.177. #49037
electron v38.7.2
Release Notes for v38.7.2
Fixes
- Fixed an issue where the close callback param for
menu.popupwould fire when any arbitrary submenu of the given menu closed, and not the menu itself. #49047 (Also in 39, 40) - Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #49020 (Also in 39, 40)