Skip to content

Releases: electron/electron

electron v28.2.10

03 Apr 20:34
484b755
Compare
Choose a tag to compare

Release Notes for v28.2.10

Fixes

  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41709 (Also in 29, 30)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41738 (Also in 29, 30)

Other Changes

  • Security: backported fix for CVE-2024-2885.
    • Security: backported fix for CVE-2024-2883.
    • Security: backported fix for CVE-2024-2887.
    • Security: backported fix for CVE-2024-2886.
    • Security: backported fix for 329674887.
    • Security: backported fix for 327183408.
    • Security: backported fix for 326349405. #41747

Documentation

  • Documentation changes: #41731

electron v27.3.9

03 Apr 20:32
ec2adf0
Compare
Choose a tag to compare

Release Notes for v27.3.9

Other Changes

  • Security: backported fix for 325296797. #41608
  • Security: backported fix for CVE-2024-2885.
    • Security: backported fix for CVE-2024-2883.
    • Security: backported fix for CVE-2024-2887.
    • Security: backported fix for CVE-2024-2886.
    • Security: backported fix for 329674887.
    • Security: backported fix for 327183408.
    • Security: backported fix for 326349405. #41748

electron v30.0.0-beta.5

01 Apr 17:04
7031c93
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.5.

Release Notes for v30.0.0-beta.5

Fixes

  • Fixed a potential crash in chrome.scripting on extension unload. #41702 (Also in 29)
  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41708 (Also in 28, 29)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41740 (Also in 29)

electron v30.0.0-beta.4

29 Mar 16:18
7031c93
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.4.

Release Notes for v30.0.0-beta.4

Fixes

  • Fixed a potential crash in chrome.scripting on extension unload. #41702 (Also in 29)
  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41708 (Also in 28, 29)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41740

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