Skip to content

18.5.1

Choose a tag to compare

@develar develar released this 05 Jun 17:43
a75bac8

electron-updater 2.0.0 released.

No more any difference compared to windows version.

  • Full support of any existing electron-updater features on macOS.
    • Progress is supported.
    • Any dynamic or relative URL is supported.
    • Any provider as you want without any restrictions. Yes — private github repo is supported (#1370). Yes — Bintray is supported now (#1172).
  • sha512 integrity check.

Wants more? Stay tuned — lzma2 instead of zip or even direct support of DMG as update file is coming.

Be aware — feedback and testing is wanted.

Features

  • electron-updater: autoUpdater download-progress event is not called on macOS (a75bac8), closes #1167