Electron Releases

Filter by channel Filter by major release

Release Notes for v18.1.0

Features

  • Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter. #33771

Fixes

  • Fixed crash when img without alt is shown with accessibility features enabled. #33843 (Also in 19)
  • Fixed crash when opening gtk file dialogs due to mismatched versions. #33812 (Also in 19)

Other Changes

  • Updated Chromium to 100.0.4896.127. #33730

Release Notes for v18.0.4

Fixes

  • Apply senderFrame details to ipcMain port event. #33782 (Also in 16, 17)
  • Fixed an issue where Escape keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows. #33787
  • Fixed the built-in PDF renderer. #33664
  • shell.openExternal() now reports more detailed errors on Windows. #33659 (Also in 15, 16, 17, 19)
  • shell.openExternal() now reports more detailed errors on Windows. #33705 (Also in 15, 16, 17, 19)

Other Changes

  • Backported fix for chromium:1297731, b/218211225. #33708