Electron v11.0.0-nightly.20200807 Release Notes
Release Date: 2020-08-07 // about 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v10.0.0-beta.4
-
๐ 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
, ornpm install [email protected]
.๐ Release Notes for v10.0.0-beta.4
๐ Fixes
- ๐ Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #24182
- Fixed an issue where
shutdown
would be emitted both on app and system shutdown on macOS. #24139 - ๐ Fixed delayed execution of some Node.js callbacks in the main process. #24174
- ๐ Fixed window titlebar not responding to pen on Windows 10. #24102
๐ Documentation
- ๐ Documentation changes: #24175