electron/electron
 Watch   
 Star   
 Fork   
2 days ago
electron

electron v31.0.0-beta.3

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)
3 days ago
electron

electron v30.0.6

Release Notes for v30.0.6

Fixes

  • Fixed a potential issue with Linux layout invalidation. #42189
3 days ago
electron

electron v29.4.0

Release Notes for v29.4.0

Fixes

Other Changes

  • Backported fix for 339458194. #42123
  • Backported fix for 340221135. #42175
4 days ago
electron

electron v31.0.0-beta.2

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
4 days ago
electron

electron v30.0.5

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
5 days ago
electron

electron v31.0.0-beta.1

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

Release Notes for v31.0.0-beta.1

Fixes

  • Fixed an error when calling setAutoResize on a BrowserView. #42138 (Also in 30)
  • Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. #42146 (Also in 30)

Other Changes

  • Updated Chromium to 126.0.6445.0. #42119
5 days ago
electron

electron v30.0.4

Release Notes for v30.0.4

Fixes

  • Fixed a crash in addChildView if a view is added as its own child. #42107 (Also in 31)
  • Fixed a crash when the same WebContentsView is added via addChildView multiple times. #42115 (Also in 31)
  • Fixed an error when calling setAutoResize on a BrowserView. #42137 (Also in 31)
  • Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. #42145 (Also in 31)
  • Fixed an issue where calling window.center() on Windows and Linux incorrectly centered the window. #42100 (Also in 31)

Other Changes

  • Backported fix for 339458194. #42122
  • Updated Chromium to 124.0.6367.201. #42117
5 days ago
electron

electron v31.0.0-alpha.5

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@31.0.0-alpha.5.

Release Notes for v31.0.0-alpha.5

Fixes

  • Fixed a crash in addChildView if a view is added as its own child. #42108 (Also in 30)
  • Fixed a crash when the same WebContentsView is added via addChildView multiple times. #42116 (Also in 30)
  • originalFs.promises.cp now works. #42134

Other Changes

  • Backported fix for 339458194. #42121
9 days ago
electron

electron v31.0.0-alpha.4

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@31.0.0-alpha.4.

Release Notes for v31.0.0-alpha.4

Fixes

  • Fixed an issue where calling window.center() on Windows and Linux incorrectly centered the window. #42101 (Also in 30)
  • Fixed crash after upgrade on Linux. #42062 (Also in 29, 30)

Other Changes

  • Backported fix for 339266700. #42095
10 days ago
electron

electron v29.3.3

Release Notes for v29.3.3

Fixes

  • Fixed an issue where fs.createWriteStream could write out of order. #42047
  • Fixed blurry thumbnails from desktop capturer on macOS. #42049
  • Fixed crash after upgrade on Linux. #42065 (Also in 30, 31)

Other Changes

  • Backported fix for 330756841. #42069
  • Backported fix for 339266700. #42097
  • Security: backported fix for 335003891.
    • Security: backported fix for 333508731. #42007
  • Security: backported fix for CVE-2024-3914. #41984
  • Security: backported fix for CVE-2024-4558. #42090
  • [a11y] avoid clearing/resetting focus on an already focused element. #42057 (Also in 28)