Skip to content

Releases: electron-userland/electron-builder

v24.6.2

20 Jul 15:07
53d78ab
Compare
Choose a tag to compare

What's Changed

  • fix: for isCustomChannel in GitHubProvider.ts #7665 by @sethjray in #7666
  • fix: add back missing createLazyProductionDeps that was missed during revert by @mmaietta in #7679
  • chore(deploy): Release by @github-actions in #7678

New Contributors

Full Changelog: v24.6.1...v24.6.2

electron-updater@6.1.4

20 Jul 14:36
53d78ab
Compare
Choose a tag to compare

Patch Changes

v24.6.1

19 Jul 02:41
e2d81b6
Compare
Choose a tag to compare
v24.6.1 Pre-release
Pre-release

What's Changed

  • fix: reverting migration to electron-rebuild by @mmaietta in #7668
  • fix: Semver Vulnerability in simple-update-notifier package by @mmaietta in #7673
  • chore(deploy): Release by @github-actions in #7674

Full Changelog: v24.6.0...v24.6.1

v24.6.0

18 Jul 15:00
a86e189
Compare
Choose a tag to compare
v24.6.0 Pre-release
Pre-release

What's Changed

  • chore: re-add native module test that used to be flaky by @mmaietta in #7631
  • build: update Dockerfile -- Outdated Node version v14 --> v18 by @jbool24 in #7610
  • chore: update pnpm version for tests and docker images by @mmaietta in #7640
  • fix: use nullish coalescing operator for hardenedRuntime default by @taozhou-glean in #7643
  • feat: Added support for overriding ‘preAutoEntitlements’ for electron/osx-sign by @taozhou-glean in #7642
  • docs: remove unused repeat item in cli by @moonrailgun in #7649
  • fix: re-enable changeDir step for assisted, perMachine installs by @l3m0nqu1z in #7648
  • chore(deploy): Release by @github-actions in #7645

New Contributors

Full Changelog: v24.5.2...v24.6.0

v24.5.2

27 Jun 17:12
c569e44
Compare
Choose a tag to compare
v24.5.2 Pre-release
Pre-release

What's Changed

  • fix: trigger app.relaunch() if isForceRunAfter = true for rpm and deb updaters by @mmaietta in #7637
  • fix(linux): make semver pre-release versions valid for "pacman" and "rpm" target by @m4rch3n1ng in #7630
  • fix: change typed-emitter to tiny-typed-emitter by @s00d in #7633
  • chore(deploy): Release 24.5.2 (electron-updater@6.1.3) by @github-actions in #7638

New Contributors

Full Changelog: v24.5.1...v24.5.2

electron-updater@6.1.3

27 Jun 17:11
c569e44
Compare
Choose a tag to compare

Patch Changes

  • #7637 b3dfe64b Thanks @mmaietta! - fix: trigger app.relaunch() if isForceRunAfter = true for (beta) deb and rpm updaters

  • #7633 531a6309 Thanks @s00d! - fix: change typed-emitter to tiny-typed-emitter to remove rxjs dependency

v24.5.1

25 Jun 15:49
8ae9061
Compare
Choose a tag to compare
v24.5.1 Pre-release
Pre-release

What's Changed

  • fix(mac): use Identity hash instead of name if it exists by @mmaietta in #7622
  • fix: resolve unstable unit test that is on latest mac by @mmaietta in #7626
  • fix: removing stdio from spawnSync to fix crash on rpm/deb updaters by @mmaietta in #7628
  • fix: use electron/rebuild Rebuilder directly for cross-platform builds by @mmaietta in #7629

Full Changelog: v24.5.0...v24.5.1

electron-updater@6.1.2

25 Jun 15:43
8ae9061
Compare
Choose a tag to compare

Patch Changes

v24.5.0

18 Jun 21:18
00136aa
Compare
Choose a tag to compare
v24.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v24.4.0...v24.5.0

electron-updater@6.1.1

17 Jun 00:25
00136aa
Compare
Choose a tag to compare

Patch Changes

  • #7597 cd15e161 Thanks @marcuskirsch! - fix: default file name of update.${fileExtension} for downloaded files in private repositories.