Skip to content

Releases: electron-userland/electron-installer-windows

3.0.0

28 Jan 21:46
cc4337e
Compare
Choose a tag to compare

v2.0.0...v3.0.0

Added

  • options.iconNuget (#307)

Fixed

  • Use options.productName as msi description when signing (#308)
  • Convert version to semver v1 (#310)

Changed

  • Update Nugget to v5.4.0 (#305)

Removed

  • Node < 10 support (#305)
  • Deprecated options.summary (#307)
  • Deprecated options.iconUrl (#307)

2.0.0

10 Jun 16:26
9a9b494
Compare
Choose a tag to compare

v1.1.1...v2.0.0

Fixed

  • Use parse-author only on strings (#255)
  • Throw error when no description or authors options are provided (#263)
  • Remove dashes from name (#260)

Changed

  • Update Nugget to v5.1.0 (#282)
  • Update Squirrel to v1.9.1 (#264)

Removed

  • options.licenseUrl and options.requireLicenseAcceptance (#261)
  • Node-style callback support (use util.callbackify if you need that functionality) (#280)
  • Node < 8 support (#280)

1.1.1

21 Feb 05:30
48a2e0e
Compare
Choose a tag to compare

v1.1.0...v1.1.1

Changed

  • Update Squirrel to v1.9.0 (#236)
  • Update NuGet to v4.8.1 (#236)
  • Update asar to ^1.0.0, which drops a transitive dependency with a security vulnerabililty

v1.1.0

16 Apr 22:28
47ee576
Compare
Choose a tag to compare

v1.0.2...v1.1.0

  • Fix homepage not being parse properly #228
  • Add glob as a dependency
  • Add animation, icon and noMsi options

v1.0.2

22 Mar 22:56
782d8a0
Compare
Choose a tag to compare

Fix bug where using licenseUrl will throw errors

v1.0.1

22 Mar 22:54
924033f
Compare
Choose a tag to compare

Fix bug introduced in v1.0.0 that stopped electron-installer-windows from working.