Electron Releases - v30.5.1

npm install electron@v30.5.1
yarn add electron@v30.5.1

Release Notes

Final Release of Electron 30

⚠️ Electron 30.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #43631 (Also in 31, 32, 33)
  • Restored Chromium default Content-Disposition header parsing. #43671 (Also in 31, 32, 33)