Skip to content

Releases: electron-userland/electron-builder

v4.2.5

06 Jun 10:06
Compare
Choose a tag to compare

<a name"4.2.5">

4.2.5 (2016-06-06)

Bug Fixes

  • Fallback to CSC_KEY_PASSWORD if certificatePassword not given (aea6505b, closes #475)

v4.2.4

06 Jun 07:55
Compare
Choose a tag to compare

<a name"4.2.4">

4.2.4 (2016-06-06)

Bug Fixes

  • Squirrel-packed executable not signed (eb10afb6, closes #449)

v4.2.3

05 Jun 14:26
Compare
Choose a tag to compare

<a name"4.2.3">

4.2.3 (2016-06-05)

Bug Fixes

  • building windows 32 bit and 64 bit simultaneously (cec4b3d5)

v4.2.2

03 Jun 19:31
Compare
Choose a tag to compare

<a name"4.2.2">

4.2.2 (2016-06-03)

Bug Fixes

v4.2.1

03 Jun 07:18
Compare
Choose a tag to compare

<a name"4.2.1">

4.2.1 (2016-06-03)

Bug Fixes

  • icudtl.dat: file changed as we read it (567c8130)
  • Application entry can't be found (a7b29329, closes #371)
  • warn "It is not possible to build OS X app on Windows" (f6c47f7c, closes #422)

v4.2.0

02 Jun 05:45
Compare
Choose a tag to compare

<a name"4.2.0">

4.2.0 (2016-06-02)

Bug Fixes

  • entitlements file names according to new electron-osx-sign conventions (ecdff3c4)
  • update electron-osx-sign to 0.4 beta (bf93b24d)
  • move npmRebuild to build (11105962)
  • log github publisher user and project #425 (c2c3ef62)
  • Don´t throw error if Release is not a Draft and build triggered by Tag (0f060c1f, closes #429)
  • windows codesign on Linux (7166580d)

Features

Breaking Changes

  • New entitlements paths. See osx and mas.

v4.1.0

30 May 12:09
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

<a name"4.1.0">

4.1.0 (2016-05-30)

Features

  • user-friendly MAS code signing (fe533882)

Breaking Changes

  • identity is removed from the build.mas.
  • Env CSC_INSTALLER_NAME is removed.
  • You don't need to specify CSC_NAME env or build.osx.identity. Valid identity from your keychain will be automatically used.
  • CSC_NAME env or build.osx.identity is still not removed because it is required if you have several identities. But now instead of Developer ID Installer: Your Name (XXXXXXXXXX), you should specify only Your Name — appropriate certificate will be chosen automatically.

v4.0.0

29 May 08:17
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

<a name"4.0.0">

4.0.0 (2016-05-29)

Features

Breaking Changes

  • --dist by default and remove this flag in favour of `--target=dir #413 (a5e45716)

  • extraResources copying files to resources on Linux/Windows, not to root directory as before. To copy to the root please use new option extraFiles.

    (ca120e3f)

  • appDir CLI is removed — use directories.app in the development package.json.

  • sign CLI is removed — use build.osx.identity in the development package.json.

    (a5e45716)

v3.27.0

26 May 07:55
Compare
Choose a tag to compare
v3.27.0 Pre-release
Pre-release

<a name"3.27.0">

3.27.0 (2016-05-26)

Features

  • support finding electron version in build.electronVersion or electron-prebuilt-c (4c1f06d0)
  • windows: specification of signing algorithms (#435) (73e7c14f, closes #374, #416)
  • windows: bootstrap loadingGif delay removed
  • dist layout changed — osx for OS X instead of appName-darwin-arch, linux-arch for Linux instead of appName-linux-arch (arch is missed if equals to x64)
  • Windows Code Signing on Linux.

Docker support

You can use our Docker images to avoid configuration on CI server or pollute your development machine. Currently, docs for advanced users only.

v3.26.3

24 May 05:25
Compare
Choose a tag to compare
v3.26.3 Pre-release
Pre-release

<a name"3.26.3">

3.26.3 (2016-05-24)

Bug Fixes

  • import bundled certs into login.keychain (bffbbf15, closes #398)