Release Notes for v9.0.5
Fixes
- Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #24185
- Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters. #24232
- Fixed an error when calling
dialog.showCertificateTrustDialog
with noBrowserWindow
. #24121 - Fixed an issue where
shutdown
would be emitted both on app and system shutdown on macOS. #24141 - Fixed an issue where
withFileTypes
was not supported as an option tofs.readdir
orfs.readdirSync
under asar. #24108 - Fixed an issue which would cause streaming protocol responses to stall in some cases. #24082
- Fixed an issue with click events not being emitted on macOS for Trays with context menus set. #24236
- Fixed delayed execution of some Node.js callbacks in the main process. #24178
- Fixed tray menu showing in taskbar on Windows. #24193
- Fixed window titlebar not responding to pen on Windows 10. #24103
Other Changes
- Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #24059
- Fixed mac app store rejection notice for invalid symbolic link in bundle. #24238
- Updated Chromium to 83.0.4103.119. #24234
Documentation
- Documentation changes: #24177