Skip to content

Releases: electron-userland/electron-builder

electron-updater@6.6.0

18 Feb 01:51
9bca417
Compare
Choose a tag to compare

Minor Changes

v26.0.6

06 Feb 22:42
f4fc04a
Compare
Choose a tag to compare
v26.0.6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v26.0.5...v26.0.6

v26.0.5

05 Feb 15:01
e0c1a19
Compare
Choose a tag to compare
v26.0.5 Pre-release
Pre-release

What's Changed

  • fix: delete peerDependencies when collecting node modules tree by @beyondkmp in #8845

Full Changelog: v26.0.4...v26.0.5

v26.0.4

04 Feb 04:27
6ac8f91
Compare
Choose a tag to compare
v26.0.4 Pre-release
Pre-release

What's Changed

  • feat: switch app-builder-bin to node-module-collector to get all production node modules by @beyondkmp in #8571

Full Changelog: v26.0.3...v26.0.4

v26.0.3

04 Feb 01:11
638d3a7
Compare
Choose a tag to compare
v26.0.3 Pre-release
Pre-release

What's Changed

  • feat(pkg): support notarizing pkg for macos archives by @dominhhai in #8834
  • feat: use electron-winstaller instead of self module by @beyondkmp in #8344

Full Changelog: v26.0.2...v26.0.3

v26.0.2

03 Feb 03:17
198551a
Compare
Choose a tag to compare
v26.0.2 Pre-release
Pre-release

What's Changed

  • chore(deps): update node.js to v22 by @renovate in #8818
  • chore: removing dead files, balance CI usage, updating issue template by @mmaietta in #8821
  • feat: Allow users to pass a custom headers URL by @lamawithonel in #8785
  • chore: fix unstable unit test by @mmaietta in #8832
  • fix: handle yarn berry patch format in electron-updater version check by @Julusian in #8830
  • feat: add isUpdateAvailable property to checkForUpdates result by @Julusian in #8829
  • feat(updater): add custom isUpdateSupported hook for validating update downloads by @mmaietta in #8692
  • fix: upgrading TrustedSigning module to 0.5.0 by @mmaietta in #8833
  • feat(pkg): support extra component packages (.pkg) for macos archives by @dominhhai in #8767
  • chore(deploy): Release by @github-actions in #8831

New Contributors

Full Changelog: v26.0.1...v26.0.2

electron-updater@6.5.0

03 Feb 02:30
198551a
Compare
Choose a tag to compare

Minor Changes

  • #8829 14ee2d6b Thanks @Julusian! - feat: add isUpdateAvailable property to checkForUpdates result

  • #8692 96c5d140 Thanks @mmaietta! - feat: add support for custom isUpdateSupported hook for validating UpdateInfo, with fallback to previous minimumSystemVersion logic

v26.0.1

30 Jan 03:57
353174e
Compare
Choose a tag to compare
v26.0.1 Pre-release
Pre-release

What's Changed

Full Changelog: v26.0.0...v26.0.1

electron-updater@6.4.1

30 Jan 03:47
353174e
Compare
Choose a tag to compare

Patch Changes

v26.0.0

26 Jan 18:28
d75d2bf
Compare
Choose a tag to compare
v26.0.0 Pre-release
Pre-release

26.0.0

Major Changes

  • #8782 633490cb Thanks @mmaietta! - fix: removing conditional logic that would build HFS+ dmg on non-arm64 macs as HFS+ was sunset in macos 15.2
  • #8582 6a9597b4 Thanks @mmaietta! - chore: remove deprecated fields from winOptions and macOptions. (For winOptions signing configuration, it has been moved to win.signtoolOptions in order to support azureOptions as a separate field and avoid bloating win configuration object. For macOptions, notarize options has been deprecated in favor of env vars for quite some time. Env vars are much more secure)
  • #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

Read more