Electron Releases

Filter by channel Filter by major release

Release Notes for v18.2.0

Features

  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33711 (Also in 19)

Fixes

  • Fixed an issue with the app.requestSingleInstanceLock() API where it would sometimes hang. #33778

Other Changes

  • Fixed child_process.spawn ENOENT error with cwd option. #33871 (Also in 16, 17, 19)
  • Updated Chromium to 100.0.4896.143. #33948

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