-
-
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
chore(release): Bump to version 0.2.0 #4896
Conversation
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
* scoop-download failure check, aria2 warn if uninstalled * Revert core.ps1 * Update CHANGELOG.md
* Update README.md * Update CHANGELOG.md
* added ability to use private github repositories To do this, define a gh_api_token in the sccop config, if the repository is private it will use the apis to get and use the asset id * corrected inherited linting error * updated url to pull filename * inlined get_headers and get-members functions and updated changelog * simplified host headers and switched to checkver_token from: astelmachonak-nydig * added ability to use private github repositories To do this, define a gh_api_token in the sccop config, if the repository is private it will use the apis to get and use the asset id * updated url to pull filename * inlined get_headers and get-members functions and updated changelog * simplified host headers and switched to checkver_token from: astelmachonak-nydig * Update lib/core.ps1 Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update lib/core.ps1 Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Fix RegEx * Some tweaks * optimize Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com> Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
…KEN to SCOOP_GH_TOKEN (#4832) * Properly filtering null input in dl function when private_hosts is not set in config * Rename checkver_token to gh_token and SCOOP_CHECKVER_TOKEN to SCOOP_GH_TOKEN
* Update scoop-shim.ps1 * Update CHANGELOG.md
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com> Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
I created PR to GithubActions repo, needed for the new version due to the breaking change with config parameter rename: ScoopInstaller/GithubActions#7 |
Sure. #4870 is mergable once the strikeout text is cleaned up. I tried fixing #4870 but GitHub's UI wouldn't let me, which spurred me to create #4892, not to negate @Tyler887's work, but simply to express a preference. Here's the poll: |
#4903 works for me, thx! |
Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com> Co-authored-by: Tyler887 <tylermageeshields@gmail.com>
CHANGELOG
BREAKING CHANGES
checkver_token
togh_token
andSCOOP_CHECKVER_TOKEN
toSCOOP_GH_TOKEN
(Rename checkver_token to gh_token and SCOOP_CHECKVER_TOKEN to SCOOP_GH_TOKEN #4832, feat(config): Try SCOOP_GH_TOKEN value first before gh_token value from config #4842)Features
-a/--all
switch to cleanup all apps #4906)Bug Fixes
Get-LocalBucket
(fix(bucket): Return empty list correctly inGet-LocalBucket
#4885)$global
, check both local and global installed (fix(installed): If no$global
, check both local and global installed #4798)(chore)
(fix(update): Skip logs starting with(chore)
#4800)Performance Improvements
Code Refactoring
$PSScriptRoot
instead ofrelpath
(refactor(relpath): Use$PSScriptRoot
instead ofrelpath
#4793)reset_aliases
toscoop
(refactor(reset_aliases): Move core function ofreset_aliases
toscoop
#4794)Builds
Documentation
Close Issues
scoop download
succeeds even when no free space #4810scoop prefix
not working for global installs #4790Credits
Thanks to the following contributors (ordered by PR merging time):
@niheaven @rashil2000 @chawyehsu @e6c31d @tech189 @tmsmith @astelmachonak-nydig @kingster @kiennq @CrendKing @cskrisz @lewis-yeung