Release Notes for v13.4.0
Features
- Added
webContents.fromDevToolsTargetId(targetId)
to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #30731 (Also in 14, 15) - Fixed crash that occasionally happens when closing or opening BrowserWindows. #30834 (Also in 15)
Fixes
- Fixed crash when launching app with systemd v249. #30893
- Fixed transparent frameless windows having an opaque background when opened in a maximized state. #30862 (Also in 12, 14, 15)
Other Changes
- Backported fix for chromium:1206289. #30821
- Backported fix for chromium:1227228. #30815
- Security: Backported fix for 1230767. #30638
- Security: backported fix for chromium:1216595. #30824
- Security: backported fix for chromium:1221047. #30817
Documentation
- Documentation changes: #30850