Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(release): Bump to version 0.2.3 #5031

Merged
merged 16 commits into from
Jul 7, 2022
Merged

chore(release): Bump to version 0.2.3 #5031

merged 16 commits into from
Jul 7, 2022

Conversation

niheaven
Copy link
Member

@niheaven niheaven commented Jul 2, 2022

Changelog

Features

Bug Fixes

Code Refactoring

Builds

Tests

Close Issues

Credits

Thanks to the following contributors (ordered by PR merging time):

@cyingfan @rashil2000 @igitur @tech189 @issaclin32 @niheaven @zStruCat

cyingfan and others added 14 commits June 21, 2022 14:12
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
* refactor(scoop-search): Output PSObject, use API token

* warn about parsing error

* Update CHANGELOG.md

* Update scoop-search.ps1

* Apply suggestions from code review

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>

* separate lines

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
* tweaks to help system

* update help text

* update changelog

* fix order of printing deps

* Apply suggestions from code review

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>

* Update scoop-help.ps1

* Update scoop.ps1

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
* fix(shortcuts): Fix missing parentheses

* Update CHANGELOG.md
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
* feat(scoop-status): Check bucket status, improve output

* Update CHANGELOG.md
* feat(scoop-reset): Add -a/--all switch to reset all apps

* feat(scoop-cache): Add -a/--all switch to delete whole cache

* feat(scoop-virustotal): Add -e/--every switch to check every installed app

* Update CHANGELOG.md

* use 'all' instead of 'every'
* feat(scoop-export): Export Scoop installation in JSON

* optimize

* yesss done

* complete

* Update CHANGELOG.md

* Add suggestions from code review

* fix CI
* feat(checkver,auto-pr): Allow passing file path

* changelog

* reuse $App parameter

* Update CHANGELOG.md
@niheaven
Copy link
Member Author

niheaven commented Jul 2, 2022

Should this go to v0.3.0 or v0.2.3?

And hope not missing issues that could be closed.

@tech189
Copy link
Member

tech189 commented Jul 2, 2022

I'm not sure releasing my PR should close #2381 yet as it only partially solves that problem. It is only for one app at a time, rather than showing the overall pending download size in scoop status or scoop update.

@niheaven
Copy link
Member Author

niheaven commented Jul 2, 2022

I'm not sure releasing my PR should close #2381 yet as it only partially solves that problem. It is only for one app at a time, rather than showing the overall pending download size in scoop status or scoop update.

Remove that issue, and yes, it seems not to be fixed and needs further investigation.

@niheaven
Copy link
Member Author

niheaven commented Jul 5, 2022

Could be checked and reviewed, ready to go now.

@rashil2000
Copy link
Member

Need a bit of time to check #5034

…ity check (#5034)

* Add nullity check and alread_in_local_bucket check

* update CHANGELOG

* Use foreach instead of ForEach-Object

* changelog

* update help

* refine the info and warning when adding an already-added bucket

* Update lib/buckets.ps1

Make warning clearer

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
@rashil2000
Copy link
Member

rashil2000 commented Jul 7, 2022

@niheaven may I merge this time? 😅

The strategy is 'Rebase and Merge', right?

@niheaven
Copy link
Member Author

niheaven commented Jul 7, 2022

@niheaven may I merge this time? 😅

The strategy is 'Rebase and Merge', right?

Let's go, the merge strategy is 'Merge pull request (Create a merge commit)', the first one.

Rebasing is disabled for all our repos.

And you should change the merge commit's message to 'chore(release): Bump to version 0.2.3'

@rashil2000 rashil2000 merged commit 80b52e3 into master Jul 7, 2022
@rashil2000
Copy link
Member

I followed your instruction, but master is now ahead of develop by one (empty) commit

image

@niheaven
Copy link
Member Author

niheaven commented Jul 7, 2022

Yes, and it is synced now (this should be done manually)

@rashil2000
Copy link
Member

Ah okay, understood

# for free to join this conversation on GitHub. Already have an account? # to comment