Release Notes for v34.5.0
Fixes
- Fixed an issue where
context-menu
event weren't emitted as expected on Windows in draggable regions. #46328 (Also in 35, 36) - Fixed an issue where calling
UtilityProcess.fork
prior to the app ready event would cause a crash. #46405 (Also in 35, 36) - Fixed memory leak in AutofillPopupView. #46411 (Also in 35, 36)
- When a menu item on macOS is disabled (
enabled = false
), it is now greyed out. #46340 (Also in 35, 36)
Other Changes
- Updated Node.js to v20.19.0. #46037