v42.9.0
📦 electronView on GitHub →
✨ 1 features🐛 5 fixes🔧 1 symbols
Summary
This release introduces the `webFrameMain.printToPDF()` method for printing frames to PDF and includes several bug fixes to improve stability, including addressing crashes during system events and menu interactions.
✨ New Features
- Added `webFrameMain.printToPDF()` to allow printing individual frames to PDF from the main process.
🐛 Bug Fixes
- Fixed a browser process crash that could occur during Windows logoff, shutdown, or restart.
- Fixed a crash report when the X server or Wayland compositor exits while an app is running.
- Fixed a crash when quickly switching menus while the app is under heavy load.
- Fixed a potential crash when notifying user activation before the primary main frame was live.
- Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site.