Skip to content

Commit

Permalink
Add v0.5.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpb587 committed Jul 1, 2020
1 parent d95059e commit cfa0f4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/releases/v0.5.0.md
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`)

0 comments on commit cfa0f4d

Please sign in to comment.