Skip to content

Releases: electron/electron

electron v29.1.6

27 Mar 19:53
3b025ec
Compare
Choose a tag to compare

Release Notes for v29.1.6

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #41672 (Also in 28, 30)
  • Fixed a potential crash in chrome.scripting on extension unload. #41701 (Also in 30)
  • Fixed an issue where emojis weren't properly handled on Windows. #41680 (Also in 30)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #41636 (Also in 28, 30)

Other Changes

electron v28.2.9

28 Mar 23:16
76172fd
Compare
Choose a tag to compare

Release Notes for v28.2.9

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #41670 (Also in 29, 30)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #41637 (Also in 29, 30)

Other Changes

electron v27.3.8

28 Mar 23:57
3d3bd64
Compare
Choose a tag to compare

Release Notes for v27.3.8

Other Changes

electron v30.0.0-beta.3

26 Mar 00:37
83777ac
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 electron@30.0.0-beta.3.

Release Notes for v30.0.0-beta.3

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #41671 (Also in 28, 29)
  • Fixed an issue where app.getLoginItemSettings didn't correctly throw errors. #41667
  • Fixed an issue where emojis weren't properly handled on Windows. #41681 (Also in 29)

Other Changes

  • Updated Chromium to 124.0.6367.9. #41684

electron v30.0.0-beta.2

22 Mar 01:34
516f6d0
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 electron@30.0.0-beta.2.

Release Notes for v30.0.0-beta.2

Fixes

  • Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. #41629 (Also in 29)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #41635 (Also in 28, 29)

electron v29.1.5

20 Mar 20:33
98283d1
Compare
Choose a tag to compare

Release Notes for v29.1.5

Fixes

  • Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. #41628 (Also in 30)

Other Changes

  • Updated Chromium to 122.0.6261.130. #41598

electron v28.2.8

20 Mar 20:06
31cd9d1
Compare
Choose a tag to compare

Release Notes for v28.2.8

Other Changes

  • Security: backported fix for 325296797. #41607

electron v27.3.7

20 Mar 19:54
6b2c470
Compare
Choose a tag to compare

Release Notes for v27.3.7

Other Changes

electron v30.0.0-beta.1

18 Mar 20:51
a47b724
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 electron@30.0.0-beta.1.

Release Notes for v30.0.0-beta.1

Other Changes

  • Updated Chromium to 124.0.6359.0. #41606

electron v30.0.0-alpha.7

14 Mar 20:23
b713e34
Compare
Choose a tag to compare
Pre-release

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@30.0.0-alpha.7.

Release Notes for v30.0.0-alpha.7

Fixes

  • Fixed chrome://process-internals failing to load. #41540 (Also in 28, 29)
  • Improved appearance of caption buttons on Windows 11 when using Windows Control Overlay. #41586

Other Changes

  • Updated Chromium to 124.0.6355.1. #41490