Electron Releases

Filter by channel Filter by major release

Release Notes for v8.3.4

Fixes

  • Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters. #24231
  • Fixed an issue with click events not being emitted on macOS for Trays with context menus set. #24239
  • Updated Node root certs to use NSS 3.53. #24268

Release Notes for v8.3.3

Fixes

  • Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #24184
  • Fixed an issue where shutdown would be emitted both on app and system shutdown on macOS. #24140
  • Fixed an issue where withFileTypes was not supported as an option to fs.readdir or fs.readdirSync under asar. #24107
  • Fixed an issue which would cause streaming protocol responses to stall in some cases. #24133
  • Fixed delayed execution of some Node.js callbacks in the main process. #24180
  • Fixed tray menu showing in taskbar on Windows. #24194
  • Fixed window titlebar not responding to pen on Windows 10. #24101

Other Changes

  • Backported the fix to a crash in FIDO support. #24152
  • Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #24181
  • [a11y] fix incorrect selection item count for listbox with grouped items. #24084

Documentation

  • Documentation changes: #24176