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 ifitems
is an empty array. #30679 (Also in 13, 15) - Fixed media key
globalShortcut
s 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