Skip to content

Releases: electron/electron

electron v13.2.1

17 Aug 23:40

Choose a tag to compare

Release Notes for v13.2.1

Fixes

  • Fixed potential crash when programmatically closing a draggable frameless child window. #30572

electron v13.2.0

17 Aug 10:15

Choose a tag to compare

Release Notes for v13.2.0

Features

  • Added support for the des-ede3 cipher in node crypto. #30453 (Also in 11, 12)

Fixes

  • Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs. #30523 (Also in 14, 15)
  • Fixed rare crash in UpdateDraggableRegions. #30557

Other Changes

  • Security: Backported fix for 1196853. #30449

electron v12.0.17

18 Aug 00:30

Choose a tag to compare

Release Notes for v12.0.17

Fixes

electron v11.4.12

18 Aug 03:16

Choose a tag to compare

Release Notes for v11.4.12

Fixes

electron v15.0.0-alpha.7

17 Aug 09:48

Choose a tag to compare

Pre-release

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@15.0.0-alpha.7.

Release Notes for v15.0.0-alpha.7

Other Changes

  • Updated Chromium to 94.0.4590.2. #30512

electron v15.0.0-alpha.6

12 Aug 17:23

Choose a tag to compare

Pre-release

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@15.0.0-alpha.6.

Release Notes for v15.0.0-alpha.6

Features

  • Added fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps. #30420

Fixes

  • Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows. #30460 (Also in 14)

electron v14.0.0-beta.21

12 Aug 15:25

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@14.0.0-beta.21.

Release Notes for v14.0.0-beta.21

Fixes

  • Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows. #30459 (Also in 15)

electron v15.0.0-alpha.5

09 Aug 17:11

Choose a tag to compare

Pre-release

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

Release Notes for v15.0.0-alpha.5

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30392 (Also in 13, 14)

electron v14.0.0-beta.20

09 Aug 15:21

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@14.0.0-beta.20.

Release Notes for v14.0.0-beta.20

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30391 (Also in 13, 15)

electron v13.1.9

10 Aug 02:02

Choose a tag to compare

Release Notes for v13.1.9

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30393 (Also in 14, 15)

Other Changes

  • Security: backported fix for 1229298. #30452