-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: v0.5.0 | ||
weight: 5000 | ||
--- | ||
|
||
* reduce number of GitHub API requests | ||
* add `--export` option for machine-parseable metadata about downloads | ||
* add `--verify-checksum` option to control checksum behavior | ||
* add `--list` flag for listing all matched resources instead of performing downloads | ||
* add `--no-download` flag to stop before performing downloads | ||
* add `--no-progress` flag to avoid live-updating progress output for basic TTYs | ||
* add `--fail-fast` flag to interrupt and immediately stop downloads when a failure is detected | ||
* fix error reporting on interrupted or failed downloads | ||
* deprecate `--show-ref` (replaced by `--export`) and `--show-resources` (replaced by `--list`) |