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

electron v12.0.12

Compare
Choose a tag to compare
64FD
@electron-bot electron-bot released this 21 Jun 19:49
· 125 commits to 12-x-y since this release

Release Notes for v12.0.12

Fixes

  • Fixd an issue where fs.promises.readFile would improperly error when passing a FileHandle to the path argument. #29575 (Also in 13, 14)
  • Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners. #29810 (Also in 13, 14)
  • Fixed select-bluetooth-device firing on Windows. #29612 (Also in 13, 14)
  • Fixed an incorrect warning about enableRemoteModule being issued when the option was undefined (and thus defaulting to false). #29701
  • Fixed an issue where draggable regions sometimes did not work properly when DevTools is open. #29733 (Also in 13, 14)
  • Fixed crashes in debug builds caused by microtasks policy mismatch. #29807 (Also in 13, 14)
  • Fixed hover state not clear bug when BrowserWindow is not resizable. #29799 (Also in 13, 14)
  • Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol. #29668 (Also in 11, 13, 14)
  • Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module. #29671 (Also in 13, 14)
  • Security: backported fix for CVE-2021-30551. #29779

Other Changes

Documentation

  • Documentation changes: #29725
0