electron

Build cross-platform desktop apps with JavaScript, HTML, and CSS

MIT License

Downloads
3M
Stars
113.1K
Committers
1.4K

Bot releases are visible (Hide)

electron - electron v23.2.2

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v23.2.2

Fixes

  • Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #37740 (Also in 24)
electron - electron v24.0.0-beta.7

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.7

electron - electron v23.2.1

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v23.2.1

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37724 (Also in 22, 24)
  • Fixed canceling of bluetooth requests when no devices are returned. #37720 (Also in 24)

Other Changes

  • Security: backported fix for CVE-2023-1213. #37708
  • Updated Chromium to 110.0.5481.208. #37645
electron - electron v22.3.5

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v22.3.5

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37725 (Also in 23, 24)
  • Fixed canceling of bluetooth requests when no devices are returned. #37739 (Also in 23, 24)

Other Changes

  • Security: backported fix for 1412991. #37659
  • Security: backported fix for 1418734. #37661
  • Security: backported fix for CVE-2023-1214. #37654
  • Security: backported fix for CVE-2023-1217. #37652
  • Security: backported fix for CVE-2023-1218. #37650
  • Security: backported fix for CVE-2023-1219. #37669
  • Security: backported fix for CVE-2023-1529. #37694
  • Security: backported fix for CVE-2023-1530. #37698
  • Security: backported fix for CVE-2023-1531. #37696
  • Security: backported fix for CVE-2023-1532. #37693
  • Security: backported fix for CVE-2023-1534. #37691
electron - electron v24.0.0-beta.6

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.6

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37726 (Also in 22, 23)
  • Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #37741
  • Fixed canceling of bluetooth requests when no devices are returned. #37717 (Also in 23)

Other Changes

  • Updated Chromium to 112.0.5615.39. #37700
electron - electron v24.0.0-beta.5

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.5

Fixes

  • Fixed an issue with potential dock icon duplication on macOS. #37625 (Also in 22, 23)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #37578 (Also in 22, 23)

Other Changes

  • Updated Chromium to 112.0.5615.29. #37598
electron - electron v22.3.4

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v22.3.4

Fixes

  • Fixed an issue with potential dock icon duplication on macOS. #37623 (Also in 23, 24)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #37576 (Also in 23, 24)
  • Improved error messages on session.cookies.set failure. #37595 (Also in 23, 24)

Other Changes

  • Security: backported fix for 1415249. #37671
  • Security: backported fix for 1416916. #37657
  • Security: backported fix for 1417585. #37663
  • Security: backported fix for CVE-2023-1213. #37656
  • Security: backported fix for CVE-2023-1215. #37648
  • Security: backported fix for CVE-2023-1220. #37667
electron - electron v23.2.0

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v23.2.0

Features

  • Added the enableLocalEcho flag to the session handler ses.setDisplayMediaRequestHandler() callback for allowing remote audio input to be echoed in the local output stream when audio is a WebFrameMain. #37529 (Also in 24)

Fixes

  • Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #37444 (Also in 24)
  • Fixed an issue with potential dock icon duplication on macOS. #37624 (Also in 22, 24)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #37577 (Also in 22, 24)
  • Improved error messages on session.cookies.set failure. #37596 (Also in 22, 24)
electron - electron v24.0.0-beta.4

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.4

Features

  • Added the enableLocalEcho flag to the session handler ses.setDisplayMediaRequestHandler() callback for allowing remote audio input to be echoed in the local output stream when audio is a WebFrameMain. #37528 (Also in 23)

Fixes

  • Improved error messages on session.cookies.set failure. #37597 (Also in 22, 23)
electron - electron v21.4.3

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v21.4.3

Other Changes

  • Security: backported fix for 1414224. #37484
  • Security: backported fix for CVE-2023-0928. #37482
  • Security: backported fix for CVE-2023-0929. #37480
  • Security: backported fix for CVE-2023-0931. #37478
  • Security: backported fix for CVE-2023-0932. #37486
electron - electron v22.3.3

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v22.3.3

Fixes

  • Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #37502 (Also in 23, 24)

Other Changes

  • Security: backported fix for 1414224. #37483
  • Security: backported fix for CVE-2023-0928. #37481
  • Security: backported fix for CVE-2023-0929. #37479
  • Security: backported fix for CVE-2023-0931. #37477
  • Security: backported fix for CVE-2023-0932. #37485
electron - electron v23.1.4

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v23.1.4

Fixes

  • Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #37501 (Also in 22, 24)

Other Changes

  • Updated Chromium to 110.0.5481.192. #37533
electron - electron v24.0.0-beta.3

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.3

Other Changes

  • Updated Chromium to 112.0.5615.20. #37546
electron - electron v24.0.0-beta.2

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.2

Fixes

  • Fixed WebUSB on ARM64 macs. #37522 (Also in 23)
  • Fixed a crash on capturing sources when using desktopCapturer API on Wayland. #37527 (Also in 23)
electron - electron v23.1.3

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v23.1.3

Fixes

  • Fixed WebUSB on ARM64 macs. #37521 (Also in 24)
  • Fixed a crash on capturing sources when using desktopCapturer API on Wayland. #37526

Other Changes

  • Updated Chromium to 110.0.5481.179. #37471
electron - electron v24.0.0-beta.1

Published by sudowoodo-release-bot[bot] over 1 year ago

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 v24.0.0-beta.1

Fixes

  • Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #37500
  • Fixed draggable regions not working in Mac App Store builds. #37474 (Also in 23)
  • app.showAboutPanel() no longer blocks the main thread on Windows or Linux, thus matching macOS. #37508

Other Changes

  • Updated Chromium to 111.0.5563.50. #37223
electron - electron v22.3.2

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v22.3.2

Fixes

  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37458 (Also in 23, 24)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37447 (Also in 23, 24)
  • Fixed window could not go back to maximized state when restored on Linux. #37360 (Also in 23, 24)

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37459 (Also in 23, 24)
electron - electron v23.1.2

Published by sudowoodo-release-bot[bot] over 1 year ago

Release Notes for v23.1.2

Fixes

  • Fixed destroyed event not emitted on close for BrowserView.webContents. #37451 (Also in 24)
  • Fixed an incorrect result returned when using secure as a cookies filter. #37248 (Also in 22, 24)
  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37457 (Also in 22, 24)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37448 (Also in 22, 24)
  • Fixed draggable regions not working in Mac App Store builds. #37473 (Also in 24)
  • Fixed right-click events not being delivered in frameless window draggable regions. #37394 (Also in 24)

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37460 (Also in 22, 24)
  • Updated Chromium to 110.0.5481.177. #37389
electron - electron v24.0.0-alpha.7

Published by sudowoodo-release-bot[bot] over 1 year ago

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 [email protected].

Release Notes for v24.0.0-alpha.7

Features

  • Added types to webRequest filter. #37427

Fixes

  • Fixed destroyed event not emitted on close for BrowserView.webContents. #37450 (Also in 23)
  • Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #37443
  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37456 (Also in 22, 23)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37449 (Also in 22, 23)
  • Setting the about panel's options no longer crashes. #37442

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37461 (Also in 22, 23)
electron - electron v24.0.0-alpha.6

Published by sudowoodo-release-bot[bot] over 1 year ago

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 [email protected].

Release Notes for v24.0.0-alpha.6

Features

  • Added httpOnly to the cookie filter. #37365
  • Added logUsage to shell.openExternal() options, which allows passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows. #37291

Fixes

  • Fixed right-click events not being delivered in frameless window draggable regions. #37395 (Also in 23)
Package Rankings
Top 0.15% on Npmjs.org
Top 0.21% on Alpine-edge
Top 20.7% on Repo1.maven.org
Top 3.26% on Proxy.golang.org
Top 21.35% on Conda-forge.org
Badges
Extracted from project README
Electron Logo GitHub Actions Build Status AppVeyor Build Status Electron Discord Invite