Skip to content

19.44.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@develar develar released this 03 Nov 17:26
· 1540 commits to master since this release
a703a33

Update metadata was reworked in the light of upcoming delta updates for DMG, NSIS, PKG and MSI. We cannot release breaking change, because even if user have old version of app, where electron-updater 1.x is used, app should be updatable.

New option mac.electronUpdaterCompatibility allows you to specify what level of electron-updater compatibility is required. By default >=1.0.0. For a new projects, value >=2.16.0 is recommended. For existing projects, that never used electron-updater 1.x, value >=2.15.0 is recommended.

If you want to stop producing useless and pointless ZIP for macOS auto-update — you should be able to do it easily, without solutions like "sorry, download app manually". The same about changing distribution type (NSIS <-> MSI, DMG <-> PKG).

Now update metadata format allows to implement it.

You must update electron-updater if you update electron-builder and vice-versa.

Currently, electron-builder 19.44.0 and electron-updater 2.16.0 tagged as next (pre-release).

Bug Fixes

  • electron-updater: Include application name in update notification (#2262) (1809c94)
  • Squirrel.Windows: squirrel-windows/temp folder (regression since 19.43.0) (a6f4789), closes #2257
  • windows: signing hash algorithms 256 doesn't work EV Code Signing Certificate Windows 7 (a224d67), closes #2195
  • artifactName is not work as expected for zip/appimage (ba999af), closes #2258