Skip to content

Commit cfa0f4d

Browse files
committed
Add v0.5.0 release notes
1 parent d95059e commit cfa0f4d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/releases/v0.5.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: v0.5.0
3+
weight: 5000
4+
---
5+
6+
* reduce number of GitHub API requests
7+
* add `--export` option for machine-parseable metadata about downloads
8+
* add `--verify-checksum` option to control checksum behavior
9+
* add `--list` flag for listing all matched resources instead of performing downloads
10+
* add `--no-download` flag to stop before performing downloads
11+
* add `--no-progress` flag to avoid live-updating progress output for basic TTYs
12+
* add `--fail-fast` flag to interrupt and immediately stop downloads when a failure is detected
13+
* fix error reporting on interrupted or failed downloads
14+
* deprecate `--show-ref` (replaced by `--export`) and `--show-resources` (replaced by `--list`)

0 commit comments

Comments
 (0)