Skip to content

Latest commit

 

History

History
919 lines (522 loc) · 68.7 KB

CHANGELOG.md

File metadata and controls

919 lines (522 loc) · 68.7 KB

app-builder-lib

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