Release Notes for v34.4.0
Features
Fixes
- Fixed NODE_OPTIONS parsing for child processes on macOS. #46242 (Also in 35, 36)
- Fixed an issue where
system-context-menu
incorrectly fired for all regions in frameless windows. #46175 (Also in 33, 35, 36) - Fixed an issue where
webContents.printToPDF()
didn't work as expected with cross-process subframes. #46258 (Also in 35, 36) - Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46223 (Also in 33, 35, 36)
- Fixed an issue with token formatting for tokens received after calling
pushNotifications.registerForAPNSNotifications()
. #46150 (Also in 35, 36) - Fixed build failure when building with printing disabled. #46286 (Also in 35, 36)
- Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46246 (Also in 35, 36)