Skip to content

Releases: electron/electron

electron v31.0.0-beta.7

30 May 04:44
b0ba1a2
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@31.0.0-beta.7.

Release Notes for v31.0.0-beta.7

Fixes

  • BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42305 (Also in 30)
  • Fixed the type of WebviewTag.webpreferences back to string. #42279 (Also in 30)

Other Changes

  • Backported fix for 341663589. #42254

electron v30.0.9

29 May 23:10
27cdf17
Compare
Choose a tag to compare

Release Notes for v30.0.9

Fixes

  • Fixed the type of WebviewTag.webpreferences back to string. #42280 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.233. #42269

electron v29.4.2

29 May 23:13
0b51976
Compare
Choose a tag to compare

Release Notes for v29.4.2

Other Changes

  • Backported fix for 341663589. #42256

electron v31.0.0-beta.6

23 May 17:14
31a753f
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@31.0.0-beta.6.

Release Notes for v31.0.0-beta.6

Fixes

  • Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow. #42150 (Also in 29, 30)

electron v30.0.8

24 May 00:00
812cd56
Compare
Choose a tag to compare

Release Notes for v30.0.8

Other Changes

  • Backported fix for 341663589. #42255
  • Updated Chromium to 124.0.6367.230. #42246

electron v28.3.3

23 May 21:27
92e4123
Compare
Choose a tag to compare

Release Notes for v28.3.3

Other Changes

  • Backported fix for 341663589. #42257

electron v30.0.7

22 May 23:34
0416b11
Compare
Choose a tag to compare

Release Notes for v30.0.7

Fixes

  • Fixed an issue where non-English IME users would see app hangs on a second monitor. #42249
  • Fixed an issue where the window could be incorrectly centered in some circumstances when calling BrowserWindow.center(). #42196 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.221. #42208

electron v29.4.1

22 May 22:40
d2ffa6f
Compare
Choose a tag to compare

Release Notes for v29.4.1

Fixes

  • Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow. #42152 (Also in 30)

Other Changes

  • Security: backported fix for 329699609.

electron v28.3.2

22 May 23:14
db68805
Compare
Choose a tag to compare

Release Notes for v28.3.2

Fixes

  • Fixed an issue where console.log() in AudioWorkletGlobalScope produced incorrect output. #41895
  • Rename patches/devtools_frontend to patches/devtools-frontend. #42212

Other Changes

  • Backported fix for 1517088. #42093
  • Backported fix for 327027138. #42103
  • Backported fix for 330756841. #42092
  • Backported fix for 339266700. #42098
  • Backported fix for 339458194. #42124
  • Backported fix for 340221135. #42176
  • Security: backported fix for 329699609.
  • Security: backported fix for 335003891.
    • Security: backported fix for 333508731. #42008
  • Security: backported fix for CVE-2024-3914. #41985
  • Security: backported fix for CVE-2024-4060.
  • Security: backported fix for CVE-2024-4558. #42091
  • [a11y] avoid clearing/resetting focus on an already focused element. #42071

electron v31.0.0-beta.5

21 May 02:15
7ff3905
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@31.0.0-beta.5.

Release Notes for v31.0.0-beta.5

Fixes

  • Fixed issue where windows made visible with showInactive were blank. #42227