Skip to content

electron v1.3.2

Compare
Choose a tag to compare
@zcbenz zcbenz released this 02 Aug 23:27

Changelog:

  • Upload the checksums of releases. #6629
  • Improve performance when creating native classes. #6688
  • Add downloadItem.getSavePath() API. #6629
  • Add image.toBitmap() API. #6661
  • Add size, hotspot parameters to the cursor-changed event of WebContents. #6661
  • Add setZoomFactor, getZoomFactor, setZoomLevel, getZoomLevel, setZoomLevelLimits methods to WebContents. #6685
  • Fix LICENSES.chromium.html being empty. libchromiumcontent#225
  • Fix failing to register custom protocol due to Session being garbage collected. #6674
  • Fix unicode characters not working with contents.sendInputEvent(event) API. #6661

Windows

  • Add shell.writeShortcutLink(shortcutPath[, operation], options) and shell.readShortcutLink(shortcutPath) APIs. #6623
  • Fix window size being changed after restoring from minimized state. #6667

macOS

  • Add app.dock.isVisible() API. #6683
  • Fix crash with keyboard events under fullscreen. #6637
  • Fix crash when using webview. #6644

Linux

  • Fix components not showing correctly on displays with 2.0 DPI. #6646