Electron Releases

Filter by channel Filter by major release

Release Notes for v4.0.3

Fixes

  • Fixed a memory leak in desktopCapturer.getSources('screen') on macOS. #16555
  • Fixed an issue where data streamed from registerStreamProtocol could be truncated before completion. #16540
  • Fixed extra closing parenthesis. #16528
  • Fixed memory leak caused by webFrame.setSpellCheckProvider. #16524

Other Changes

  • Fixed speechSynthesis / text-to-speech. #16437

Documentation

  • Documentation changes: #16487

Release Notes for v4.0.2

Fixes

  • Changed the file dialog presented by inputs with the type file to use sheets on macOS instead of detached modals. #16340
  • Fixed shell.beep() on Ubuntu. #16357
  • Fixed an issue whereby registerAccelerator was being set to the registerAccelerator property of its role even when registerAccelerator was undefined. #16314
  • Fixed crash when closing popup windows. #16478
  • Fixed delivery of IPC events to renderer processes when both contextIsolation and sandbox are enabled. #16376

Documentation

  • Documentation changes: #16326