Skip to content

Releases: electron/electron

electron v14.0.0-beta.25

30 Aug 15:24

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

Release Notes for v14.0.0-beta.25

electron v13.2.3

27 Aug 20:23

Choose a tag to compare

Release Notes for v13.2.3

Fixes

  • Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array. #30680 (Also in 14, 15)
  • Fixed titlebar showing under simple fullscreen mode. #30706 (Also in 14, 15)

electron v12.0.18

27 Aug 20:32

Choose a tag to compare

Release Notes for v12.0.18

Fixes

  • Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView. #30669 (Also in 13, 14, 15)

Other Changes

  • Security: Backported fix for 1196853. #30581
  • Security: Backported fix for 1227933. #30615
  • Security: backported fix for 1229298. #30580

electron v15.0.0-alpha.10

26 Aug 18:36

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

Release Notes for v15.0.0-alpha.10

Features

  • Added safeStorage string encryption API. #30430
  • Added support for Windows Control Overlay on Windows. #30497

Fixes

  • Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array. #30681 (Also in 13, 14)
  • Fixed titlebar showing under simple fullscreen mode. #30708 (Also in 13, 14)

Other Changes

  • Updated Chromium to 94.0.4606.12. #30370

electron v14.0.0-beta.24

26 Aug 15:50

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

Release Notes for v14.0.0-beta.24

Fixes

  • Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array. #30679 (Also in 13, 15)
  • Fixed media key globalShortcuts on macOS. #30569 (Also in 15)
  • Fixed titlebar showing under simple fullscreen mode. #30707 (Also in 13, 15)

Other Changes

  • Updated Chromium to 93.0.4577.51. #30520

electron v15.0.0-alpha.9

23 Aug 16:52

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

Release Notes for v15.0.0-alpha.9

Fixes

  • Fixed media key globalShortcuts on macOS. #30570

electron v13.2.2

23 Aug 22:39

Choose a tag to compare

Release Notes for v13.2.2

Fixes

  • Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView. #30560 (Also in 14, 15)
  • Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen). #30540 (Also in 14, 15)
  • Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location. #30603 (Also in 14, 15)

Other Changes

  • Security: Backported fix for 1227933. #30583 (Also in 12)
  • Security: Backported fix for 1231950. #30584
  • Security: Backported fix for 1234764. #30587
  • Security: Backported fix for 1234770. #30586
  • Security: Backported fix for 1234829. #30585

electron v15.0.0-alpha.8

19 Aug 18:04

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

Release Notes for v15.0.0-alpha.8

Fixes

  • Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs. #30525 (Also in 13, 14)
  • Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView. #30562 (Also in 13, 14)
  • Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen). #30542 (Also in 13, 14)
  • Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location. #30604 (Also in 13, 14)
  • Fixed rare crash in UpdateDraggableRegions. #30558 (Also in 13, 14)

electron v14.0.0-beta.23

19 Aug 15:23

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

Release Notes for v14.0.0-beta.23

Fixes

  • Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView. #30561 (Also in 13, 15)
  • Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location. #30605 (Also in 13, 15)
  • Fixed rare crash in UpdateDraggableRegions. #30559 (Also in 13, 15)

electron v14.0.0-beta.22

17 Aug 17:57

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

Release Notes for v14.0.0-beta.22

Fixes

  • Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs. #30524 (Also in 13, 15)
  • Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen). #30541

Other Changes

  • Updated Chromium to 93.0.4577.25. #30349