8000 Release electron v13.4.0 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v13.4.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 13 Sep 19:49
· 116 commits to 13-x-y since this release

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
0