All docker images electronuserland/builder were updated to include a recent version of NodeJS LTS version 12.16.1. If you use docker locally, don't forget to pull updated image: docker pull electronuserland/builder (or docker pull electronuserland/builder:wine and others).
electron-updater 4.2.4 contains fix for #4618 (thanks to @clusterberries). This version is a pre-release.
electron-updater 4.2.2 contains a security fix. Everyone is encouraged to update — vulnerability in a windows updater (only if your update server is compromised).
Bug Fixes
DigitalOcean Spaces doesn't support multiple range requests (#4690) (f5cc292)
app-builder-lib: Allow using lowercase value for certificateSha1 (#4684) (5390bb6), closes #4631
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ electron-builder (22.3.2 → 22.8.0) · Repo · Changelog
Release Notes
22.8.0
22.7.0
22.6.1
22.6.0
22.5.1
22.4.0
22.3.6
22.3.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 58 commits:
fix(multipleRangeDownloader): when response ends nothing more happens (#4817)
chore: update deps
feat:(nsis): Add ability to have a custom finish page (#5051)
fix: respect the signDlls flag (#5133)
feat(snap): add appPartStage and layout options for Snap Store (#5073)
feat(mac): add loginhelper entitlement option (#5023)
fix: replace deprecated interface (#5049)
feat(linux): add slots option for snap builds (#5047)
fix(windows): fix encoding issues while verifying signatures (#5071)
fix: unzipping of the blockmap (#5025)
chore: update deps
feat: add custom download completed notification (#4952)
fix: sign macOS objects depth-first (close #4932) (#4993)
Revert "fix: Update BintrayProvider.ts (#4921)" (#4973)
chore: update deps
fix: Update BintrayProvider.ts (#4921)
fix(auto-updater): Log the raw version string (#4947)
fix: Added Changelog and Readme writing to excluded files
fix: Re-fetch downloads if cache directory has changed (#4958)
fix: enable NPM_NO_BIN_LINKS for yarn 1.x.x (#4915)
fix: cached update validation failing on undefined filename (#4929)
fix(dmg): require().split is not a function
chore: update deps
fix(appx): Invalid code signing tool path when building for windows 10 arm64 (#4879)
feat(mac): add LSHandlerRank
fix(electron-updater): forbid back tick
fix: remove host property from headers when signed by aws4.sign (#4848)
fix(mac): should normalize unicode strings from file system before used in string compare (#4841)
fix(nsis): revert to 3.0.4.1
chore: fix appveyor.yml
fix(snap): allow snapcraft edge version
feat(nsis): update to 3.0.5
fix(mac): always include a secure timestamp with your code-signing signature
chore: update issue_template.md
feat: win custom sign should have same signature of doSign (#4833)
chore: migrate to yarn 2
Revert "fix (builder-util-runtime): set timeout when request is closed (#4649)"
fix(nsis): change Russian locale from "game" to "application" (#4743)
fix(docker): osslsigncode with curl4
feat(appx): add support for custom extensions in appmanifest.xml
fix(builder-util): Retry flaky builder operations
fix: obtaining a certificate from the store when sha1 is not specified in the configuration (#4666)
feat: allow customization of bundleIdentifier for the new Electron 6+ renderer processes (#4692)
chore: update deps, use electron 8 in tests
Revert "fix(mac): Remove redundant signing op for mas and mas-dev targets (#4321)"
fix (builder-util-runtime): set timeout when request is closed (#4649)
fix: DigitalOcean Spaces doesn't support multiple range requests (#4690)
chore: update deps
Add ARM64 support for APPX (#4681)
fix(nsis): Error handling if uninstaller cannot be launched (#4674)
fix(app-builder-lib): Allow using lowercase value for certificateSha1 (#4684)
chore: update deps
fix(electron-updater): Forbid using of quotes in a file names.
chore: update deps
fix: nsis web build (#4620)
fix(docker): fix install of wine (#4622)
chore(typings): add yargs and fs-extra types as dependencies
chore(typings): add yargs and fs-extra types as dependencies (#4574)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands