Skip to content

Latest commit

 

History

History
1810 lines (1044 loc) · 142 KB

CHANGELOG.md

File metadata and controls

1810 lines (1044 loc) · 142 KB

app-builder-lib

26.0.0-alpha.6

Minor Changes

  • #8636 88cc0b06 Thanks @mmaietta! - feat: add support for AppArmor with template profile and configuration property

Patch Changes

26.0.0-alpha.5

Patch Changes

26.0.0-alpha.4

Patch Changes

26.0.0-alpha.3

Patch Changes

26.0.0-alpha.2

Minor Changes

Patch Changes

26.0.0-alpha.1

Patch Changes

26.0.0-alpha.0

Major Changes

  • #8572 0dbe357a Thanks @mmaietta! - feat: allowing additional entries in .desktop file, such as [Desktop Actions <actionName>]. Requires changing configuration desktop property to object to be more extensible in the future

  • #8562 b8185d48 Thanks @beyondkmp! - support including node_modules in other subdirectories

Minor Changes

Patch Changes

25.1.8

Patch Changes

25.1.7

Patch Changes

25.1.6

Patch Changes

25.1.5

Patch Changes

25.1.4

Patch Changes

25.1.3

Patch Changes

25.1.2

Patch Changes

25.1.1

Patch Changes

25.1.0

Minor Changes

Patch Changes

25.0.6

Patch Changes

25.0.5

Patch Changes

25.0.4

Patch Changes

25.0.3

Patch Changes

25.0.2

Patch Changes

25.0.1

Patch Changes

25.0.0

Minor Changes

  • #8190 503da26f Thanks @beyondkmp! - feat: update app-builder-bin to 5.0-alpha release

  • #8123 031d7d5b Thanks @beyondkmp! - feat: add disableSanityCheckAsar to allow encrypted asars

  • #8150 f4e6ae29 Thanks @mmaietta! - feat: add functionality to just publish artifacts

  • #8218 22737b2b Thanks @PBK-B! - feat(mac): support macos signature additionalArguments parameter

  • #8159 15bffa00 Thanks @rotu! - Use APPLE_TEAM_ID env var when using notarizing with APPLE_ID. Deprecate legacy (altool) notarization API.

  • #8120 00f46e6f Thanks @beyondkmp! - feat: support additionalLightArgs for msi target

  • #8142 8160363a Thanks @mmaietta! - feat: add config options for setting MinVersion and MaxVersionTested fields in appx manifest

  • #8153 8e36be11 Thanks @mmaietta! - feat: export Packager sub-classes from main electron-builder types

  • #8194 588c5db4 Thanks @rafaberaldo! - feat: add afterExtract hook to build process with the same payload interface as beforePack and afterPack

  • #8112 9edfee6d Thanks @mmaietta! - feat: implementing electron/rebuild with config option nativeRebuilder default: legacy to support Yarn 3 (modes: parallel or sequential)

Patch Changes

25.0.0-alpha.13

Patch Changes

25.0.0-alpha.12

Patch Changes

25.0.0-alpha.11

Patch Changes

25.0.0-alpha.10

Patch Changes

25.0.0-alpha.9

Minor Changes

Patch Changes

25.0.0-alpha.8

Minor Changes

  • #8218 22737b2b Thanks @PBK-B! - feat(mac): support macos signature additionalArguments parameter

  • #8194 588c5db4 Thanks @rafaberaldo! - feat: add afterExtract hook to build process with the same payload interface as beforePack and afterPack

Patch Changes

25.0.0-alpha.7

Patch Changes

25.0.0-alpha.6

Minor Changes

  • #8150 f4e6ae29 Thanks @mmaietta! - feat: add functionality to just publish artifacts

  • #8159 15bffa00 Thanks @rotu! - Use APPLE_TEAM_ID env var when using notarizing with APPLE_ID. Deprecate legacy (altool) notarization API.

  • #8142 8160363a Thanks @mmaietta! - feat: add config options for setting MinVersion and MaxVersionTested fields in appx manifest

  • #8153 8e36be11 Thanks @mmaietta! - feat: export Packager sub-classes from main electron-builder types

Patch Changes

25.0.0-alpha.5

Patch Changes

25.0.0-alpha.4

Patch Changes

25.0.0-alpha.3

Patch Changes

25.0.0-alpha.2

Minor Changes

Patch Changes

25.0.0-alpha.1

Minor Changes

  • #8112 9edfee6d Thanks @mmaietta! - feat: implementing electron/rebuild with config option nativeRebuilder default: legacy to support Yarn 3 (modes: parallel or sequential)

Patch Changes

24.13.4-alpha.0

Patch Changes

24.13.3

Patch Changes

24.13.2

Patch Changes

24.13.1

Patch Changes

24.13.0

