Releases: electron/electron
electron v11.4.12
electron v15.0.0-alpha.7
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
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
electron v14.0.0-beta.21
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
electron v15.0.0-alpha.5
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
electron v14.0.0-beta.20
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
electron v13.1.9
electron v15.0.0-alpha.4
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.4
.
Release Notes for v15.0.0-alpha.4
Fixes
electron v14.0.0-beta.19
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.19
.
Release Notes for v14.0.0-beta.19
Fixes
electron v13.1.8
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