Skip to content

Releases: electron/electron

electron v38.0.0-beta.11

02 Sep 06:19
d590787

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@38.0.0-beta.11.

Release Notes for v38.0.0-beta.11

Fixes

  • Fixed an issue where dialog.showMessageDialog showed a window incorrectly centered to monitor instead of parent window when passed. #48215

electron v37.4.0

27 Aug 19:42
cfdd0a3

Choose a tag to compare

Release Notes for v37.4.0

Features

  • Added support for guid Tray constructor option on macOS to allow tray icons to maintain position across launches. #48076 (Also in 36, 38)

Fixes

  • Fixed an issue where net.isOnline() always returned true in utilityProcesses. #48152 (Also in 36, 38)
  • Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #48156 (Also in 36, 38)
  • Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #48107 (Also in 36, 38)

Other Changes

  • Updated Chromium to 138.0.7204.243. #48119

electron v38.0.0-beta.9

27 Aug 17:14
8187434

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@38.0.0-beta.9.

Release Notes for v38.0.0-beta.9

Other Changes

  • Enabled siso by default

electron v38.0.0-beta.8

25 Aug 16:10
9e631b6

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@38.0.0-beta.8.

Release Notes for v38.0.0-beta.8

Fixes

  • Fixed an issue where net.isOnline() always returned true in utilityProcesses. #48151 (Also in 36, 37)
  • Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #48157 (Also in 36, 37)

Other Changes

  • Updated Chromium to 140.0.7339.24. #48147

electron v38.0.0-beta.7

21 Aug 17:21
1a38293

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

Release Notes for v38.0.0-beta.7

Features

  • Added tray.{get|set}AutosaveName to enable macOS tray icons to maintain position across launches. #48077 (Also in 36, 37)

Fixes

  • Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #48108 (Also in 36, 37)
  • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #48094 (Also in 36, 37)

Other Changes

  • Updated Chromium to 140.0.7339.16. #48075

electron v38.0.0-beta.6

19 Aug 02:27
2e5a0b7

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

Release Notes for v38.0.0-beta.6

electron v35.7.5

19 Aug 06:16
86d839a

Choose a tag to compare

Release Notes for v35.7.5

Warning

Electron 35.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed an issue where shell.openPath was not non-blocking as expected. #48079 (Also in 36, 37, 38)

electron v38.0.0-beta.5

18 Aug 15:51
a6b0d27

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

Release Notes for v38.0.0-beta.5

Fixes

  • Fixed an issue where shell.openPath was not non-blocking as expected. #48089 (Also in 36, 37)

electron v37.3.1

19 Aug 05:45
23a0293

Choose a tag to compare

Release Notes for v37.3.1

Fixes

  • Fixed an issue where shell.openPath was not non-blocking as expected. #48088 (Also in 36, 38)
  • Fixed an issue where windows opened with window.open would never be offscreen. #48070 (Also in 38)
  • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #48096 (Also in 36)

Other Changes

  • Updated Chromium to 138.0.7204.235. #48066

electron v36.8.1

19 Aug 00:13
3f92511

Choose a tag to compare

Release Notes for v36.8.1

Fixes

  • Fixed an issue where shell.openPath was not non-blocking as expected. #48087 (Also in 37, 38)
  • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #48095 (Also in 37)