Minor Changes

  • #8043 bb4a8c09 Thanks @mmaietta! - feat: allow onNodeModuleFile to return a boolean to force include the package to be copied

Patch Changes

24.12.0

Minor Changes

Patch Changes

24.11.0

Minor Changes

Patch Changes

24.10.0

Minor Changes

24.9.4

Patch Changes

24.9.3

Patch Changes

24.9.2

Patch Changes

24.9.1

Patch Changes

24.9.0

Minor Changes

  • #7861 906ffb1f Thanks @mifi! - feat: allow api key and keychain to be provided for mac notarization

Patch Changes

24.8.1

Patch Changes

24.8.0

Minor Changes

Patch Changes

24.7.0

Minor Changes

Patch Changes

  • #7797 efd48dc0 Thanks @mmaietta! - fix: Extract NotarizeNotaryOptions and NotarizeLegacyOptions to explicitly define required vars

  • #7792 84906bc8 Thanks @dkaser! - fix: exclude electron-builder.env from app to avoid packaging env secrets

  • #7763 0cb19132 Thanks @NewSilen! - fix: expand macro for ${version}/.icon-ico/ dir on Window's installers

24.6.5

Patch Changes

  • #7744 4fc7a3c3 Thanks @Koppel-Zhou! - fix(mac): fix errors using native modules that require rebuild when both mas and mac targets are specified

24.6.4

Patch Changes

  • #7736 445b7f5d Thanks @mmaietta! - chore: updating @electron/osx-sign to latest version to handle preAutoEntitlements

  • #7707 4517d97f Thanks @mmaietta! - chore(deps): updating @electron notarize, osx-sign, and universal packages and pinning versions

  • #7715 66bef0f7 Thanks @guohaolay! - fix: Only schedule upload for unique files after afterAllArtifactBuild

24.6.3

Patch Changes

  • #7685 78448af0 Thanks @mmaietta! - fix: allow explicit configuration on what additional files to sign. Do not sign .node files by default

24.6.2

Patch Changes

  • #7679 f5d23ef4 Thanks @mmaietta! - fix: add back missing createLazyProductionDeps that was missed during revert

24.6.1

Patch Changes

  • #7668 9cfd35d5 Thanks @mmaietta! - fix: reverting migration to electron-rebuild to resolve native prebuilt modules issue

24.6.0

Minor Changes

Patch Changes

24.5.2

Patch Changes

24.5.1

Patch Changes

24.5.0

Minor Changes

Patch Changes

24.4.0

Minor Changes

Patch Changes

24.3.0

Minor Changes

Patch Changes

24.2.1

Patch Changes

  • #7541 a4888ac4 Thanks @yannickm95! - Update @electron/rebuild to version ^3.2.11 and account for the new folder structure of the package.

  • #7501 e83dc814 Thanks @markizano! - Use update-alternatives when available.

    What is changing?

    Test for update-alternatives in DEB based installations and use this whenever possible. In this way, middleware and downstream projects and users can specify binaries of their own priority that would override this programs' configured executable.

    Why is this changing?

    Personally, I don't want apps running as myself or a privileged user in my system. For this. I have a shell that is executed to drop permissions first, then execute the selected software. Electron apps don't conform to this since they link directly rather than using a linking system.

    This change is to ensure that system is used before resorting to direct links.

    How should this be consumed?

    Simply update as normal and this package will switch to using update-alternatives. This will allow middleware and end-users to better control the active executable.

24.2.0

Minor Changes

24.1.3

Patch Changes

  • #7519 abf37039 Thanks @mmaietta! - fix: "Can't reconcile two non-macho files" due to disablePreGypCopy functionality in new electron/rebuild integration

24.1.2

Patch Changes

24.1.1

Patch Changes

24.1.0

Minor Changes

  • #7477 1dd26cc6 Thanks @mmaietta! - feat: Adding new downloadAlternateFFmpeg option to download non-proprietary ffmpeg library

Patch Changes

24.0.0

Major Changes

Minor Changes

Patch Changes

24.0.0-alpha.13

Patch Changes

24.0.0-alpha.12

Patch Changes

24.0.0-alpha.11

Major Changes

Minor Changes

Patch Changes

24.0.0-alpha.10

Major Changes

24.0.0-alpha.9

Minor Changes

Patch Changes

  • #7339 8f94978c Thanks @zanzara! - fix: add missing html extension for multi language license files in nsis target

  • #7327 973a0048 Thanks @gbodeen! - fix: Ensure parent directories of symlinks are created when copied directory only contains symlinks

  • #7352 c08db0a9 Thanks @michaelwbarry! - fix: re-add --identifier to mac pkg build to address issue #7348

24.0.0-alpha.8

Major Changes

Minor Changes

Patch Changes

