Releases: electron-userland/electron-builder
Releases · electron-userland/electron-builder
v26.0.17
What's Changed
- chore: stabilize hdiutil resize by using whole number byte size by @mmaietta in #9135
- chore: Update stale.yml message by @mmaietta in #9133
- fix: don't assume commands end with .cmd on Windows by @Almighty-Alpaca in #9026
- chore: wrapping Error in
exec
rejection so as to pass through error code to downstream logic by @mmaietta in #9138 - chore: adding additional docs to signAndEditExecutable for windows by @mmaietta in #9142
- chore: add additional stack trace to
electronDist
error message by @mmaietta in #9145 - feat(nsis): add support for more Windows Installer options by @mtdvlpr in #9119
- refactor: enabling
getBin
to accept a different repo as a download source (useful for testing) by @mmaietta in #9151 - fix:
electronDist
- detect if directory and copy electron from there, short circuit current logic path by @mmaietta in #9157 - fix: update minimatch to ^10.0.3 to fix downstream issue by @Galkon in #9162
- chore(deploy): Release by @github-actions in #9136
New Contributors
- @Almighty-Alpaca made their first contribution in #9026
- @mtdvlpr made their first contribution in #9119
- @Galkon made their first contribution in #9162
Full Changelog: v26.0.16...v26.0.17
v26.0.16
What's Changed
- docs: replace difference to built-in autoUpdater by @datenreisender in #9098
- fix(docs): Update README.md emoji rendering by @mmaietta in #9110
- fix(dmg):
--force
unmount dmg using hdiutil after delay on Resource Lock (code 16) by @mmaietta in #9115 - refactor(dmg): add human-readable hdiutil log messages and refactoring to only retry on transient error codes by @mmaietta in #9118
- refactor: replace
is-ci
withci-info
by @talentlessguy in #9117 - fix(linux):
productName
should be used as the default value whenexecutableName
is not set per docs (#9068) by @hbcraft in #9068 - chore(test): Adding tests that verify the full flow of install+update (live/blackbox test) by @mmaietta in #9122
- fix(updater): don't throw when determining which package manager to use by @mmaietta in #9113
- fix: allow custom electron zip name to be provided when unpacking a provided electronDist by @mmaietta in #9126
- chore(deploy): Release by @github-actions in #9116
New Contributors
- @datenreisender made their first contribution in #9098
- @talentlessguy made their first contribution in #9117
- @hbcraft made their first contribution in #9068
Full Changelog: v26.0.15...v26.0.16
[email protected]
v26.0.15
What's Changed
- chore(deps): update actions/cache action to v4.2.3 by @mmaietta in #9050
- fix: update regex for multipart content-type parsing in multipleRange by @beyondkmp in #9064
- chore(deps): update actions/upload-artifact digest to ea165f8 by @renovate in #9081
- chore(deps): update dependency python to 3.13 by @mmaietta in #9079
- fix(electron-updater): allow forceDevUpdateConfig also on Linux by @Lemonexe in #9024
- fix(deps): update dependency @electron/osx-sign to v1.3.3 by @mmaietta in #9083
- refactor: improve resource directory handling for macOS by @beyondkmp in #9038
- fix(deps): update dependency @electron/universal to v2.0.3 by @mmaietta in #9082
- refactor: update package manager detection and improve type handling by @beyondkmp in #9067
- feat: support upgrading from ARM to ARM, rather than upgrading to x64 in window and linux by @beyondkmp in #9059
- chore(deploy): Release by @github-actions in #9070
Full Changelog: v26.0.14...v26.0.15
[email protected]
Patch Changes
-
#9059
cb775088
Thanks @beyondkmp! - feat: support upgrading from ARM to ARM, rather than upgrading to x64 in window and linux -
#9064
444b791f
Thanks @beyondkmp! - fix: update regex for multipart content-type parsing in multipleRange -
#9024
e641751c
Thanks @Lemonexe! - fix: allow forceDevUpdateConfig also on Linux
v26.0.14
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
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
- @danewilson made their first contribution in #8987
- @kthchew made their first contribution in #9007
- @gtluszcz made their first contribution in #9018
- @Sytten made their first contribution in #8992
Full Changelog: v26.0.12...v26.0.13
[email protected]
v26.0.12
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
- @teamchong made their first contribution in #8979
Full Changelog: v26.0.11...v26.0.12
v26.0.11
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