-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Merge branch 'develop' into master #4527
Conversation
Add multiple URLs support to 'autoupdate' Co-Authored-By: Jakub Čábera <[email protected]> Signed-off-by: Hsiao-nan Cheung <[email protected]>
Signed-off-by: Hsiao-nan Cheung <[email protected]>
Signed-off-by: Hsiao-nan Cheung <[email protected]>
…titution' Signed-off-by: Hsiao-nan Cheung <[email protected]>
Also refactor - 'update_manifest_with_new_version' -> 'Update-ManifestProperty' - 'update_manifest_prop' -> 'PropertyHelper' - 'autoupdate' -> 'Invoke-AutoUpdate' Co-Authored-By: Jakub Čábera <[email protected]> Signed-off-by: Hsiao-nan Cheung <[email protected]>
Bash will parse the '*' on the shell level which results in a strange experience for everyone not familiar with it when trying to update all packages. This adds -a and --all as alternatives.
Co-authored-by: WorldYun <[email protected]> Co-authored-by: Hsiao-nan Cheung <[email protected]>
And also trim `\` in `-DestinationPath`
Fix schema to support + in version
* Add alt-shim support via scoop config shim rshim * update to new version
Co-authored-by: Jakub Čábera <[email protected]> Co-authored-by: David Duque <[email protected]>
Co-authored-by: Hsiao-nan Cheung <[email protected]>
Add flags as an alternative to '*' to update all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Develop has been stable enough for me!!
I have been using the develop branch ( |
Should we prepare some release notes type of thing? There have been many changes, it'll be good to document them. |
Emm, there isn't a NEWS.md in this repo, and neither a release circle... I've added all the changes in PR's content and may add NEWS.md in master after this is merged, and maintained it in There is a discussion that Scoop Core may have stable release and since I'm not familiar with GitHub's release, may someone else help? |
From the tags page (https://github.com/ScoopInstaller/Scoop/tags) I can see there were some releases in the past (albeit without any notes, just tags are there). We can create a tag from master (after this PR is merged) and create a release from that tag, see: |
Works for me! Thanks for all the great work! |
🎉 But, where's the |
@niheaven need to rebase develop now
|
Done. |
aria2
's resume download feature #3292 @Retia-Adolf Co-authored-by: @niheaven