Skip to content

Releases: electron-userland/electron-builder

v26.0.14

27 Apr 14:14
12ace7a
Compare
Choose a tag to compare
v26.0.14 Pre-release
Pre-release

What's Changed

  • chore(deps): update jsmrcaga/action-netlify-deploy action to v2.4.0 by @renovate in #8963
  • feat: customNsisResources override in nsis options by @indutny-signal in #9032
  • chore(CI): temporarily unblock fpm on mac by @mmaietta in #9060
  • chore(asar): use streaming to electron/asar to avoid writing extra temp app to disk by @mmaietta in #8995
  • chore(deps): update actions/setup-python digest to a26af69 by @mmaietta in #9053
  • feat: add buildUniversalInstaller option to NSIS portable configuration by @beyondkmp in #9034
  • docs: Update auto-update.md by @Hronom in #9039
  • chore: migrate fpm packaging from app builder by @mmaietta in #9061
  • chore(deps): update actions/setup-node digest to 49933ea by @mmaietta in #9052
  • chore(deploy): Release by @github-actions in #9047

New Contributors

Full Changelog: v26.0.13...v26.0.14

v26.0.13

12 Apr 05:13
1412d68
Compare
Choose a tag to compare
v26.0.13 Pre-release
Pre-release

What's Changed

  • chore(deploy): pin changesets/action by @mmaietta in #8984
  • fix: malformed Files param when using Azure Trusted Signing by @danewilson in #8987
  • chore: updating stalebot to scan more than 30 items by @mmaietta in #8989
  • chore(refactor): explore parallelization of builds by @mmaietta in #8962
  • fix(mac): allow ad-hoc identities for codesigning by @kthchew in #9007
  • chore(deps): bump @electron/rebuild to 3.7.1 by @beyondkmp in #9019
  • docs(electron-publish): Mention the use of ~/.aws/config in electron-publisher s3 options by @gtluszcz in #9018
  • chore(deps): updating electron/rebuild to latest 3.7.2 by @mmaietta in #9022
  • fix: remove implicit dependencies handling by @beyondkmp in #9010
  • feat(electron-updater): allow overriding AppUpdater.isStagingMatch by @Lemonexe in #9021
  • fix: missing lowercase comparison in electron-updater by @Sytten in #8992
  • chore(deps): update docker/login-action digest to 74a5d14 by @renovate in #8976
  • fix: dependency path is undefined by @beyondkmp in #9013
  • chore(deploy): Release by @github-actions in #8988

New Contributors

Full Changelog: v26.0.12...v26.0.13

[email protected]

12 Apr 05:13
1412d68
Compare
Choose a tag to compare

Patch Changes

v26.0.12

12 Apr 05:14
44c5265
Compare
Choose a tag to compare

What's Changed

  • fix: support mas packages for flipping fuses by @mmaietta in #8947
  • fix: optimize workspace package resolution in dependency tree by @beyondkmp in #8958
  • fix: re-enable CI build workflow by swapping in dorny/paths-filter by @mmaietta in #8961
  • fix: pnpm collection of optional dependencies by @indutny-signal in #8957
  • chore(docs): fix typo in SquirrelWindowsOptions by @t3chguy in #8968
  • chore(deps): update pnpm/action-setup action to v4.1.0 by @renovate in #8964
  • fix: Azure trust signing fails with spaces in parameters by @teamchong in #8979
  • chore(deploy): Release by @github-actions in #8949

New Contributors

Full Changelog: v26.0.11...v26.0.12

v26.0.11

10 Mar 13:45
e4d00c6
Compare
Choose a tag to compare
v26.0.11 Pre-release
Pre-release

What's Changed

  • docs: warn to set release channel for github publisher by @rotu in #8929
  • docs: detectUpdateChannel ignored when publishing to github by @rotu in #8928
  • fix: after-install.tpl: Detect if apparmor is enabled instead of just file-exists check by @gaaf in #8932
  • fix: re-export various types from electron-updater by @mmaietta in #8933
  • chore(docs): Fix various broken links by @BreakBB in #8937
  • fix: find cwd using getProjectRootPath for detecting package manager by @mmaietta in #8941
  • chore(test): parallel test execution! 🏎️ by @mmaietta in #8919
  • chore: update dockerfile node images to LTS by @mmaietta in #8927

