Electron v11.0.0-nightly.20200807 Release Notes

Release Date: 2020-08-07 // over 3 years ago

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, or npm 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