Sourced from electron's releases.
electron v32.1.0
Release Notes for v32.1.0
Features
- Added support for the macOS system picker in
desktopCapturerandsetDisplayMediaRequestHandler. #43679 (Also in 33)Fixes
- Fixed BrowserView auto resize issue. #43637 (Also in 31, 33)
- Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #43687 (Also in 33)
- Fixed an issue where
defaultPathdid not work for all users on Linux when creating an open file dialog. #43629 (Also in 30, 31, 33)- Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. #43643
- Fixed an issue with
resizeevents being emitted on Windows when the window was moved but not resized. #43644 (Also in 33)- Fixed other apps not being focused when launched from electron ozone/wayland. #43577 (Also in 31, 33)
- Restored Chromium default
Content-Dispositionheader parsing. #43668 (Also in 30, 31, 33)Other Changes
097c6b7
feat: add support for system picker in setDisplayMediaRequestHandler (#43679)fa1311e
fix: ensure SetPluginCanSave updated in PDFs (#43687)5b933e9
fix: -Wunsafe-buffer-usage warning in V8Serializer::Serialize() (#43676)017ba5b
fix: restore Chromium default Content-Disposition header
parsing (#43668)7034537
perf: use v8::Local<v8::Object> as the key in ObjectCache (#43662)57cca46
chore: bump node to v20.17.0 (32-x-y) (#43424)7097afb
docs: update window customization tutorial (#43660)aead35a
fix: printing occasionally showing failed when cancelled (#43643)01ef055
fix: ensure bounds stability in OnWidgetBoundsChanged (#43644)f74c353
fix: out-of-scope Local handle in node::CallbackScope (#43639)