24.0.0-alpha.7

Minor Changes

24.0.0-alpha.6

Patch Changes

24.0.0-alpha.5

Minor Changes

Patch Changes

24.0.0-alpha.4

Minor Changes

  • #7251 45a0f82a Thanks @ptol! - feat(nsis): add ShutdownBlockReasonCreate for blocking Windowns Shutdown alert/prompt

Patch Changes

24.0.0-alpha.3

Patch Changes

24.0.0-alpha.2

Patch Changes

  • #7215 0d3b87f7 Thanks @mmaietta! - fix: Using electron-rebuild for finding project root for native node addons to correctly handle monorepo setups

24.0.0-alpha.1

Patch Changes

24.0.0-alpha.0

Major Changes

Minor Changes

Patch Changes

23.6.0

Minor Changes

Patch Changes

23.5.1

Patch Changes

  • #7119 323618f7 Thanks @mmaietta! - fix: allow CSC_LINK to have a mime-type prefix that is stripped when converting it to a p12 for signing

23.5.0

Minor Changes

  • #7075 8166267d Thanks @davej! - Allow explicit buildNumber in config. buildNumber will take precedence over any environment variables (#6945)

Patch Changes

23.4.0

Minor Changes

Patch Changes

23.3.3

Patch Changes

23.3.2

Patch Changes

  • #6996 53015253 Thanks @titus-anromedonn! - fix: Wrap the nsProcess.nsh include in a !ifndef in case it has already been imported in a custom install script

23.3.1

Patch Changes

  • #6989 7ad5101b Thanks @ezekg! - Fix issue where, upon publishing a new release, electron-builder would attempt to create the same release for each artifact in parallel, resulting in conflict errors.
  • #6990 c3407a20 Thanks @ezekg! - Fix release conflicts for Keygen publisher when releases share the same version across open/licensed products.

23.3.0

Minor Changes

  • #6941 14503ceb Thanks @ezekg! - Upgrade Keygen publisher/updater integration to API version v1.1.

Patch Changes

23.2.0

Minor Changes

  • #6913 f3a56ef6 Thanks @obra! - Expose electron/universal's new "x64ArchFiles" option to allow building universal binaries with single-architecture dependencies

Patch Changes

  • #6909 0b6db59e Thanks @ezekg! - Pin Keygen publisher/updater integration to API version v1.0.

23.1.0

Minor Changes

Patch Changes

23.0.9

Patch Changes

23.0.8

Patch Changes

23.0.7

Patch Changes

  • #6793 85a3e559 Thanks @indutny-signal! - fix(nsis): cleanup temporary 7z folder before the last resort extraction. Fix last resort extraction exiting early.
  • #6787 eb456a87 Thanks @HwangTaehyun! - If window service needs to run installer for update, the installer must have admin previlege. Electron-updater detects whether elevating or not using isAdminRightsRequired in update-info.json. And this isAdminRightsRequired true option should be added to latest.yml using nsis's packElevateHelper option

23.0.6

Patch Changes

23.0.5

Patch Changes

  • #6775 e9a87a73 Thanks @mmaietta! - fix(app-builder-lib): Overriding additionalProperties to allow electron-builder's schema validator to read publish.requestHeaders

23.0.4

Patch Changes

  • #6772 e8613523 Thanks @lowfront! - fix(app-builder-lib): change slash to backslash in NSIS's APP_PACKAGE_NAME

23.0.3

Patch Changes

  • #6729 0a308469 Thanks @mmaietta! - fix: Change DEBUG_LOGGING env var for nsis installers as part of customNsisBinary config. Fixes #6715

23.0.2

Patch Changes

23.0.1

Patch Changes

  • #6660 4c6d1546 Thanks @mifi! - Fix error thrown due to duplicated signing of user-defined binaries on mac when resolving relative path

23.0.0

