Skip to content

Releases: electron/electron

electron v40.0.0-beta.4

15 Dec 23:50
b0ba443

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 v40.0.0-beta.4

Other Changes

  • Backported fix for chromium:466192044. #49201

electron v39.2.7

12 Dec 19:00
4d18062

Choose a tag to compare

Release Notes for v39.2.7

Other Changes

  • Updated Chromium to 142.0.7444.235. #49190

electron v40.0.0-beta.3

08 Dec 15:59
e3cabb6

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 v40.0.0-beta.3

Other Changes

  • Updated Chromium to 144.0.7547.0. #49146

electron v39.2.6

05 Dec 03:10
f2d1cb2

Choose a tag to compare

Release Notes for v39.2.6

Fixes

  • Fixed visual artifacts while resizing a window on Windows. #49138

Other Changes

  • Updated Chromium to 142.0.7444.226. #49137

electron v40.0.0-beta.2

04 Dec 18:02
0656e76

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 v40.0.0-beta.2

Fixes

  • Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. #49129 (Also in 39)

electron v39.2.5

03 Dec 22:35
6e97bca

Choose a tag to compare

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-close was 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

  • Fixed devtools element panel flickering when with node inspection. #49044 (Also in 40)

electron v40.0.0-beta.1

02 Dec 06:31
fa9489c

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 v40.0.0-beta.1

Fixes

  • Fixed crash when attempting to resolve modules during process exit. #49104

electron v39.2.4

26 Nov 18:19
245e70a

Choose a tag to compare

Release Notes for v39.2.4

Fixes

  • Fixed an issue where the close callback param for menu.popup would 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

26 Nov 18:17
933f0d5

Choose a tag to compare

Release Notes for v38.7.2

Fixes

  • Fixed an issue where the close callback param for menu.popup would 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)

electron v37.10.3

26 Nov 20:27
55467ea

Choose a tag to compare

Release Notes for v37.10.3

Fixes

  • Fixed an issue where systemPreferences.getAccentColor inverted the color. #49067 (Also in 39)