|
2 | 2 |
|
3 | 3 | ### Features |
4 | 4 |
|
| 5 | +- **chore:** Add missing -a/--all param to all commands ([#5004](https://github.com/ScoopInstaller/Scoop/issues/5004)) |
| 6 | +- **scoop-status:** Check bucket status, improve output ([#5011](https://github.com/ScoopInstaller/Scoop/issues/5011)) |
| 7 | +- **scoop-info:** Show app installed/download size ([#4886](https://github.com/ScoopInstaller/Scoop/issues/4886)) |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +- **chore:** Update help documentation ([#5002](https://github.com/ScoopInstaller/Scoop/issues/5002)) |
| 12 | +- **decompress:** Handle splitted RAR archives ([#4994](https://github.com/ScoopInstaller/Scoop/issues/4994)) |
| 13 | +- **shortcuts:** Fix network drive shortcut creation ([#4410](https://github.com/ScoopInstaller/Scoop/issues/4410)), ([#5006](https://github.com/ScoopInstaller/Scoop/issues/5006)) |
| 14 | + |
| 15 | +### Code Refactoring |
| 16 | + |
| 17 | +- **scoop-search:** Output PSObject, use API token ([#4997](https://github.com/ScoopInstaller/Scoop/issues/4997)) |
| 18 | + |
| 19 | +### Tests |
| 20 | + |
| 21 | +- **typo:** Fix typo ('formated' -> 'formatted') ([#4217](https://github.com/ScoopInstaller/Scoop/issues/4217)) |
| 22 | + |
| 23 | +## [v0.2.2](https://github.com/ScoopInstaller/Scoop/compare/v0.2.1...v0.2.2) - 2022-06-21 |
| 24 | + |
| 25 | +### Features |
| 26 | + |
5 | 27 | - **core:** Add `Get-Encoding` function to fix missing webclient encoding ([#4956](https://github.com/ScoopInstaller/Scoop/issues/4956)) |
6 | | -- **scoop-virustotal:** Migrate to virustotal api v3, improve flows, and ouput powershell objects ([#4983](https://github.com/ScoopInstaller/Scoop/pull/4983)) |
7 | | -- **scoop-hold,scoop-unhold:** Support `-g`/`--global` flag ([#4991](https://github.com/ScoopInstaller/Scoop/issues/4991)) |
| 28 | +- **scoop-(un)hold:** Add `-g`/`--global` flag ([#4991](https://github.com/ScoopInstaller/Scoop/issues/4991)) |
| 29 | +- **scoop-update:** Support `scoop update scoop` ([#4992](https://github.com/ScoopInstaller/Scoop/issues/4992)) |
| 30 | +- **scoop-virustotal:** Migrate to VirusTotal API v3 ([#4983](https://github.com/ScoopInstaller/Scoop/issues/4983)) |
8 | 31 |
|
9 | 32 | ### Bug Fixes |
10 | 33 |
|
11 | 34 | - **manifest:** Fix bugs in 'Get-Manifest()' ([#4986](https://github.com/ScoopInstaller/Scoop/issues/4986)) |
12 | | -- **decompress:** Handle splitted RAR archives ([#4994](https://github.com/ScoopInstaller/Scoop/pull/4994)) |
13 | 35 |
|
14 | 36 | ## [v0.2.1](https://github.com/ScoopInstaller/Scoop/compare/v0.2.0...v0.2.1) - 2022-06-10 |
15 | 37 |
|
|
0 commit comments