Skip to content

Releases: electron/electron

electron v37.0.0-beta.7

17 Jun 09:02
03c32ba
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 [email protected].

Release Notes for v37.0.0-beta.7

Fixes

  • Fixed an issue on application close on Windows, where not all processes are quit on close. #47485

electron v36.5.0

18 Jun 08:03
8d2654c
Compare
Choose a tag to compare

Release Notes for v36.5.0

Features

  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #47365 (Also in 37)
  • Added the priority and priorityIncremental options to net.request(). #47320 (Also in 37)
  • Exposed win.isContentProtected() to allow developers to check window protection status. #47311 (Also in 37)

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47340 (Also in 35, 37)
  • Fixed a potential crash using session.clearData in some circumstances. #47411 (Also in 35, 37)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #47343 (Also in 35, 37)
  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47442 (Also in 35, 37)
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #47400 (Also in 35, 37)

Other Changes

  • Backported fix for 420637585. #47368
  • Updated Chromium to 136.0.7103.168. #47441
  • Updated Node.js to v22.16.0. #47214

electron v37.0.0-beta.6

16 Jun 15:47
f72ec2c
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 [email protected].

Release Notes for v37.0.0-beta.6

electron v37.0.0-beta.5

12 Jun 17:23
ba6f035
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 [email protected].

Release Notes for v37.0.0-beta.5

Features

  • Added the priority and priorityIncremental options to net.request(). #47321 (Also in 36)

Fixes

  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47444 (Also in 35, 36)

electron v37.0.0-beta.4

09 Jun 17:59
5953dca
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 [email protected].

Release Notes for v37.0.0-beta.4

Features

  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #47364 (Also in 36)
  • Exposed win.isContentProtected() to allow developers to check window protection status. #47310 (Also in 36)

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47338 (Also in 35, 36)
  • Fixed a potential crash using session.clearData in some circumstances. #47412 (Also in 35)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #47342 (Also in 35, 36)
  • Fixed an issue where printing PDFs with webContents.print({ silent: true }) would fail. #47397
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #47398 (Also in 35)

Other Changes

  • Backported fix for 409059706. #47358
  • Backported fix for 420637585. #47356
  • Updated Chromium to 138.0.7204.15. #46980
  • Updated Node.js to v22.16.0. #47216

electron v37.0.0-beta.3

04 Jun 02:35
cd1afd6
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 [email protected].

Release Notes for v37.0.0-beta.3

Other Changes

electron v35.5.1

04 Jun 02:39
6b08d83
Compare
Choose a tag to compare

Release Notes for v35.5.1

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47339
  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47299 (Also in 34, 36, 37)
  • Fixed crash when pausing in loops due to missing context when desugared. #47286

Other Changes

electron v34.5.8

04 Jun 10:34
a0e0268
Compare
Choose a tag to compare

Release Notes for v34.5.8

Fixes

  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47301 (Also in 35, 36, 37)

Other Changes

electron v36.4.0

04 Jun 07:58
4925896
Compare
Choose a tag to compare

Release Notes for v36.4.0

Fixes

  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47300 (Also in 34, 35, 37)

Other Changes

Documentation

  • Documentation changes: #47298

electron v37.0.0-beta.2

02 Jun 21:50
91c153e
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 [email protected].

Release Notes for v37.0.0-beta.2

Fixes

  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47302 (Also in 34, 35, 36)

Documentation

  • Documentation changes: #47297