Skip to content

Releases: electron/electron

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.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

electron v31.0.0-beta.4

20 May 17:06
18da367
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.4.

Release Notes for v31.0.0-beta.4

Fixes

  • Fixed an issue where the window could be incorrectly centered in some circumstances when calling BrowserWindow.center(). #42197 (Also in 30)

electron v31.0.0-beta.3

16 May 17:12
e4bcd82
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.3.

Release Notes for v31.0.0-beta.3

Fixes

  • Fixed an issue where webContents.navigationHistory was not an enumerable property. #42182 (Also in 30)

electron v31.0.0-beta.2

15 May 05:30
a3c6dd9
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.2.

Release Notes for v31.0.0-beta.2

Fixes

  • Fixed crash on window maximize on X11. #42184 (Also in 30)
  • BrowserWindow.focus() now correctly restore focus to inactive apps on macOS. #42186 (Also in 30)

Other Changes

  • Backported fix for 340221135. #42173

electron v30.0.6

15 May 18:33
574879f
Compare
Choose a tag to compare

Release Notes for v30.0.6

Fixes

  • Fixed a potential issue with Linux layout invalidation. #42189

electron v30.0.5

15 May 05:23
05ae671
Compare
Choose a tag to compare

Release Notes for v30.0.5

Fixes

  • Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow. #42151
  • Fixed an issue where webContents.navigationHistory was not an enumerable property. #42181
  • Fixed crash on window maximize on X11. #42185 (Also in 31)
  • BrowserWindow.focus() now correctly restore focus to inactive apps on macOS. #42187 (Also in 31)

Other Changes

  • Backported fix for 340221135. #42174
  • Updated Chromium to 124.0.6367.207. #42166