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

feat(scoop-cache): Allow multiple apps to be passed #141

Merged
merged 11 commits into from
Apr 24, 2021
Prev Previous commit
Next Next commit
ch [ci skip]
  • Loading branch information
Ash258 committed Apr 14, 2021
commit 527dae41ad66a7da4534f40f3328d93ac5ffb702
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

### 0.6-pre3

- **autoupdate**: Archive old versions of manifest when executing checkver/autoupdate
- **scoop-cache**: Allow multiple apps to be passed as argument
- **Autoupdate**: Archive old versions of manifest when executing checkver/autoupdate
- **Git**: Always use `--no-pager` option
- **checkup**: Test Windows Defender exlusions only when executed with administrator privileges
- **scoop-checkup**: Test Windows Defender exlusions only when executed with administrator privileges
- Remove automatic config migration
- **config**: Do not support `rootPath`, `globalPath`, `cachePath` config options
- **Config**: Do not support `rootPath`, `globalPath`, `cachePath` config options
- **checkver**:
- Prevent hitting GitHub rate limits
- GitHub checkver will use `api.github.com/repos` and github token from environment `GITHUB_TOKEN` or config option `githubToken`
Expand Down