Skip to content

19.37.2

Compare
Choose a tag to compare
@develar develar released this 14 Oct 16:24
· 1872 commits to master since this release
33a79f3

electron-updater 2.13.0 now has a new option — fullChangelog (because of backward compatibility, false by default for now), to get all release notes (from current version to latest), not just the latest.

We do our best to reduce number of depencies that electron-updater uses and now xelement is not used anymore (sax used directly).

Bug Fixes

  • deployment: ensure that we await update meta files publishing (b5d4d66)

Features

  • electron-updater: full changelog for all versions from current to latest (67fe9ff)
  • exclude *.suo files (7cfee12)

Special thanks to contributor to this release: Prischenko Sergey.