forked from electron-userland/electron-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deploy): Release #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
master
Choose a base branch
from
changeset-release/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c6d1151
to
486533d
Compare
a4101f7
to
42058f9
Compare
42058f9
to
928539c
Compare
928539c
to
42f897e
Compare
42f897e
to
36a85ef
Compare
045d636
to
0630ce5
Compare
3e7494d
to
15d5618
Compare
6ca3823
to
03f4650
Compare
03f4650
to
3e4ac31
Compare
dd83398
to
2c3301b
Compare
2bfaa98
to
050192d
Compare
050192d
to
ae72294
Compare
ae72294
to
04319cf
Compare
23aba17
to
db907d2
Compare
db907d2
to
48cf02c
Compare
48cf02c
to
a806265
Compare
740f0c3
to
44247de
Compare
44247de
to
8e43419
Compare
1 task
8e43419
to
ebd69d2
Compare
43fbe35
to
d9b23a4
Compare
d9b23a4
to
aabadb7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
[email protected]
Minor Changes
#9211
7c7fd6ca
Thanks @FringeNet! - fix: implement industry-standard cross-origin redirect auth handlingReplace hardcoded service-specific hostname checks with sophisticated cross-origin redirect detection that matches industry standards from Python requests library and Apache HttpClient.
Key improvements:
Fixes GitHub issue Auto-update fails with 403 errors when downloading latest.yml or latest-mac.yml from GitHub Releases electron-userland/electron-builder#9207: GitHub release asset downloads failing with 403 Forbidden when redirected from
api.github.com
torelease-assets.githubusercontent.com
(Azure backend) or other cloud storage services that don't accept GitHub tokens.The implementation now handles all cross-origin redirect scenarios while maintaining compatibility with legitimate same-origin redirects and industry-standard HTTP→HTTPS upgrades.
Patch Changes
44b28997
Thanks @taylorhadden! - feat(github): AddtagNamePrefix
option and deprecatevPrefixedTagName
[email protected]
Patch Changes
#9231
f262a735
Thanks @rastiqdev! - fix: add quotation marks around variable in AppArmor profile#9216
44b28997
Thanks @taylorhadden! - feat(github): AddtagNamePrefix
option and deprecatevPrefixedTagName
#9245
3735881f
Thanks @dlon! - fix(nsis): undefined vars whencustomCheckAppRunning
is defined#9260
49c782cb
Thanks @Julusian! - fix(app-builder-lib): Change dependency collection to parse from root to better handle monorepos#9219
cf0ac45d
Thanks @beyondkmp! - fix(yarn): check for dependencies in both projectDir and appDir during installation#9217
e9251f47
Thanks @sabonerune! - fix(nsis): Fix file associations according to the Windows documentation#9257
b778686f
Thanks @DamonYu6! - fix detect wrong package manager for two package.json structureUpdated dependencies [
44b28997
,0ad8f91c
,9997660e
,7c7fd6ca
,c54a0609
]:[email protected]
Patch Changes
#9182
c54a0609
Thanks @mmaietta! - fix: scrubbing more aggressively anything in the logs that MIGHT be password affiliated (handling spaces in secrets)Updated dependencies [
44b28997
,7c7fd6ca
]:[email protected]
Patch Changes
f262a735
,44b28997
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,c54a0609
,b778686f
]:[email protected]
Patch Changes
#9228
d031eeaa
Thanks @choegyumin! - fix: support option to overridePublishPolicy
in publish command#9227
8f0ad06e
Thanks @choegyumin! - fix: fix argument names mismatch in publish command to make it workUpdated dependencies [
f262a735
,44b28997
,7c7fd6ca
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,c54a0609
,b778686f
]:[email protected]
Patch Changes
#8959
0ad8f91c
Thanks @beyondkmp! - fix: generate stubExecutableExe and sign it for squirrel.windows using new electron-builder-binaries asset#9222
9997660e
Thanks @beyondkmp! - fix(squirrel-windows): update loadingGif handling to prioritize user-defined optionUpdated dependencies [
f262a735
,44b28997
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,c54a0609
,b778686f
]:[email protected]
Patch Changes
f262a735
,44b28997
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,b778686f
]:[email protected]
Patch Changes
f262a735
,44b28997
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,b778686f
]:[email protected]
Patch Changes
f262a735
,44b28997
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,b778686f
]:[email protected]
Patch Changes
f262a735
,44b28997
,3735881f
,49c782cb
,cf0ac45d
,e9251f47
,b778686f
]:[email protected]
Patch Changes
#9216
44b28997
Thanks @taylorhadden! - feat(github): AddtagNamePrefix
option and deprecatevPrefixedTagName
Updated dependencies [
44b28997
,7c7fd6ca
,c54a0609
]:[email protected]
Patch Changes
#9248
8cbf079e
Thanks @DamonYu6! - fix: uncaught exception during differential downloading via multipleRangDownloader#9232
cfc4f36a
Thanks @michalzaq12! - fix: auto-update powershell script#9225
d27ac523
Thanks @yannishuber! - fix(electron-updater): do not use quotes when installing update with sudoUpdated dependencies [
44b28997
,7c7fd6ca
]: