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 v13.2.2

Published by sudowoodo-release-bot[bot] about 3 years ago

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 - electron v15.0.0-alpha.9

Published by sudowoodo-release-bot[bot] about 3 years 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 v15.0.0-alpha.9

Fixes

  • Fixed media key globalShortcuts on macOS. #30570
electron - electron v15.0.0-alpha.8

Published by sudowoodo-release-bot[bot] about 3 years 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 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 - electron v14.0.0-beta.23

Published by sudowoodo-release-bot[bot] about 3 years 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 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 - electron v11.4.12

Published by sudowoodo-release-bot[bot] about 3 years ago

Release Notes for v11.4.12

Fixes

electron - electron v12.0.17

Published by sudowoodo-release-bot[bot] about 3 years ago

Release Notes for v12.0.17

Fixes

electron - electron v13.2.1

Published by sudowoodo-release-bot[bot] about 3 years ago

Release Notes for v13.2.1

Fixes

  • Fixed potential crash when programmatically closing a draggable frameless child window. #30572
electron - electron v14.0.0-beta.22

Published by sudowoodo-release-bot[bot] about 3 years 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 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
electron - electron v13.2.0

Published by sudowoodo-release-bot[bot] about 3 years ago

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 - electron v15.0.0-alpha.7

Published by sudowoodo-release-bot[bot] about 3 years 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 v15.0.0-alpha.7

Other Changes

  • Updated Chromium to 94.0.4590.2. #30512
electron - electron v15.0.0-alpha.6

Published by sudowoodo-release-bot[bot] about 3 years 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 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 - electron v14.0.0-beta.21

Published by sudowoodo-release-bot[bot] about 3 years 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 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 - electron v13.1.9

Published by sudowoodo-release-bot[bot] about 3 years ago

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
electron - electron v15.0.0-alpha.5

Published by electron-bot about 3 years 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 v15.0.0-alpha.5

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30392 (Also in 13, 14)
electron - electron v14.0.0-beta.20

Published by electron-bot about 3 years 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 v14.0.0-beta.20

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30391 (Also in 13, 15)
electron - electron v15.0.0-alpha.4

Published by electron-bot about 3 years 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 v15.0.0-alpha.4

Fixes

  • Fixed an issue on Windows where empty console windows were appearing when --enable-logging was present. #30386 (Also in 14)
electron - electron v14.0.0-beta.19

Published by electron-bot about 3 years 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 v14.0.0-beta.19

Fixes

  • Fixed an issue on Windows where empty console windows were appearing when --enable-logging was present. #30385 (Also in 15)
electron - electron v12.0.16

Published by electron-bot about 3 years ago

Release Notes for v12.0.16

Fixes

  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30329 (Also in 13, 14, 15)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30244 (Also in 13, 14, 15)

Other Changes

  • Security: backported fix for 1205059,1196302. #30266
  • Security: backported fix for CVE-2021-30541. #30185
  • Security: backported fix for CVE-2021-30560. #30182
  • Security: backported fix for CVE-2021-30562. #30195
  • Security: backported fix for CVE-2021-30563. #30198
  • Security: backported fix for CVE-2021-30568. #30227
  • Security: backported fix for CVE-2021-30569. #30295
  • Security: backported fix for CVE-2021-30572. #30261
  • Security: backported fix for CVE-2021-30573. #30252
electron - electron v13.1.8

Published by electron-bot about 3 years ago

Release Notes for v13.1.8

Fixes

  • Fixed a potential crash that would occur with draggable regions on Windows. #30326 (Also in 14, 15)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30330 (Also in 12, 14, 15)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #30319 (Also in 14, 15)
  • Fixed pressing ESC not exiting fullscreen from webview. #30128 (Also in 12, 14)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30241 (Also in 12, 14, 15)
  • Fixed tray.setTitle not respecting ANSI colors if a font type was specified. #30163 (Also in 14)

Other Changes

  • Backported fix for https://crbug.com/1227921. #30203
  • Security: backported fix for 1205059,1196302. #30265
  • Security: backported fix for CVE-2021-30568. #30229
  • Security: backported fix for CVE-2021-30569. #30294
  • Security: backported fix for CVE-2021-30573. #30251
  • Security: backported fix for chromium:1217064. #30246
  • Updated Chromium to 91.0.4472.164. #30169
electron - electron v11.4.11

Published by electron-bot about 3 years ago

Release Notes for v11.4.11

Other Changes

  • Security: backported fix for 1205059,1196302. #30267
  • Security: backported fix for CVE-2021-30541. #30200
  • Security: backported fix for CVE-2021-30560. #30183
  • Security: backported fix for CVE-2021-30562. #30196
  • Security: backported fix for CVE-2021-30563. #30199
  • Security: backported fix for CVE-2021-30568. #30228
  • Security: backported fix for CVE-2021-30569. #30296
  • Security: backported fix for CVE-2021-30572. #30262
  • Security: backported fix for CVE-2021-30573. #30253
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