New Contributors

Full Changelog: v26.0.10...v26.0.11

[email protected]

10 Mar 05:01
e4d00c6
Compare
Choose a tag to compare

Patch Changes

  • #8933 324032c5 Thanks @mmaietta! - fix: re-export CancellationToken, PackageFileInfo, ProgressInfo, UpdateFileInfo, UpdateInfo from electron-updater

v26.0.10

03 Mar 14:58
3792826
Compare
Choose a tag to compare
v26.0.10 Pre-release
Pre-release

What's Changed

  • chore(plist): replace the plist functionality in app-builder-bin with plist by @beyondkmp in #8890
  • chore(refactor): electron-updater cyclical imports by @mmaietta in #8913
  • fix(win): execute customUnInstall before atomicRMDir function in NSIS uninstaller by @beyondkmp in #8915
  • chore(test): migrating jest to vitest by @mmaietta in #8907
  • chore(deps): update dependency vitest to v3.0.5 [security] by @renovate in #8918
  • chore(deps): update actions/cache action to v4.2.2 by @mmaietta in #8921
  • chore(deps): update actions/download-artifact digest to cc20338 by @mmaietta in #8922
  • fix: fix custom publisher check and throw error if not found by @mmaietta in #8926
  • chore(deploy): Release by @github-actions in #8912

Full Changelog: v26.0.9...v26.0.10

[email protected]

03 Mar 14:52
3792826
Compare
Choose a tag to compare

Patch Changes

  • #8913 065c6a45 Thanks @mmaietta! - chore(refactor): refactoring code to reduce cyclical imports in order to migrate to rollup + vite (which have much more strict module resolutions)

v26.0.9

26 Feb 07:15
ea86783
Compare
Choose a tag to compare
v26.0.9 Pre-release
Pre-release

What's Changed

  • chore(tests): update test snap to resolve unit test instability by @beyondkmp in #8887
  • fix: allow usage of node-linker=hoisted with pnpm by @mmaietta in #8885
  • chore: update test snapshots by @mmaietta in #8894
  • fix: AsyncEventEmitter filterListeners doesn't work with promises by @mmaietta in #8895
  • chore: update snapshots and pin fixture dep versions by @mmaietta in #8898
  • chore(deps): update actions/stale digest to 5bef64f by @mmaietta in #8906
  • chore(deps): update actions/setup-node digest to 1d0ff46 by @mmaietta in #8905
  • chore(deps): update actions/checkout digest to 11bd719 by @mmaietta in #8904
  • chore(deps): update actions/setup-python digest to 4237552 by @mmaietta in #8903
  • chore(deps): update actions/upload-artifact digest to 4cec3d8 by @mmaietta in #8902
  • test: adding fixtures for lockfiles to support --frozen-lockfile (yarn, pnpm) and ci (npm) by @mmaietta in #8899
  • chore(deps): update actions/cache action to v4.2.1 by @mmaietta in #8901
  • fix: allow publishing to Snap Store to be disabled with snap specific publish options by @BrandonXLF in #8896
  • fix(mac): when using default osx-sign, specifically pass in identity name instead of hash by @mmaietta in #8908
  • chore(deploy): Release by @github-actions in #8891

Full Changelog: v26.0.8...v26.0.9

v26.0.8

21 Feb 14:16
d26efc0
Compare
Choose a tag to compare
v26.0.8 Pre-release
Pre-release

What's Changed

  • chore(tests): use yarn instead of npm install to resolve unit test instability by @beyondkmp in #8877
  • chore: refactor node module collector, extract explicit DependencyTree, update types by @mmaietta in #8872
  • chore(docs): fix link to encapsulated manual update via menu.js by @BreakBB in #8879
  • chore(docs): add template project link for ElectronJS application using NextJS and TypeScript by @saulotarsobc in #8844
  • feat: allow usage of .cjs, .mjs, and type=module custom publishers by @mmaietta in #8868

New Contributors

Full Changelog: v26.0.7...v26.0.8