Releases: electron/electron
electron v14.0.0-beta.25
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
electron v12.0.18
electron v15.0.0-alpha.10
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
safeStoragestring encryption API. #30430 - Added support for Windows Control Overlay on Windows. #30497
Fixes
- Fixed an issue where the TouchBarScrubber crashes when
showArrowButtonsis enabled ifitemsis 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
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
showArrowButtonsis enabled ifitemsis 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
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
Release Notes for v13.2.2
Fixes
- Fixed an issue present in
webViewwhere theleave-html-full-screenevent is not emitted if the user exits fullscreen withescinstead of by clicking into thewebView. #30560 (Also in 14, 15) - Fixed an issue where background color would not be correctly applied to
BrowserViewson Windows when either thexorycoordinate is negative (off-screen). #30540 (Also in 14, 15) - Fixed an issue where toggling
documentEditedstatus on macOS withtitlebarStyle: 'hiddenInset'inadvertently moves the traffic light location. #30603 (Also in 14, 15)
Other Changes
electron v15.0.0-alpha.8
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
webViewwhere theleave-html-full-screenevent is not emitted if the user exits fullscreen withescinstead of by clicking into thewebView. #30562 (Also in 13, 14) - Fixed an issue where background color would not be correctly applied to
BrowserViewson Windows when either thexorycoordinate is negative (off-screen). #30542 (Also in 13, 14) - Fixed an issue where toggling
documentEditedstatus on macOS withtitlebarStyle: '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
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
webViewwhere theleave-html-full-screenevent is not emitted if the user exits fullscreen withescinstead of by clicking into thewebView. #30561 (Also in 13, 15) - Fixed an issue where toggling
documentEditedstatus on macOS withtitlebarStyle: '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
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
BrowserViewson Windows when either thexorycoordinate is negative (off-screen). #30541
Other Changes
- Updated Chromium to 93.0.4577.25. #30349