Skip to content

Releases: electron-userland/electron-builder

v5.7.0

24 Jun 08:20
Compare
Choose a tag to compare

<a name"5.7.0">

5.7.0 (2016-06-24)

Bug Fixes

  • don't throw release must be a draft if onTag policy was guessed (26c89f0d)

Features

v5.6.3

23 Jun 17:04
Compare
Choose a tag to compare

<a name"5.6.3">

5.6.3 (2016-06-23)

Bug Fixes

  • Installation Has Failed - Seems to be an issue with the RELEASES file (7c84f5f9, closes #534)

v5.6.2

23 Jun 07:32
Compare
Choose a tag to compare

<a name"5.6.2">

5.6.2 (2016-06-23)

Bug Fixes

  • Creating an MSI on Windows fails (d1ee7de0)

v5.6.1

22 Jun 11:41
Compare
Choose a tag to compare
docs: platform-specific icon path

v5.6.0

21 Jun 19:52
Compare
Choose a tag to compare
v5.6.0 Pre-release
Pre-release

<a name"5.6.0">

5.6.0 (2016-06-21)

osx in the build is deprecated. Please move all DMG specific options to dmg and rest to mac. It is not breaking change — your existing configuration will continue to work, just warning will be printed.

Why? Because it is not clear why osx.icon doesn't change app icon. Now mac.icon set app icon (not recommended, use convention — file build/icon.icns) and dmg.icon set dmg icon (if not specified, app icon used).

And yes — Apple renamed OS X to MacOS, so it was right moment to deprecate osx (so, it is easy to preserve backward compatibility — e.g. osx.icon still set DMG icon as before).

Features

  • specified icon not being used when generating osx build (74388bbe)

v5.5.0

19 Jun 14:30
Compare
Choose a tag to compare
v5.5.0 Pre-release
Pre-release

<a name"5.5.0">

5.5.0 (2016-06-19)

Features

  • finish NSIS installer look and feel (e50e3c81)

v5.4.4

17 Jun 17:18
Compare
Choose a tag to compare
v5.4.4 Pre-release
Pre-release

<a name"5.4.4">

5.4.4 (2016-06-17)

Bug Fixes

  • validate bin checksum (0f9d2e1c)
  • ignore dev deps if ignore func specified (09449854)
  • NSIS LZMA compression is slower and worse then external 7z compression (e1e6d671)

v5.4.3

16 Jun 15:45
Compare
Choose a tag to compare
v5.4.3 Pre-release
Pre-release

<a name"5.4.3">

5.4.3 (2016-06-16)

Bug Fixes

  • allow passing absolute and relative path as userAppDir option (#515) (df096f05)

v5.4.2

16 Jun 08:06
Compare
Choose a tag to compare

<a name"5.4.2">

5.4.2 (2016-06-16)

Bug Fixes

  • ignore com.apple.idms.appleid.prd. certs (b69d3ab8, closes #510)

v5.4.1

14 Jun 18:04
Compare
Choose a tag to compare

<a name"5.4.1">

5.4.1 (2016-06-14)

Bug Fixes

  • don't use deb default deps for other targets #502 (c3679e77)