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

electron v1.6.7

Compare
Choose a tag to compare
@electron-bot electron-bot released this 18 Apr 20:58

Bug Fixes

  • Fixed an issue where app.exit() did not close all open windows. #9133

macOS

  • Fixed an issue where setting scrollBounce to true did not enable it. #9134
  • Fixed a missing warning icon when calling dialog.showMessageBox. #9187

Windows

  • Fixed an issue where frameless windows would overflow the screen boundaries
    when maximized. #9167
  • Fixed a crash after performing text selections using touch gestures. #9204
  • Removed the unused xinput1_3.dll from the distribution. #9157
  • Back-ported an upstream Chrome fix for non-client area scaling when the
    screen DPI changes on Windows 10. #9219

API Changes

  • Added an experimental BrowserView class that is an alternative to the
    <webview> tag. #9166
  • Added a flushStore(callback) API to the Cookies module that writes
    any unwritten cookie data to disk. #9194

macOS

  • Added an iconPosition property to TouchBarButton items to change the icon
    position. #9208

Windows

  • Added support for notifications on Windows 7. #9168
  • Enabled per-monitor DPI awareness in the app manifest. #8786
0