Major Changes

  • #6556 a138a86f Thanks @mmaietta! - Breaking changes Removing Bintray support since it was sunset. Ref: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Fail-fast for windows signature verification failures. Adding -LiteralPath to update file path to disregard injected wildcards Force strip path separators for backslashes on Windows during update process Force authentication for local mac squirrel update server

    Fixes: fix(nsis): Adding --INPUTCHARSET to makensis. (#4898 #6232 #6259)

    Adding additional details to error console logging

Minor Changes

  • #6556 a138a86f Thanks @mmaietta! - Default to LZO compression for snap packages. This greatly improves cold startup performance (https://snapcraft.io/blog/why-lzo-was-chosen-as-the-new-compression-method). LZO has already been adopted by most desktop-oriented snaps outside of the Electron realm.

    For the rare case where developers prefer a smaller file size (XZ) to vastly improved decompression performance (LZO), provided an option to override the default compression method.

    Consumers do not need to update their configuration unless they specifically want to stick to XZ compression.

Patch Changes

  • #6556 a138a86f Thanks @mmaietta! - fix(win): iconId sometimes containing invalid characters, and iconId config option being ignored. fix(msi): change the fallback value for generated MSI Ids to a unique string for the product.

23.0.0-alpha.4

Patch Changes

23.0.0-alpha.3

Patch Changes

23.0.0-alpha.2

Minor Changes

23.0.0-alpha.1

Patch Changes

23.0.0-alpha.0

Major Changes

  • #6556 a138a86f Thanks @mmaietta! - Breaking changes Removing Bintray support since it was sunset. Ref: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Fail-fast for windows signature verification failures. Adding -LiteralPath to update file path to disregard injected wildcards Force strip path separators for backslashes on Windows during update process Force authentication for local mac squirrel update server

    Fixes: fix(nsis): Adding --INPUTCHARSET to makensis. (#4898 #6232 #6259)

    Adding additional details to error console logging

Minor Changes

  • #6556 a138a86f Thanks @mmaietta! - Default to LZO compression for snap packages. This greatly improves cold startup performance (https://snapcraft.io/blog/why-lzo-was-chosen-as-the-new-compression-method). LZO has already been adopted by most desktop-oriented snaps outside of the Electron realm.

    For the rare case where developers prefer a smaller file size (XZ) to vastly improved decompression performance (LZO), provided an option to override the default compression method.

    Consumers do not need to update their configuration unless they specifically want to stick to XZ compression.

Patch Changes

  • #6556 a138a86f Thanks @mmaietta! - fix(win): iconId sometimes containing invalid characters, and iconId config option being ignored. fix(msi): change the fallback value for generated MSI Ids to a unique string for the product.

22.14.13

Patch Changes

22.14.12

Patch Changes

22.14.11

Patch Changes

  • #6472 e3d06afa Thanks @I-Otsuki! - fix(nsis): Ignore other users processes when installing for only current user Closes #6104

22.14.10

Patch Changes

22.14.9

Patch Changes

22.14.8

Patch Changes

22.14.7

Patch Changes

22.14.6

Patch Changes

  • #6384 5468c188 Thanks @sohobloo! - fix(linux): If linux executableArgs already contains one of the mutually exclusive(%f / %u / %F / %U) code,don't append %U.
  • #6402 f41d5f39 Thanks @zcbenz! - fix: Since node-gyp >= 8.4.0, building modules for old versions of Electron requires passing --force-process-config due to them lacking a valid config.gypi in their headers.

    See also nodejs/node-gyp#2497.

22.14.5

Patch Changes

22.14.4

Patch Changes

  • #6308 fce1a1fa Thanks @sr258! - The filename of the app icon in macOS is now always 'icon.icns' instead of a derivate of the product name. The reason for this change is that macOS doesn't display icons with non-ASCII characters in their names, which is quite possible in languages other than English.
  • #6293 8ebfc962 Thanks @sr258! - Introduced env var to allow custom username for Bitbucket publish. This allows you to user a username different from the owner. No changes to interfaces or signatures that require changes in consumers.

22.14.3

Patch Changes

  • #6247 a9ec90d5 Thanks @erikrz! - fix (msi): broken shortcut icon for desktop and startup entry (#5965)

22.14.2

Patch Changes

  • #6248 f3590355 Thanks @mmaietta! - fix: dmg-license as an optional dependency while still enabling docs site to build properly

22.14.1

Patch Changes

22.14.0

Minor Changes

Patch Changes

22.13.1

Patch Changes

22.13.0

Minor Changes

  • #6176 6f42f646 Thanks @gaodeng! - feat: add beforePack hook to build process with the same payload interface as that of afterPack
  • #6167 f45110cb Thanks @mmaietta! - feat: Adding Keygen as an official publisher/updater for electron-builder (#6167)

Patch Changes

22.12.1

Patch Changes

22.12.0

Minor Changes

  • 14974114: feat(nsis portable): Adding support for unique dir on each portable app launch
  • a99a7c87: feat: allowing custom makensis url to be specified and adding flag to enable debug logging for NSIS scripts

22.11.11

Patch Changes

  • a4eae34f: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
  • 4a177dc0: fix(mac): Adding Developer ID Application entry for development signing when building not a mas target. Fixes: #6094 fix(mac): Removing 3rd Party Mac Developer Application certificate selector. Fixes: #6101
  • Updated dependencies [a4eae34f]

22.11.10

Patch Changes

  • 72ffc250: fix: App file walker including all node modules when a node_modules/___ glob pattern is specified in files config (#6045)
  • 878671d0: Updating patch number as many deps were updated as parted of RenovateBot integration
  • Updated dependencies [878671d0]

22.11.9

Patch Changes