Skip to content
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.1 #4982

Merged
merged 24 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a2600b1
fix(buckets): Don't check remote URL of non-git buckets (#4923)
niheaven May 15, 2022
c6fc2de
fix(buckets): Don't write message OK before bucket is cloned (#4925)
chawyehsu May 15, 2022
b130e60
fix(depends): Avoid digits in archive file extension (#4915)
issaclin32 May 16, 2022
5d58703
docs(readme): Update license badge [skip ci] (#4929)
chawyehsu May 17, 2022
f49f976
fix(config): Load config file before initialization (#4932)
sprgchma May 17, 2022
bb5392b
fix(shim): Remove character replacement in .cmd -> .ps1 shims (#4914)
May 17, 2022
47d7f76
fix(scoop-info): Fix error message when manifest is not found (#4935)
quotidian-ennui May 17, 2022
ac2fb38
fix(scoop): Pass CLI arguments as string objects (#4931)
May 17, 2022
8140a20
fix(scoop-search): Require files in 'bucket' dir for remote known buc…
amorphobia May 24, 2022
ad04dc9
fix(core): Allow to use '_' and '.' in bucket name (#4952)
topstone May 25, 2022
d056d54
fix(core): Use Invoke-Command instead of Invoke-Expression (#4941)
niheaven May 26, 2022
896ea6c
chore: Update Nonportable bucket URL (#4955)
issaclin32 May 26, 2022
0f6d012
fix(shim): Add 'Get-CommandPath()' to find git (#4913)
rashil2000 May 27, 2022
2e52888
chore(core): Deprecate tls1 and tls1.1 (#4950)
neheb May 28, 2022
d6c6ddc
fix(update): Prevent uninstall when update (#4949)
rayinfinite Jun 1, 2022
dd0f514
feat(core): Add pre_uninstall and post_uninstall hooks (#4957)
chawyehsu Jun 1, 2022
78c1bc4
fix(scoop-uninstall): run pre_uninstall before testing running proces…
beer-psi Jun 3, 2022
ccd067b
refactor(manifest): Rename 'Find-Manifest()' to 'Get-Manifest()' (#4966)
niheaven Jun 7, 2022
3a1186e
docs(changelog): Update CHANGELOG (#4969)
niheaven Jun 7, 2022
bfb5c8d
fix(scoop-download): Use correct Args when calling `Get-Manifest` (#4…
HUMORCE Jun 10, 2022
3878357
docs(changelog): Fix CHANGELOG (#4977)
chawyehsu Jun 10, 2022
64364b4
fix(buckets): Make sure `list_buckets` return array (#4979)
danx12 Jun 10, 2022
9e70dca
fix(get-manfest): Add back '$appPath' (#4981)
niheaven Jun 10, 2022
ecb8f02
Merge branch 'master' into develop
niheaven Jun 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Update Nonportable bucket URL (#4955)
  • Loading branch information
issaclin32 authored May 26, 2022
commit 896ea6cdbd8e359f0736e0ed839944c70de0ce16
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Bug Fixes

- **chore:** Update Nonportable bucket URL ([#4955](https://github.com/ScoopInstaller/Scoop/issues/4955))
- **core:** Using `Invoke-Command` instead of `Invoke-Expression` ([#4941](https://github.com/ScoopInstaller/Scoop/issues/4941))
- **core:** Load config file before initialization ([#4932](https://github.com/ScoopInstaller/Scoop/issues/4932))
- **core:** Allow to use '_' and '.' in bucket name ([#4952](https://github.com/ScoopInstaller/Scoop/pull/4952))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The following buckets are known to scoop:
- [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts
- [nirsoft](https://github.com/kodybrown/scoop-nirsoft) - Almost all of the [250+](https://rasa.github.io/scoop-directory/by-apps#kodybrown_scoop-nirsoft) apps from [Nirsoft](https://nirsoft.net)
- [java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
- [nonportable](https://github.com/TheRandomLabs/scoop-nonportable) - Non-portable apps (may require UAC)
- [nonportable](https://github.com/ScoopInstaller/Nonportable) - Non-portable apps (may require UAC)
- [php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP
- [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets

Expand Down
2 changes: 1 addition & 1 deletion buckets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"nirsoft": "https://github.com/kodybrown/scoop-nirsoft",
"php": "https://github.com/ScoopInstaller/PHP",
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",
"nonportable": "https://github.com/TheRandomLabs/scoop-nonportable",
"nonportable": "https://github.com/ScoopInstaller/Nonportable",
"java": "https://github.com/ScoopInstaller/Java",
"games": "https://github.com/Calinou/scoop-games"
}