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

electron v12.0.6

Compare
Choose a tag to compare
{{ refName }}
@electron-bot electron-bot released this 30 Apr 22:55
· 219 commits to 12-x-y since this release

Release Notes for v12.0.6

Fixes

  • Fixed a crash when calling shell.trashItem() from the renderer process. #28787 (Also in 13)
  • Fixed an issue where multiple calls to window.setFullScreen could cause problems. #28772 (Also in 11, 13)
  • Fixed an issue where some dialogs would stop working on macOS if window.hide() was called while they were open. #28695 (Also in 11, 13)
  • Fixed an issue where windows in simpleFullscreen mode were not properly resizing when display metrics changed. #28869 (Also in 11, 13)
  • Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. #28913 (Also in 11, 13)
  • No longer set backgroundColor in default-app when opening custom files / URLs. #28841 (Also in 10, 11, 13)

Other Changes

0